Computes the determinant value for a square TRSMatrix in 2D-space.
The implementation of the linear algebraic expression for the determinant corresponds with the Laplace expansion formula.
Note |
---|
This function is provided for compatibility with earlier versions of Delphi which did not support methods on a record type. Use this function if you want your code to support older as well as newer versions of Delphi. |
Namespace: RSGraphics
Delphi |
function RSMatrixDeterminant(const M: TRSMatrix): Single; |
Parameters
M
Type: System.Void
Type: Single