Click or drag to resize

NMathFunctionsDeterminant(FloatComplexMatrix) Method

Computes the determinant of a given matrix.

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

Parameters

A  FloatComplexMatrix
A matrix.

Return Value

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