cisst-saw
|
Definition of vctRandom for fixed size matrices. More...
#include <cisstCommon/cmnRandomSequence.h>
#include <cisstCommon/cmnPortability.h>
#include <cisstVector/vctForwardDeclarations.h>
#include <cisstVector/vctFixedSizeMatrix.h>
Go to the source code of this file.
Macros | |
#define | _vctRandomFixedSizeMatrix_h |
Functions | |
template<vct::size_type _rows, vct::size_type _cols, vct::stride_type _rowStride, vct::stride_type _colStride, class _elementType , class _dataPtrType > | |
void | vctRandom (vctFixedSizeMatrixBase< _rows, _cols, _rowStride, _colStride, _elementType, _dataPtrType > &matrix, const _elementType min, const _elementType max) |
Definition of vctRandom for fixed size matrices.
#define _vctRandomFixedSizeMatrix_h |