Click or drag to resize

FloatSymPDTriDiagFact(FloatTriDiagMatrix, Boolean) Constructor

Constructs an FloatSymPDTriDiagFact instance by factoring the given matrix, optionally estimating the condition number of the matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatSymPDTriDiagFact(
	FloatTriDiagMatrix A,
	bool estimateConditionNumber
)

Parameters

A  FloatTriDiagMatrix
The matrix to factor. The matrix is assumed to be positive definite.
estimateConditionNumber  Boolean
If true the condition number for the matrix will be estimated. Note that this is a rather computationally expensive operation for large matrices.
See Also