You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Matrix Record
>
public
>
Matrix.RefineSolution Property
MtxVec VCL
Example
Matrix.RefineSolution Property
var
X,B:
Vector
; A:
Matrix
;
begin
B.SetIt(False,[0,2]); A.SetIt(2,2,false,[1,2, 3,4]);
// 2x2, not complex matrix
A.RefineSolution := True; A.ConditionNumber := cnNormInf; A.LUSolve(B,X);
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.