ergo
MatrixSymmetric.h File Reference

Symmetric matrix class. More...

#include <algorithm>
#include "MatrixBase.h"
#include "Interval.h"
#include "LanczosLargestMagnitudeEig.h"
#include "mat_utils.h"
#include "truncation.h"

Go to the source code of this file.

Classes

class  mat::MatrixSymmetric
 Symmetric matrix. More...

Namespaces

namespace  mat

Functions

template<typename Treal , typename Tmatrix , typename Top >
Treal mat::accumulate (MatrixSymmetric< Treal, Tmatrix > &A, Top &op)
 Performs operation specified in 'op' on all nonzero matrix elements and sums up the result and returns it.

Detailed Description

Symmetric matrix class.

Copyright(c) Emanuel Rubensson 2006

Author:
Emanuel Rubensson responsible author
Date:
January 2006