TMatrix.Determinant Method
Computes the determinant of the matrix.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
public TComplex Determinant()
Public Function Determinant As TComplex
public:
TComplex^ Determinant()
member Determinant : unit -> TComplex
Return Value
TComplexThe determinant of the matrix.