#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< Tmatrix, Tmatrix2, Treal >::VectorType |
mat::TripleMatrix< Tmatrix, Tmatrix2, Treal >::TripleMatrix | ( | Tmatrix const & | A_, | |
Tmatrix2 const & | Z_ | |||
) | [inline] |
int mat::TripleMatrix< Tmatrix, Tmatrix2, Treal >::get_nrows | ( | ) | const [inline] |
void mat::TripleMatrix< Tmatrix, Tmatrix2, Treal >::getCols | ( | SizesAndBlocks & | colsCopy | ) | const [inline] |
void mat::TripleMatrix< Tmatrix, Tmatrix2, Treal >::matVecProd | ( | VectorType & | y, | |
VectorType const & | x | |||
) | const [inline] |
void mat::TripleMatrix< Tmatrix, Tmatrix2, Treal >::quickEuclBounds | ( | Treal & | euclLowerBound, | |
Treal & | euclUpperBound | |||
) | const [inline] |
Tmatrix const& mat::TripleMatrix< Tmatrix, Tmatrix2, Treal >::A |
Tmatrix2 const& mat::TripleMatrix< Tmatrix, Tmatrix2, Treal >::Z |