Click or drag to resize

FloatSymPDFact(FloatSymmetricMatrix) Constructor

Constructs a FloatSymPDFact instance by factoring the given matrix. By default the condition number for the matrix will not be computed and will not be available from the ConditionNumber method.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatSymPDFact(
	FloatSymmetricMatrix A
)

Parameters

A  FloatSymmetricMatrix
The matrix to factor. The matrix is assumed to be positive definite.
Remarks
Only the main diagonal and first subdiagonal of the matrix A are referenced. The superdiagonal of A is ignored.
See Also