You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Properties > Matrix.Balance Property
Dew Math for .NET
ContentsIndexHome
Example
var A: Matrix; d: Vector; begin // ... A.Balance := btFull; // applies both methods A.Eig(d); // ... end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.