Click or drag to resize

FloatHermitianPDFactFactor(FloatHermitianMatrix, Boolean) Method

Factors the matrix A so that self represents the UU' factorization of A.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Factor(
	FloatHermitianMatrix A,
	bool estimateConditionNumber
)

Parameters

A  FloatHermitianMatrix
The matrix to factor.
estimateConditionNumber  Boolean
If true the condition number for the matrix will be estimated. This is a rather computationally expensive operation for large matrices.
See Also