User Tools

Site Tools


api:dk11:delphi:gismatrix.tgis_squarematrix.solve_tgis_vector

Table of Contents

TGIS_SquareMatrix.Solve method

DK11 for Delphi | GisMatrix.TGIS_SquareMatrix.Solve | Constructors | Methods | Properties

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

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

Syntax

// Delphi
public
  function Solve(
    const _vec : TGIS_Vector
  ) : TGIS_Vector;
// C++ Builder
public:
  TGIS_Vector* Solve(
    TGIS_Vector* const _vec
  );

Parameters

Name Type Description
_vec TGIS_Vector the known vector

Result

Type Description
TGIS_Vector The solution of the linear problem.
2022/11/30 19:17

Page Tools