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