alpaqa 1.0.0a11
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<EigenConfigd>);
10ALPAQA_IF_FLOAT(ALPAQA_EXPORT_TEMPLATE(class, ZeroFPRSolver, StructuredLBFGSDirection<EigenConfigf>);)
11ALPAQA_IF_LONGD(ALPAQA_EXPORT_TEMPLATE(class, ZeroFPRSolver, StructuredLBFGSDirection<EigenConfigl>);)
12ALPAQA_IF_QUADF(ALPAQA_EXPORT_TEMPLATE(class, ZeroFPRSolver, StructuredLBFGSDirection<EigenConfigq>);)
13
14ALPAQA_EXPORT_TEMPLATE(class, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<EigenConfigd>>);
15ALPAQA_IF_FLOAT(ALPAQA_EXPORT_TEMPLATE(class, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<EigenConfigf>>);)
16ALPAQA_IF_LONGD(ALPAQA_EXPORT_TEMPLATE(class, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<EigenConfigl>>);)
17ALPAQA_IF_QUADF(ALPAQA_EXPORT_TEMPLATE(class, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<EigenConfigq>>);)
18// clang-format on
19
20} // namespace alpaqa
#define ALPAQA_IF_QUADF(...)
Definition: config.hpp:171
#define ALPAQA_IF_LONGD(...)
Definition: config.hpp:183
#define ALPAQA_IF_FLOAT(...)
Definition: config.hpp:177
#define ALPAQA_EXPORT_TEMPLATE(...)
Definition: export.hpp:22