Template Function proxsuite::linalg::sparse::factorize_symbolic_req

Function Documentation

template<typename I>
auto proxsuite::linalg::sparse::factorize_symbolic_req(proxsuite::linalg::veg::Tag<I> tag, isize n, isize nnz, Ordering o) noexcept -> proxsuite::linalg::veg::dynstack::StackReq

Computes the stack memory requirements of symbolic factorization.

Parameters:
  • n – dimension of the matrix to be factorized.

  • nnz – number of non zeros of the matrix to be factorized.

  • o – the kind of permutation that is applied to the matrix before factorization.