Click or drag to resize
LUDeterminant Method
Return the determinant of the matrix used to construct this instance.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Determinant()

Return Value

Type: Double
A double scalar containing the determinant of the matrix used to construct this instance.
See Also