Back to FabImage Library Lite website
You are here: Start » Basic » Matrix » CreateUniformMatrix

CreateUniformMatrix
Header: | STD.h |
---|---|
Namespace: | fil |
Creates a matrix with the specified dimensions and filled with a uniform element value.
Syntax
void fil::CreateUniformMatrix ( int inRowCount, int inColumnCount, float inValue, fil::Matrix& outMatrix )