DK11 for Delphi | GisMatrix.TGIS_SquareMatrix.Solve | Constructors | Methods | Properties
Solves a system of linear equations of the form Matrix * unknown vector = known vector.
// Delphi public function Solve( const _vec : TGIS_Vector ) : TGIS_Vector;
// C++ Builder public: TGIS_Vector* Solve( TGIS_Vector* const _vec );
Name | Type | Description |
---|---|---|
_vec | TGIS_Vector | the known vector |
Type | Description |
---|---|
TGIS_Vector | The solution of the linear problem. |