alpaqa
pantr
Nonconvex constrained optimization
Loading...
Searching...
No Matches
alpaqa
src
structured-zerofpr-alm.cpp
Go to the documentation of this file.
1
#include <
alpaqa/implementation/inner/directions/panoc/structured-lbfgs.tpp
>
2
#include <
alpaqa/implementation/inner/zerofpr.tpp
>
3
#include <
alpaqa/implementation/outer/alm.tpp
>
4
#include <
alpaqa/structured-zerofpr-alm.hpp
>
5
6
namespace
alpaqa
{
7
8
// clang-format off
9
ALPAQA_EXPORT_TEMPLATE
(
class
, ZeroFPRSolver, StructuredLBFGSDirection<DefaultConfig>);
10
ALPAQA_EXPORT_TEMPLATE
(
class
, ZeroFPRSolver, StructuredLBFGSDirection<EigenConfigf>);
11
ALPAQA_EXPORT_TEMPLATE
(
class
, ZeroFPRSolver, StructuredLBFGSDirection<EigenConfigd>);
12
ALPAQA_EXPORT_TEMPLATE
(
class
, ZeroFPRSolver, StructuredLBFGSDirection<EigenConfigl>);
13
#ifdef ALPAQA_WITH_QUAD_PRECISION
14
ALPAQA_EXPORT_TEMPLATE
(
class
, ZeroFPRSolver, StructuredLBFGSDirection<EigenConfigq>);
15
#endif
16
17
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<DefaultConfig>>);
18
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<EigenConfigf>>);
19
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<EigenConfigd>>);
20
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<EigenConfigl>>);
21
#ifdef ALPAQA_WITH_QUAD_PRECISION
22
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<EigenConfigq>>);
23
#endif
24
// clang-format on
25
26
}
// namespace alpaqa
alm.tpp
ALPAQA_EXPORT_TEMPLATE
#define ALPAQA_EXPORT_TEMPLATE(...)
Definition:
export.hpp:22
alpaqa
Definition:
accelerators/anderson.hpp:10
structured-lbfgs.tpp
structured-zerofpr-alm.hpp
zerofpr.tpp
Generated by
1.9.6