#include <mat_utils.h>
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 |
typedef Tmatrix::VectorType mat::CongrTransErrorMatrix< Tmatrix, Tmatrix2, Treal >::VectorType |
mat::CongrTransErrorMatrix< Tmatrix, Tmatrix2, Treal >::CongrTransErrorMatrix | ( | Tmatrix const & | A_, | |
Tmatrix2 const & | Z_, | |||
Tmatrix2 const & | E_ | |||
) | [inline] |
int mat::CongrTransErrorMatrix< Tmatrix, Tmatrix2, Treal >::get_nrows | ( | ) | const [inline] |
void mat::CongrTransErrorMatrix< Tmatrix, Tmatrix2, Treal >::getCols | ( | SizesAndBlocks & | colsCopy | ) | const [inline] |
void mat::CongrTransErrorMatrix< Tmatrix, Tmatrix2, Treal >::matVecProd | ( | VectorType & | y, | |
VectorType const & | x | |||
) | const [inline] |
void mat::CongrTransErrorMatrix< Tmatrix, Tmatrix2, Treal >::quickEuclBounds | ( | Treal & | euclLowerBound, | |
Treal & | euclUpperBound | |||
) | const [inline] |
Tmatrix const& mat::CongrTransErrorMatrix< Tmatrix, Tmatrix2, Treal >::A |
Tmatrix2 const& mat::CongrTransErrorMatrix< Tmatrix, Tmatrix2, Treal >::E |
Tmatrix2 const& mat::CongrTransErrorMatrix< Tmatrix, Tmatrix2, Treal >::Zt |