alpaqa
1.0.0a11
Nonconvex constrained optimization
Loading...
Searching...
No Matches
src
alpaqa
src
zerofpr-alm.cpp
Go to the documentation of this file.
1
#include <
alpaqa/implementation/inner/zerofpr.tpp
>
2
#include <
alpaqa/implementation/outer/alm.tpp
>
3
#include <
alpaqa/zerofpr-alm.hpp
>
4
5
namespace
alpaqa
{
6
7
// clang-format off
8
ALPAQA_EXPORT_TEMPLATE
(
class
, ZeroFPRSolver, LBFGSDirection<EigenConfigd>);
9
ALPAQA_IF_FLOAT
(
ALPAQA_EXPORT_TEMPLATE
(
class
, ZeroFPRSolver, LBFGSDirection<EigenConfigf>);)
10
ALPAQA_IF_LONGD
(
ALPAQA_EXPORT_TEMPLATE
(
class
, ZeroFPRSolver, LBFGSDirection<EigenConfigl>);)
11
ALPAQA_IF_QUADF
(
ALPAQA_EXPORT_TEMPLATE
(
class
, ZeroFPRSolver, LBFGSDirection<EigenConfigq>);)
12
13
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, ZeroFPRSolver<LBFGSDirection<EigenConfigd>>);
14
ALPAQA_IF_FLOAT
(
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, ZeroFPRSolver<LBFGSDirection<EigenConfigf>>);)
15
ALPAQA_IF_LONGD
(
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, ZeroFPRSolver<LBFGSDirection<EigenConfigl>>);)
16
ALPAQA_IF_QUADF
(
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, ZeroFPRSolver<LBFGSDirection<EigenConfigq>>);)
17
// clang-format on
18
19
}
// namespace alpaqa
alm.tpp
ALPAQA_IF_QUADF
#define ALPAQA_IF_QUADF(...)
Definition:
config.hpp:171
ALPAQA_IF_LONGD
#define ALPAQA_IF_LONGD(...)
Definition:
config.hpp:183
ALPAQA_IF_FLOAT
#define ALPAQA_IF_FLOAT(...)
Definition:
config.hpp:177
ALPAQA_EXPORT_TEMPLATE
#define ALPAQA_EXPORT_TEMPLATE(...)
Definition:
export.hpp:22
alpaqa
Definition:
anderson.hpp:10
zerofpr-alm.hpp
zerofpr.tpp
Generated by
1.9.6