cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
vctRandomFixedSizeMatrix.h File Reference

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)
 

Detailed Description

Definition of vctRandom for fixed size matrices.

Macro Definition Documentation

#define _vctRandomFixedSizeMatrix_h