ergo
mat::EuclTruncationGeneral< Tmatrix, Treal > Class Template Reference

Truncation of general matrices. More...

#include <truncation.h>

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

Public Member Functions

 EuclTruncationGeneral (Tmatrix &A_)
 
- Public Member Functions inherited from mat::EuclTruncationBase< Tmatrix, Treal >
 EuclTruncationBase (Tmatrix &A_)
 
Treal run (Treal const threshold)
 
virtual ~EuclTruncationBase ()
 

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)
 

Additional Inherited Members

- Protected Attributes inherited from mat::EuclTruncationBase< Tmatrix, Treal >
Tmatrix & A
 
Tmatrix E
 

Detailed Description

template<typename Tmatrix, typename Treal>
class mat::EuclTruncationGeneral< Tmatrix, Treal >

Truncation of general matrices.

Constructor & Destructor Documentation

◆ EuclTruncationGeneral()

template<typename Tmatrix, typename Treal>
mat::EuclTruncationGeneral< Tmatrix, Treal >::EuclTruncationGeneral ( Tmatrix &  A_)
inlineexplicit

Member Function Documentation

◆ euclIfSmall()

template<typename Tmatrix , typename Treal >
Interval< Treal > mat::EuclTruncationGeneral< Tmatrix, Treal >::euclIfSmall ( Treal const  absTol,
Treal const  threshold 
)
protectedvirtual

◆ frobThreshLowLevel()

template<typename Tmatrix , typename Treal >
void mat::EuclTruncationGeneral< Tmatrix, Treal >::frobThreshLowLevel ( Treal const  threshold)
protectedvirtual

◆ getFrobSqNorms()

template<typename Tmatrix , typename Treal >
void mat::EuclTruncationGeneral< Tmatrix, Treal >::getFrobSqNorms ( std::vector< Treal > &  frobsq_norms)
protectedvirtual

◆ getFrobTruncBounds()

template<typename Tmatrix , typename Treal >
void mat::EuclTruncationGeneral< Tmatrix, Treal >::getFrobTruncBounds ( Treal &  lowTrunc,
Treal &  highTrunc,
Treal const  threshold 
)
protectedvirtual

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