Click or drag to resize

FloatLUFactDeterminant Method

Computes the determinant of the factored matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public float Determinant()

Return Value

Single
The determinant of the factored matrix.
Exceptions
ExceptionCondition
MatrixNotSquareExceptionThrown if the factored matrix was not square.
See Also