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


