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,
	float inValue,
	avl::Matrix& outMatrix
)

Parameters

Name Type Default Description
inMatrix const Matrix&
inValue float
outMatrix Matrix&