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

Compute X / (Y*Z)

Pascal
function Divide(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 Y also for the Z parameter: 

X / (Y^2)

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