#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.
Namespaces | |
| namespace | mat |
Classes | |
| class | mat::MatrixSymmetric< Treal, Tmatrix > |
| Symmetric matrix. More... | |
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. | |
Copyright(c) Emanuel Rubensson 2006
1.4.7