alpaqa pi-pico
Nonconvex constrained optimization
Loading...
Searching...
No Matches
structured-lbfgs.cpp
Go to the documentation of this file.
2
3namespace alpaqa {
4
5// clang-format off
6ALPAQA_EXPORT_TEMPLATE(struct, StructuredLBFGSDirection, EigenConfigd);
7ALPAQA_IF_FLOAT(ALPAQA_EXPORT_TEMPLATE(struct, StructuredLBFGSDirection, EigenConfigf);)
8ALPAQA_IF_LONGD(ALPAQA_EXPORT_TEMPLATE(struct, StructuredLBFGSDirection, EigenConfigl);)
9ALPAQA_IF_QUADF(ALPAQA_EXPORT_TEMPLATE(struct, StructuredLBFGSDirection, EigenConfigq);)
10// clang-format on
11
12} // namespace alpaqa
#define ALPAQA_IF_QUADF(...)
Definition config.hpp:223
#define ALPAQA_IF_LONGD(...)
Definition config.hpp:235
#define ALPAQA_IF_FLOAT(...)
Definition config.hpp:229
#define ALPAQA_EXPORT_TEMPLATE(...)
Definition export.hpp:22
constexpr const auto inf
Definition config.hpp:112