  | NMathFunctionsDeterminant(DoubleLowerTriMatrix) Method | 
            Computes the determinant of A.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static double Determinant(
	DoubleLowerTriMatrix A
)
Public Shared Function Determinant ( 
	A As DoubleLowerTriMatrix
) As Double
public:
static double Determinant(
	DoubleLowerTriMatrix^ A
)
static member Determinant : 
        A : DoubleLowerTriMatrix -> float Parameters
- A  DoubleLowerTriMatrix
 - A lower triangular matrix.
 
Return Value
DoubleThe determinant of 
A.
See Also