Back to Adaptive Vision Library website
You are here: Start » Function Reference » Matrix » MultiplyMatrixByReal
MultiplyMatrixByReal
Multiply all elements of a matrix by a value.
Syntax
void avl::MultiplyMatrixByReal ( const avl::Matrix& inMatrix, atl::real inValue, avl::Matrix& outMatrix )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inMatrix | const Matrix& | ||
![]() |
inValue | real | ||
![]() |
outMatrix | Matrix& |


