alpaqa 1.0.0a8
Nonconvex constrained optimization
Loading...
Searching...
No Matches
zerofpr.cpp
Go to the documentation of this file.
2
3namespace alpaqa {
4
5ALPAQA_EXPORT_TEMPLATE(struct, ZeroFPRParams, DefaultConfig);
6ALPAQA_EXPORT_TEMPLATE(struct, ZeroFPRParams, EigenConfigf);
7ALPAQA_EXPORT_TEMPLATE(struct, ZeroFPRParams, EigenConfigd);
8ALPAQA_EXPORT_TEMPLATE(struct, ZeroFPRParams, EigenConfigl);
9#ifdef ALPAQA_WITH_QUAD_PRECISION
10ALPAQA_EXPORT_TEMPLATE(struct, ZeroFPRParams, EigenConfigq);
11#endif
12
13ALPAQA_EXPORT_TEMPLATE(struct, ZeroFPRStats, DefaultConfig);
14ALPAQA_EXPORT_TEMPLATE(struct, ZeroFPRStats, EigenConfigf);
15ALPAQA_EXPORT_TEMPLATE(struct, ZeroFPRStats, EigenConfigd);
16ALPAQA_EXPORT_TEMPLATE(struct, ZeroFPRStats, EigenConfigl);
17#ifdef ALPAQA_WITH_QUAD_PRECISION
18ALPAQA_EXPORT_TEMPLATE(struct, ZeroFPRStats, EigenConfigq);
19#endif
20
21ALPAQA_EXPORT_TEMPLATE(struct, ZeroFPRProgressInfo, DefaultConfig);
22ALPAQA_EXPORT_TEMPLATE(struct, ZeroFPRProgressInfo, EigenConfigf);
23ALPAQA_EXPORT_TEMPLATE(struct, ZeroFPRProgressInfo, EigenConfigd);
24ALPAQA_EXPORT_TEMPLATE(struct, ZeroFPRProgressInfo, EigenConfigl);
25#ifdef ALPAQA_WITH_QUAD_PRECISION
26ALPAQA_EXPORT_TEMPLATE(struct, ZeroFPRProgressInfo, EigenConfigq);
27#endif
28
29} // namespace alpaqa
#define ALPAQA_EXPORT_TEMPLATE(...)
Definition: export.hpp:22