DK11 for Python | tatukgis.pdk.TGIS_SquareMatrix.Solve | Constructors | Methods | Properties
Solves a system of linear equations of the form Matrix * unknown vector = known vector.
# Python def Solve( self, _vec: TGIS_Vector ) -> TGIS_Vector:
Name | Type | Description |
---|---|---|
_vec | TGIS_Vector | the known vector |
Type | Description |
---|---|
TGIS_Vector | The solution of the linear problem. |