Click or drag to resize

NMathFunctionsDeterminant(DoubleComplexMatrix) Method

Computes the determinant of a given matrix.

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

Parameters

A  DoubleComplexMatrix
A matrix.

Return Value

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