You are here: Symbol Reference > MtxExpr Namespace > Functions > MtxExpr.LDivide Function
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxExpr.LDivide Function

Left divide Left with Right (matrix division) returning Matrix type result.

Pascal
function LDivide(const Left: TMtx; const Right: TMtx): Matrix; overload;

Internally calls Matrix.LUSolve

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