ergo
mat::CongrTransErrorMatrix Struct Reference

#include <mat_utils.h>

List of all members.

Public Types

typedef Tmatrix::VectorType VectorType

Public Member Functions

void getCols (SizesAndBlocks &colsCopy) const
int get_nrows () const
void quickEuclBounds (Treal &euclLowerBound, Treal &euclUpperBound) const
 CongrTransErrorMatrix (Tmatrix const &A_, Tmatrix2 const &Z_, Tmatrix2 const &E_)
void matVecProd (VectorType &y, VectorType const &x) const

Public Attributes

Tmatrix const & A
Tmatrix2 const & Zt
Tmatrix2 const & E

Member Typedef Documentation

typedef Tmatrix::VectorType mat::CongrTransErrorMatrix::VectorType

Constructor & Destructor Documentation

mat::CongrTransErrorMatrix::CongrTransErrorMatrix ( Tmatrix const &  A_,
Tmatrix2 const &  Z_,
Tmatrix2 const &  E_ 
) [inline]

Member Function Documentation

int mat::CongrTransErrorMatrix::get_nrows ( ) const [inline]

References E.

void mat::CongrTransErrorMatrix::getCols ( SizesAndBlocks colsCopy) const [inline]

References E.

void mat::CongrTransErrorMatrix::matVecProd ( VectorType y,
VectorType const &  x 
) const [inline]

References E, A, mat::transpose(), and Zt.

void mat::CongrTransErrorMatrix::quickEuclBounds ( Treal &  euclLowerBound,
Treal &  euclUpperBound 
) const [inline]

References A, Zt, and E.


Member Data Documentation

Referenced by quickEuclBounds(), and matVecProd().

Referenced by quickEuclBounds(), and matVecProd().


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