MatScale
Scales all elements of a matrix by a given number.
Synopsis
int MatScale(Scalar *a,Mat mat)
Collective on Mat
Input Parameters
mat
- the matrix to be scaled
a
- the scaling value
Output Parameter
mat
-the scaled matrix
Keywords
matrix, scale
See Also
MatDiagonalScale
()
Location:
src/mat/interface/matrix.c
Matrix Index
Table of Contents