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

Returns the X from LU solving A*X = B.

Pascal
function LUSolve(const B: TVec; const A: TMtx; MtxType: TMtxType = mtGeneral; Operation: TMtxOperation = opNone): 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!