Click or drag to resize

DoubleHermitianFactFactor(DoubleHermitianMatrix, Boolean) Method

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

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

Parameters

A  DoubleHermitianMatrix
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