Click or drag to resize

DoubleSymPDTriDiagFact(DoubleTriDiagMatrix, Boolean) Constructor

Constructs an DoubleSymPDTriDiagFact 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 DoubleSymPDTriDiagFact(
	DoubleTriDiagMatrix A,
	bool estimateConditionNumber
)

Parameters

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