Module extendr_api::prelude::sparse::linalg::lu::supernodal

Expand description

Supernodal factorization module.

A supernodal factorization is one that processes the elements of the LU factors of the input matrix by blocks, rather than by single elements. This is more efficient if the LU factors are somewhat dense.

Structs§

  • LU factor structure containing the symbolic and numerical representations.
  • LU factor structure containing the symbolic structure.

Functions§