DK11 for Delphi | GisMatrix.TGIS_SquareMatrix.Cofactor | Constructors | Methods | Properties
Computes the cofactor (minor) of the specified matrix element.
// Delphi public function Cofactor( const _row : Integer; const _col : Integer ) : Double;
// C++ Builder public: double Cofactor( const int _row, const int _col );
Name | Type | Description |
---|---|---|
_row | Integer | the row index |
_col | Integer | the column index |
Type | Description |
---|---|
Double | The cofactor of the matrix element. |