Module extendr_api::prelude::sparse::linalg::lu::simplicial

Expand description

Simplicial factorization module.

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

Structs§

  • LU factor structure containing the symbolic and numerical representations.

Functions§