DK11 for Python | tatukgis.pdk.TGIS_SquareMatrix.Cofactor | Constructors | Methods | Properties
Computes the cofactor (minor) of the specified matrix element.
# Python def Cofactor( self _row: int _col: int ) -> float:
Name | Type | Description |
---|---|---|
_row | int | the row index |
_col | int | the column index |
Type | Description |
---|---|
float | The cofactor of the matrix element. |