You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > LUSolve Method > Matrix.LUSolve Method (TMtxType, TMtx, TMtx, TVecInt)
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.LUSolve Method (TMtxType, TMtx, TMtx, TVecInt)

Performs factorization for LUSolve.

Pascal
function LUSolve(MtxType: TMtxType; const Mtx: TMtx; const OrigMtx: TMtx; const pipiv: TVecInt): TMtx; overload;

Mtx, origMtx and ipiv contain result of factorization on exit. This result is again to be passed to the LUSolve together with B to obtain solution for X.

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