ergo
MatrixSymmetric.h File Reference
#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< Treal, Tmatrix >
 Symmetric matrix. More...
 

Namespaces

 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. More...
 

Detailed Description

Symmetric matrix class

Copyright(c) Emanuel Rubensson 2006

Author
Emanuel Rubensson responsible author
Date
January 2006