ergo
|
#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 |
TripleMatrix (Tmatrix const &A_, Tmatrix2 const &Z_) | |
void | matVecProd (VectorType &y, VectorType const &x) const |
Public Attributes | |
Tmatrix const & | A |
Tmatrix2 const & | Z |
typedef Tmatrix::VectorType mat::TripleMatrix::VectorType |
mat::TripleMatrix::TripleMatrix | ( | Tmatrix const & | A_, |
Tmatrix2 const & | Z_ | ||
) | [inline] |
void mat::TripleMatrix::getCols | ( | SizesAndBlocks & | colsCopy | ) | const [inline] |
References A.
void mat::TripleMatrix::matVecProd | ( | VectorType & | y, |
VectorType const & | x | ||
) | const [inline] |
References Z, A, and mat::transpose().
void mat::TripleMatrix::quickEuclBounds | ( | Treal & | euclLowerBound, |
Treal & | euclUpperBound | ||
) | const [inline] |
Tmatrix const& mat::TripleMatrix::A |
Referenced by getCols(), get_nrows(), quickEuclBounds(), and matVecProd().
Tmatrix2 const& mat::TripleMatrix::Z |
Referenced by get_nrows(), quickEuclBounds(), and matVecProd().