37 using I =
typename Derived::StorageIndex;
39 std::span<const I> inner{M.derived().innerIndexPtr(),
40 static_cast<size_t>(M.derived().nonZeros())};
41 std::span<const I> outer{M.derived().outerIndexPtr(),
42 static_cast<size_t>(M.derived().outerSize()) + 1};
44 .rows =
static_cast<length_t>(M.derived().rows()),
45 .cols =
static_cast<length_t>(M.derived().cols()),
49 .order = SpCSC::SortedRows,