#include <alpaqa/problem/box.hpp>
#include <alpaqa/problem/sparsity.hpp>
#include <alpaqa/util/span.hpp>
#include <algorithm>
#include <cstddef>
#include <iterator>
#include <span>
Go to the source code of this file.
Classes | |
struct | LinConstrConverter< Conf, IndexT, StorageIndexT > |
struct | LinConstrConverter< Conf, IndexT, StorageIndexT >::SparseView |
Namespaces | |
namespace | alpaqa |
struct alpaqa::LinConstrConverter::SparseView |
Class Members | ||
---|---|---|
index_t | nrow | |
index_t | ncol | |
span< index_t > | inner_idx | |
span< storage_index_t > | outer_ptr | |
span< real_t > | values |