Computes the determinant of the matrix.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public static FloatComplex Determinant(
	FloatComplexBandMatrix A
)
Visual Basic (Declaration)
Public Shared Function Determinant ( _
	A As FloatComplexBandMatrix _
) As FloatComplex
Visual C++
public:
static FloatComplex Determinant(
	FloatComplexBandMatrix^ A
)

Return Value

The determinant of the matrix.

See Also