User Tools

Site Tools


api:dk11:delphi:gismatrix.tgis_squarematrix.cofactor_integer_integer

Table of Contents

TGIS_SquareMatrix.Cofactor method

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

Computes the cofactor (minor) of the specified matrix element.

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

Syntax

// Delphi
public
  function Cofactor(
    const _row : Integer;
    const _col : Integer
  ) : Double;
// C++ Builder
public:
  double Cofactor(
    const int _row,
    const int _col
  );

Parameters

Name Type Description
_row Integer the row index
_col Integer the column index

Result

Type Description
Double The cofactor of the matrix element.
2022/11/30 19:17

Page Tools