ergo
|
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::EuclTruncationGeneral | ( | Tmatrix & | A_ | ) | [inline, explicit] |
Interval< Treal > mat::EuclTruncationGeneral::euclIfSmall | ( | Treal const | absTol, |
Treal const | threshold | ||
) | [protected, virtual] |
Implements mat::EuclTruncationBase< Tmatrix, Treal >.
Reimplemented in mat::EuclTruncationCongrTransMeasure.
References max, mat::euclIfSmall(), mat::Interval::low(), mat::Interval::upp(), mat::Interval::length(), and mat::Interval::midPoint().
void mat::EuclTruncationGeneral::frobThreshLowLevel | ( | Treal const | threshold | ) | [protected, virtual] |
Implements mat::EuclTruncationBase< Tmatrix, Treal >.
References A.
void mat::EuclTruncationGeneral::getFrobSqNorms | ( | std::vector< Treal > & | frobsq_norms | ) | [protected, virtual] |
Implements mat::EuclTruncationBase< Tmatrix, Treal >.
References A.
void mat::EuclTruncationGeneral::getFrobTruncBounds | ( | Treal & | lowTrunc, |
Treal & | highTrunc, | ||
Treal const | threshold | ||
) | [protected, virtual] |
Implements mat::EuclTruncationBase< Tmatrix, Treal >.
Reimplemented in mat::EuclTruncationCongrTransMeasure.
References A.