IMSL C# Numerical Library

LU.Determinant Method 

Return the determinant of the matrix used to construct this instance.

public double Determinant();

Return Value

A double scalar containing the determinant of the matrix used to construct this instance.

See Also

LU Class | Imsl.Math Namespace