You are here: Symbol Reference > AbstractMtxVec Namespace > Classes > TDenseMtxVec Class > public > MulAndDiv Method > TDenseMtxVec.MulAndDiv Method (TMtxVec, TMtxVec, Double, TMtxVec)
MtxVec VCL
ContentsIndex
PreviousUpNext
TDenseMtxVec.MulAndDiv Method (TMtxVec, TMtxVec, Double, TMtxVec)

Compute X * Y * xyScale / Z

Pascal
function MulAndDiv(const X: TMtxVec; const Y: TMtxVec; const xyScale: Double; const Z: TMtxVec): TMtxVec; overload;

The following expression would also run at the same or higher speed, when passing X also for the Y parameter: 

X^2 * xyScale/ Z

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