User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_squarematrix.solve_tgis_vector

Table of Contents

TGIS_SquareMatrix.Solve method

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.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def Solve(
  self,
  _vec: TGIS_Vector
) -> TGIS_Vector: 

Parameters

Name Type Description
_vec TGIS_Vector the known vector

Result

Type Description
TGIS_Vector The solution of the linear problem.
2023/08/09 01:59

Page Tools