Nonconvex constrained optimization
Loading...
Searching...
No Matches
lin-constr-converter.hpp File Reference
#include <alpaqa/problem/box.hpp>
#include <alpaqa/problem/sparsity.hpp>
#include <alpaqa/util/span.hpp>
#include <algorithm>
#include <cstddef>
#include <iterator>
#include <span>
Include dependency graph for lin-constr-converter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LinConstrConverter< Conf, IndexT, StorageIndexT >
struct  LinConstrConverter< Conf, IndexT, StorageIndexT >::SparseView

Namespaces

namespace  alpaqa

Class Documentation

◆ alpaqa::LinConstrConverter::SparseView

struct alpaqa::LinConstrConverter::SparseView
Collaboration diagram for LinConstrConverter< Conf, IndexT, StorageIndexT >::SparseView:
Class Members
index_t nrow
index_t ncol
span< index_t > inner_idx
span< storage_index_t > outer_ptr
span< real_t > values