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

Compute X*Y*Z

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

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

X^2*Y

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