Template Function proxsuite::linalg::sparse::delete_row_req
Defined in File rowmod.hpp
Function Documentation
-
template<typename T, typename I>
auto proxsuite::linalg::sparse::delete_row_req(proxsuite::linalg::veg::Tag<T>, proxsuite::linalg::veg::Tag<I>, isize n, isize max_nnz) noexcept -> proxsuite::linalg::veg::dynstack::StackReq Computes the memory requirements for deleting a row and column for the ldlt factors
- Parameters:
n – : dimension of the matrix
max_nnz – : upper bound of non zero counts over the columns of the matrix. n is always a valid value.