ergo
mat::EuclTruncationSymm Class Reference

Truncation of symmetric matrices. More...

#include <truncation.h>

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

List of all members.

Public Member Functions

 EuclTruncationSymm (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 symmetric matrices.


Constructor & Destructor Documentation

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

Member Function Documentation

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

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