|
cisst-saw
|
Declaration of vctFixedSizeMatrixBase. More...
#include <cisstCommon/cmnPortability.h>#include <cisstCommon/cmnTypeTraits.h>#include <cisstVector/vctFixedSizeConstMatrixBase.h>#include <cstdarg>Go to the source code of this file.
Classes | |
| class | vctFixedSizeMatrixBase< _rows, _cols, _rowStride, _colStride, _elementType, _dataPtrType > |
| A template for a fixed size matrix with fixed spacings in memory. More... | |
| class | vctFixedSizeMatrixBase< _rows, _cols, _rowStride, _colStride, _elementType, _dataPtrType >::Submatrix< _subRows, _subCols > |
Macros | |
| #define | _vctFixedSizeMatrixBase_h |
Functions | |
| template<vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride, class _elementType, class _dataPtrType, class _matrixOwnerType> | |
| void | vctFixedSizeMatrixBaseAssignDynamicConstMatrixBase (vctFixedSizeMatrixBase< _rows, _cols, _rowStride, _colStride, _elementType, _dataPtrType > &fixedSizeMatrix, const vctDynamicConstMatrixBase< _matrixOwnerType, _elementType > &dynamicMatrix) |
Declaration of vctFixedSizeMatrixBase.
| #define _vctFixedSizeMatrixBase_h |
|
inline |