Back to FabImage Library Lite website
You are here: Start » Basic » Matrix » MultiplyMatrixByReal
MultiplyMatrixByReal
| Header: | STD.h |
|---|---|
| Namespace: | fil |
Multiplies all elements of a matrix by a value.
Syntax
void fil::MultiplyMatrixByReal ( const fil::Matrix& inMatrix, float inValue, fil::Matrix& outMatrix )


