alpaqa 1.0.0a8
Nonconvex constrained optimization
Loading...
Searching...
No Matches
ocproblem.cpp
Go to the documentation of this file.
2
3namespace alpaqa {
4
5ALPAQA_EXPORT_TEMPLATE(struct, ControlProblemVTable, DefaultConfig);
6ALPAQA_EXPORT_TEMPLATE(struct, ControlProblemVTable, EigenConfigf);
7ALPAQA_EXPORT_TEMPLATE(struct, ControlProblemVTable, EigenConfigd);
8ALPAQA_EXPORT_TEMPLATE(struct, ControlProblemVTable, EigenConfigl);
9#ifdef ALPAQA_WITH_QUAD_PRECISION
10ALPAQA_EXPORT_TEMPLATE(struct, ControlProblemVTable, EigenConfigq);
11#endif
12
13} // namespace alpaqa
#define ALPAQA_EXPORT_TEMPLATE(...)
Definition: export.hpp:22