User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_squarematrix.solve_tgis_vector

Table of Contents

TGIS_SquareMatrix.Solve method

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.

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

Syntax

// Java
public double[] Solve(
  double[] _vec
);
// Oxygene
public
  function Solve(
    _vec : TGIS_Vector
  ) : TGIS_Vector;

Parameters

Name Type Description
_vec double[]
TGIS_Vector
the known vector

Result

Type Description
double[]
TGIS_Vector
The solution of the linear problem.
2022/11/30 19:35

Page Tools