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

Compute X*Y*zScalar

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

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

X^2*zScalar

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