ergo
|
Classes for truncation of small matrix elements. More...
#include <limits>
#include <stdexcept>
#include <cmath>
Go to the source code of this file.
Classes | |
class | mat::EuclTruncationBase |
class | mat::EuclTruncationSymm |
Truncation of symmetric matrices. More... | |
class | mat::EuclTruncationSymmWithZ |
Truncation of symmetric matrices with Z. More... | |
class | mat::EuclTruncationSymmElementLevel |
Truncation of symmetric matrices at the element level (used for mixed norm truncation) More... | |
class | mat::EuclTruncationGeneral |
Truncation of general matrices. More... | |
class | mat::EuclTruncationCongrTransMeasure |
Truncation of general matrices with impact on matrix triple multiply as error measure. More... | |
Namespaces | |
namespace | mat |
Classes for truncation of small matrix elements.
Copyright(c) Emanuel Rubensson 2010
Most of this is essentially code that used to lie in MatrixSymmetric.h somewhat rewritten for better structure and reusability.