User Tools

Site Tools


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

Table of Contents

TGIS_SquareMatrix.Cofactor method

DK11 for Java | tatukgis.jdk.TGIS_SquareMatrix.Cofactor | Constructors | Methods | Properties

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

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

Syntax

// Java
public double Cofactor(
  int _row,
  int _col
);
// Oxygene
public
  function Cofactor(
    _row : Integer;
    _col : Integer
  ) : Double;

Parameters

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

Result

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

Page Tools