Back to FabImage Library website
You are here: Start » Function Reference » Matrix » CreateUniformMatrix
Header: | STD.h |
---|---|
Namespace: | fil |
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 )