Click or drag to resize

DoubleSymPDTriDiagFactFactor Method

Overload List
 NameDescription
Public methodFactor(DoubleTriDiagMatrix) Factors the matrix A so that self represents the LDL' factorization of A. By default the condition number for the matrix will not be computed and will not be available from the ConditionNumber method.
Public methodFactor(DoubleTriDiagMatrix, Boolean) Factors the matrix A so that self represents the LDL' factorization of A. By default the condition number for the matrix will not be computed and will not be available from the ConditionNumber method.
Top
See Also