Truncation of general matrices. More...
#include <truncation.h>
Public Member Functions | |
EuclTruncationGeneral (Tmatrix &A_) | |
Protected Member Functions | |
virtual void | getFrobTruncBounds (Treal &lowTrunc, Treal &highTrunc, Treal const threshold) |
virtual void | getFrobSqNorms (std::vector< Treal > &frobsq_norms) |
virtual void | frobThreshLowLevel (Treal const threshold) |
virtual Interval< Treal > | euclIfSmall (Treal const absTol, Treal const threshold) |
Truncation of general matrices.
mat::EuclTruncationGeneral< Tmatrix, Treal >::EuclTruncationGeneral | ( | Tmatrix & | A_ | ) | [inline, explicit] |
Interval< Treal > mat::EuclTruncationGeneral< Tmatrix, Treal >::euclIfSmall | ( | Treal const | absTol, | |
Treal const | threshold | |||
) | [inline, protected, virtual] |
Implements mat::EuclTruncationBase< Tmatrix, Treal >.
Reimplemented in mat::EuclTruncationCongrTransMeasure< Tmatrix, TmatrixB, Treal >.
References mat::EuclTruncationBase< Tmatrix, Treal >::E, and template_blas_sqrt().
void mat::EuclTruncationGeneral< Tmatrix, Treal >::frobThreshLowLevel | ( | Treal const | threshold | ) | [inline, protected, virtual] |
void mat::EuclTruncationGeneral< Tmatrix, Treal >::getFrobSqNorms | ( | std::vector< Treal > & | frobsq_norms | ) | [inline, protected, virtual] |
Implements mat::EuclTruncationBase< Tmatrix, Treal >.
References mat::EuclTruncationBase< Tmatrix, Treal >::A.
void mat::EuclTruncationGeneral< Tmatrix, Treal >::getFrobTruncBounds | ( | Treal & | lowTrunc, | |
Treal & | highTrunc, | |||
Treal const | threshold | |||
) | [inline, protected, virtual] |
Implements mat::EuclTruncationBase< Tmatrix, Treal >.
Reimplemented in mat::EuclTruncationCongrTransMeasure< Tmatrix, TmatrixB, Treal >.
References mat::EuclTruncationBase< Tmatrix, Treal >::A.