Click or drag to resize

DoubleSymFactFactor(DoubleSymmetricMatrix, 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(
	DoubleSymmetricMatrix A,
	bool estimateConditionNumber
)

Parameters

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