Click or drag to resize

NMathFunctionsDeterminant(DoubleSymmetricMatrix) Method

Computes the determinant of a symmetric matrix.

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

Parameters

A  DoubleSymmetricMatrix
A symmetric matrix.

Return Value

Double
The determinant of A.
See Also