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