#include <mat_utils.h>
Public Types | |
typedef Tmatrix::VectorType | VectorType |
Public Member Functions | |
void | getCols (SizesAndBlocks &colsCopy) const |
int | get_nrows () const |
Treal | frob () const |
void | quickEuclBounds (Treal &euclLowerBound, Treal &euclUpperBound) const |
DiffMatrix (Tmatrix const &A_, Tmatrix const &B_) | |
template<typename Tvector> | |
void | matVecProd (Tvector &y, Tvector const &x) const |
Public Attributes | |
Tmatrix const & | A |
Tmatrix const & | B |
typedef Tmatrix::VectorType mat::DiffMatrix< Tmatrix, Treal >::VectorType |
mat::DiffMatrix< Tmatrix, Treal >::DiffMatrix | ( | Tmatrix const & | A_, | |
Tmatrix const & | B_ | |||
) | [inline] |
Treal mat::DiffMatrix< Tmatrix, Treal >::frob | ( | ) | const [inline] |
int mat::DiffMatrix< Tmatrix, Treal >::get_nrows | ( | ) | const [inline] |
void mat::DiffMatrix< Tmatrix, Treal >::getCols | ( | SizesAndBlocks & | colsCopy | ) | const [inline] |
void mat::DiffMatrix< Tmatrix, Treal >::matVecProd | ( | Tvector & | y, | |
Tvector const & | x | |||
) | const [inline] |
void mat::DiffMatrix< Tmatrix, Treal >::quickEuclBounds | ( | Treal & | euclLowerBound, | |
Treal & | euclUpperBound | |||
) | const [inline] |
Tmatrix const& mat::DiffMatrix< Tmatrix, Treal >::A |
Tmatrix const& mat::DiffMatrix< Tmatrix, Treal >::B |