alpaqa 1.0.0a9
Nonconvex constrained optimization
Loading...
Searching...
No Matches
zerofpr-alm.cpp
Go to the documentation of this file.
4
5namespace alpaqa {
6
7// clang-format off
8ALPAQA_EXPORT_TEMPLATE(class, ZeroFPRSolver, LBFGSDirection<EigenConfigd>);
9ALPAQA_IF_FLOAT(ALPAQA_EXPORT_TEMPLATE(class, ZeroFPRSolver, LBFGSDirection<EigenConfigf>);)
10ALPAQA_IF_LONGD(ALPAQA_EXPORT_TEMPLATE(class, ZeroFPRSolver, LBFGSDirection<EigenConfigl>);)
11ALPAQA_IF_QUADF(ALPAQA_EXPORT_TEMPLATE(class, ZeroFPRSolver, LBFGSDirection<EigenConfigq>);)
12
13ALPAQA_EXPORT_TEMPLATE(class, ALMSolver, ZeroFPRSolver<LBFGSDirection<EigenConfigd>>);
14ALPAQA_IF_FLOAT(ALPAQA_EXPORT_TEMPLATE(class, ALMSolver, ZeroFPRSolver<LBFGSDirection<EigenConfigf>>);)
15ALPAQA_IF_LONGD(ALPAQA_EXPORT_TEMPLATE(class, ALMSolver, ZeroFPRSolver<LBFGSDirection<EigenConfigl>>);)
16ALPAQA_IF_QUADF(ALPAQA_EXPORT_TEMPLATE(class, ALMSolver, ZeroFPRSolver<LBFGSDirection<EigenConfigq>>);)
17// clang-format on
18
19} // 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