ergo
mat::TripleMatrix< Tmatrix, Tmatrix2, Treal > Struct Template Reference

#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
 

Member Typedef Documentation

◆ VectorType

Constructor & Destructor Documentation

◆ TripleMatrix()

mat::TripleMatrix< Tmatrix, Tmatrix2, Treal >::TripleMatrix ( Tmatrix const & A_,
Tmatrix2 const & Z_ )
inline

Member Function Documentation

◆ get_nrows()

◆ getCols()

◆ matVecProd()

◆ quickEuclBounds()

Member Data Documentation

◆ A

◆ Z


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