Click or drag to resize

NMathFunctionsDeterminant(DoubleHermitianBandMatrix) Method

Computes the determinant of the matrix.

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

Parameters

A  DoubleHermitianBandMatrix
An Hermitian banded matrix.

Return Value

DoubleComplex
The determinant of A.
See Also