MBDyn-1.7.3
|
#include <matvec.h>
Public Member Functions | |
MatrixData (index_type iNumRows, index_type iNumCols, bool bZeroInit) | |
index_type | iGetNumRows () const |
index_type | iGetNumCols () const |
T & | operator() (index_type i, index_type j) |
const T & | operator() (index_type i, index_type j) const |
void | Resize (index_type iRows, index_type iCols) |
const T * | pGetFirstElem () const |
const T * | pGetLastElem () const |
Private Attributes | |
T | rgData [N_rows][N_cols] |
|
inline |
|
inline |
Definition at line 1741 of file matvec.h.
Referenced by grad::Matrix< T, N_rows, N_cols >::iGetNumCols().
|
inline |
Definition at line 1740 of file matvec.h.
Referenced by grad::Matrix< T, N_rows, N_cols >::iGetNumRows().
|
inline |
|
inline |
|
inline |
Definition at line 1760 of file matvec.h.
Referenced by grad::Matrix< T, N_rows, N_cols >::pGetFirstElem().
|
inline |
Definition at line 1764 of file matvec.h.
Referenced by grad::Matrix< T, N_rows, N_cols >::pGetLastElem().
|
inline |
Definition at line 1755 of file matvec.h.
Referenced by grad::Matrix< T, N_rows, N_cols >::ApplyMatrixFuncNoAlias(), grad::Matrix< T, N_rows, N_cols >::Copy(), grad::Matrix< T, N_rows, N_cols >::operator=(), and grad::Matrix< T, N_rows, N_cols >::Resize().
|
private |
Definition at line 1769 of file matvec.h.
Referenced by grad::MatrixData< ScalarType, iNumRows, iNumCols >::MatrixData(), grad::MatrixData< ScalarType, iNumRows, iNumCols >::operator()(), grad::MatrixData< T, DYNAMIC_SIZE, DYNAMIC_SIZE >::operator()(), grad::MatrixData< T, N_rows, DYNAMIC_SIZE >::operator()(), grad::MatrixData< T, DYNAMIC_SIZE, N_cols >::operator()(), grad::MatrixData< ScalarType, iNumRows, iNumCols >::pGetFirstElem(), grad::MatrixData< T, DYNAMIC_SIZE, DYNAMIC_SIZE >::pGetFirstElem(), grad::MatrixData< T, N_rows, DYNAMIC_SIZE >::pGetFirstElem(), grad::MatrixData< T, DYNAMIC_SIZE, N_cols >::pGetFirstElem(), grad::MatrixData< ScalarType, iNumRows, iNumCols >::pGetLastElem(), grad::MatrixData< T, DYNAMIC_SIZE, DYNAMIC_SIZE >::pGetLastElem(), grad::MatrixData< T, N_rows, DYNAMIC_SIZE >::pGetLastElem(), grad::MatrixData< T, DYNAMIC_SIZE, N_cols >::pGetLastElem(), grad::MatrixData< T, DYNAMIC_SIZE, DYNAMIC_SIZE >::Resize(), grad::MatrixData< T, N_rows, DYNAMIC_SIZE >::Resize(), and grad::MatrixData< T, DYNAMIC_SIZE, N_cols >::Resize().