Givaro
Public Member Functions | Data Fields
RetMatrixStorage< T, Dense >::Storage_t Struct Reference

#include <givmatstoragedense.h>

Public Member Functions

void allocate (Indice_t nrow, Indice_t ncol)
Type_toperator() (Indice_t i, Indice_t j)
const Type_toperator() (Indice_t i, Indice_t j) const
void reallocate (Indice_t nrow, Indice_t ncol)
Indice_t nrow () const
Indice_t ncol () const

Data Fields

Indice_t _nrow
Indice_t _ncol

template<class T>
struct Givaro::RetMatrixStorage< T, Dense >::Storage_t


Member Function Documentation

void allocate ( Indice_t  nrow,
Indice_t  ncol 
) [inline]
Type_t& operator() ( Indice_t  i,
Indice_t  j 
) [inline]
const Type_t& operator() ( Indice_t  i,
Indice_t  j 
) const [inline]
void reallocate ( Indice_t  nrow,
Indice_t  ncol 
) [inline]
Indice_t nrow ( ) const [inline]
Indice_t ncol ( ) const [inline]

Field Documentation

Indice_t _nrow
Indice_t _ncol

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