You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > ScaleRows Method > Matrix.ScaleRows Method (TMtx, TVec)
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.ScaleRows Method (TMtx, TVec)

Scale all Mtx matrix rows with values from Src.

Pascal
function ScaleRows(const Mtx: TMtx; const Src: TVec): TMtx; overload;

Src.Length must be equal to Mtx.Rows. The result is stored to the calling matrix.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!