User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_squarematrix.cofactor_integer_integer

Table of Contents

TGIS_SquareMatrix.Cofactor method

DK11 for Python | tatukgis.pdk.TGIS_SquareMatrix.Cofactor | Constructors | Methods | Properties

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

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

Syntax

# Python
def Cofactor(
  self
  _row: int
  _col: int
) -> float: 

Parameters

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

Result

Type Description
float The cofactor of the matrix element.
2022/11/30 16:04

Page Tools