You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > AddScaled Method > Matrix.AddScaled Method (TMtxVec, integer, Double, TMtxVec, integer, Double, TMtxVec, integer, Double, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.AddScaled Method (TMtxVec, integer, Double, TMtxVec, integer, Double, TMtxVec, integer, Double, integer, integer)

Compute X*xScale + Y*yScale + Z*zScale on sub arrays

Pascal
function AddScaled(const X: TMtxVec; xIndex: integer; const xScale: Double; const Y: TMtxVec; yIndex: integer; const yScale: Double; const Z: TMtxVec; zIndex: integer; const zScale: Double; Index: integer; Len: integer): TMtxVec; overload;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!