Template Struct SymbolicMatMutInterface

Inheritance Relationships

Base Type

Struct Documentation

template<typename D, typename I>
struct SymbolicMatMutInterface : public proxsuite::linalg::sparse::_detail::SymbolicMatRefInterface<D, I>

Public Functions

inline auto col_ptrs_mut() noexcept -> I*
inline auto nnz_per_col_mut() noexcept -> I*
inline auto row_indices_mut() noexcept -> I*