DK11 for ActiveX | TatukGIS_XDK11.ITGIS_SquareMatrix.Solve | Methods | Properties
Solves a system of linear equations of the form Matrix * unknown vector = known vector.
// C# public ITGIS_Vector Solve( ITGIS_Vector _vec );
' VisualBasic Public Function Solve( ByVal _vec As ITGIS_Vector ) As ITGIS_Vector
// Oxygene public function Solve( _vec : ITGIS_Vector ) : ITGIS_Vector;
Name | Type | Description |
---|---|---|
_vec | ITGIS_Vector | the known vector |
Type | Description |
---|---|
ITGIS_Vector | The solution of the linear problem. |