alpaqa 1.0.0a8
Nonconvex constrained optimization
Loading...
Searching...
No Matches
structured-zerofpr-alm.cpp
Go to the documentation of this file.
5
6namespace alpaqa {
7
8// clang-format off
9ALPAQA_EXPORT_TEMPLATE(class, ZeroFPRSolver, StructuredLBFGSDirection<DefaultConfig>);
10ALPAQA_EXPORT_TEMPLATE(class, ZeroFPRSolver, StructuredLBFGSDirection<EigenConfigf>);
11ALPAQA_EXPORT_TEMPLATE(class, ZeroFPRSolver, StructuredLBFGSDirection<EigenConfigd>);
12ALPAQA_EXPORT_TEMPLATE(class, ZeroFPRSolver, StructuredLBFGSDirection<EigenConfigl>);
13#ifdef ALPAQA_WITH_QUAD_PRECISION
14ALPAQA_EXPORT_TEMPLATE(class, ZeroFPRSolver, StructuredLBFGSDirection<EigenConfigq>);
15#endif
16
17ALPAQA_EXPORT_TEMPLATE(class, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<DefaultConfig>>);
18ALPAQA_EXPORT_TEMPLATE(class, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<EigenConfigf>>);
19ALPAQA_EXPORT_TEMPLATE(class, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<EigenConfigd>>);
20ALPAQA_EXPORT_TEMPLATE(class, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<EigenConfigl>>);
21#ifdef ALPAQA_WITH_QUAD_PRECISION
22ALPAQA_EXPORT_TEMPLATE(class, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<EigenConfigq>>);
23#endif
24// clang-format on
25
26} // namespace alpaqa
#define ALPAQA_EXPORT_TEMPLATE(...)
Definition: export.hpp:22