DK11 for Java | tatukgis.jdk.TGIS_SquareMatrix.Solve | Constructors | Methods | Properties
Solves a system of linear equations of the form Matrix * unknown vector = known vector.
// Java public double[] Solve( double[] _vec );
// Oxygene public function Solve( _vec : TGIS_Vector ) : TGIS_Vector;
Name | Type | Description |
---|---|---|
_vec | double[] TGIS_Vector | the known vector |
Type | Description |
---|---|
double[] TGIS_Vector | The solution of the linear problem. |