Declaration of vctFixedSizeMatrixBase.
More...
Go to the source code of this file.
|
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 > |
|
|
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) |
|
#define _vctFixedSizeMatrixBase_h |
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 |
|
) |
| |
|
inline |