Click or drag to resize

NMathFunctionsDeterminant(DoubleMatrix) Method

Computes the determinant of a given matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double Determinant(
	DoubleMatrix A
)

Parameters

A  DoubleMatrix
A matrix.

Return Value

Double
The determinant of A.
Exceptions
ExceptionCondition
MatrixNotSquareExceptionThrown if A is not square.
See Also