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

Divide Left vector with right matrix (matrix division) returning Vector type result.

Pascal
function Divide(const Left: TVec; const Right: TMtx): Vector; overload;

Internally calls Matrix.LUSolve

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