alpaqa 1.0.0a16
Nonconvex constrained optimization
Loading...
Searching...
No Matches
alm.cpp
Go to the documentation of this file.
2
3namespace alpaqa {
4
5ALPAQA_EXPORT_TEMPLATE(struct, ALMParams, EigenConfigd);
6ALPAQA_IF_FLOAT(ALPAQA_EXPORT_TEMPLATE(struct, ALMParams, EigenConfigf);)
7ALPAQA_IF_LONGD(ALPAQA_EXPORT_TEMPLATE(struct, ALMParams, EigenConfigl);)
9
10} // namespace alpaqa
#define ALPAQA_IF_QUADF(...)
Definition config.hpp:207
#define ALPAQA_IF_LONGD(...)
Definition config.hpp:219
#define ALPAQA_IF_FLOAT(...)
Definition config.hpp:213
#define ALPAQA_EXPORT_TEMPLATE(...)
Definition export.hpp:22
constexpr const auto inf
Definition config.hpp:98