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

Scale all Mtx matrix columns with values from Src.

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

Src.Length must be equal to Mtx.Cols. 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!