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

CreateUniformMatrix
Create a matrix with the specified dimensions and filled with an uniform element value.
Syntax
void fil::CreateUniformMatrix ( int inRowCount, int inColumnCount, float inValue, fil::Matrix& outMatrix )