ergo
mat::EuclTruncationGeneral Class Reference

Truncation of general matrices. More...

#include <truncation.h>

Inheritance diagram for mat::EuclTruncationGeneral:
mat::EuclTruncationBase< Tmatrix, Treal >

List of all members.

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)

Detailed Description

Truncation of general matrices.


Constructor & Destructor Documentation

mat::EuclTruncationGeneral::EuclTruncationGeneral ( Tmatrix &  A_) [inline, explicit]

Member Function Documentation

Interval< Treal > mat::EuclTruncationGeneral::euclIfSmall ( Treal const  absTol,
Treal const  threshold 
) [protected, virtual]
void mat::EuclTruncationGeneral::frobThreshLowLevel ( Treal const  threshold) [protected, virtual]
void mat::EuclTruncationGeneral::getFrobSqNorms ( std::vector< Treal > &  frobsq_norms) [protected, virtual]
void mat::EuclTruncationGeneral::getFrobTruncBounds ( Treal &  lowTrunc,
Treal &  highTrunc,
Treal const  threshold 
) [protected, virtual]

The documentation for this class was generated from the following file: