You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Matrix Record
>
public
>
Matrix.Balance Property
MtxVec VCL
Example
Matrix.Balance Property
var
A:
Matrix
; d:
Vector
;
begin
// ...
A.Balance := btFull;
// applies both methods
A.Eig(d);
// ...
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.