Module extendr_api::prelude::sparse::linalg

Expand description

Sparse linear algebra module.
Contains low level routines and the implementation of their corresponding high level wrappers.

Modules§

  • Approximate minimum degree ordering.
  • Computes the Cholesky decomposition (either LLT, LDLT, or Bunch-Kaufman) of a given sparse matrix. See crate::linalg::cholesky for more info.
  • Approximate minimum degree column ordering.
  • Computes the LU decomposition of a given sparse matrix. See faer::linalg::lu for more info.
  • Sparse matrix multiplication.
  • Computes the QR decomposition of a given sparse matrix. See crate::linalg::qr for more info.
  • High level sparse solvers.
  • Solving sparse triangular linear systems with a dense right-hand-side.

Structs§

Enums§

Traits§

  • Trait for unsigned integers that can be indexed with.
  • Trait for signed integers corresponding to the ones satisfying Index.