User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_squarematrix.solve_itgis_vector

Table of Contents

ITGIS_SquareMatrix.Solve method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_SquareMatrix.Solve | Methods | Properties

Solves a system of linear equations of the form Matrix * unknown vector = known vector.

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

Syntax

// 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;

Parameters

Name Type Description
_vec ITGIS_Vector the known vector

Result

Type Description
ITGIS_Vector The solution of the linear problem.
2022/11/30 19:10

Page Tools