Module sprs::linalg::etree

source ·
Expand description

Data structures to work with elimination trees (etree). etrees arise when considering cholesky factorization, QR factorization, …

Structs§

  • Store an etree as the parent information of each node. This reflects the fact that etrees can in fact have multiple roots.

Type Aliases§