Crate ldl

Source

Enums§

Marker

Functions§

etree
Compute the elimination tree for a quasidefinite matrix in compressed sparse column form, where the input matrix is assumed to contain data for the upper triangular part of A only, and there are no duplicate indices.
factor
Compute an LDL decomposition for a quasidefinite matrix in compressed sparse column form, where the input matrix is assumed to contain data for the upper triangular part of A only, and there are no duplicate indices.
factor_solve
lsolve
Solves (L+I)x = b
ltsolve
Solves (L+I)'x = b
solve
Solves LDL'x = b