Click or drag to resize

NMathFunctionsDeterminant(DoubleUpperTriMatrix) Method

Computes the determinant of A.

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

Parameters

A  DoubleUpperTriMatrix
A upper triangular matrix.

Return Value

Double
The determinant of A.
See Also