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

Finds solution with an already precomputed factorization.

Pascal
function LUSolve(const B: TVec; const X: TVec; MtxType: TMtxType; Operation: TMtxOperation; const Mtx: TMtx; const OrigMtx: TMtx; const pipiv: TVecInt): TMtx; overload;

Mtx, origMtx and ipiv contain result of factorization on exit. The factorization was obtained with a previous call to LUSolve, which did not require B and X params.

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