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