Routines for block-sparse matrix LDLT factorisation. More...
#include "proxsuite-nlp/linalg/dense.hpp"#include "proxsuite-nlp/linalg/block-triangular.hpp"#include "proxsuite-nlp/linalg/gemmt.hpp"#include <numeric>#include "./block-ldlt.hxx"Go to the source code of this file.
Classes | |
| struct | proxsuite::nlp::linalg::backend::block_impl< Scalar > |
| Implementation struct for the recursive block LDLT algorithm. More... | |
| struct | proxsuite::nlp::linalg::BlockLDLT< _Scalar > |
| Block sparsity-aware LDLT factorization algorithm. More... | |
Namespaces | |
| namespace | proxsuite |
| Main package namespace. | |
| namespace | proxsuite::nlp::linalg |
| Specific linear algebra routines. | |
Routines for block-sparse matrix LDLT factorisation.
Definition in file block-ldlt.hpp.