alpaqa
1.1.0a1
Nonconvex constrained optimization
Loading...
Searching...
No Matches
src
alpaqa
src
panoc-convex-newton-alm.cpp
Go to the documentation of this file.
1
#include <
alpaqa/implementation/inner/panoc.tpp
>
2
#include <
alpaqa/implementation/outer/alm.tpp
>
3
#include <
alpaqa/panoc-convex-newton-alm.hpp
>
4
5
namespace
alpaqa
{
6
7
// clang-format off
8
ALPAQA_EXPORT_TEMPLATE
(
class
,
PANOCSolver
,
ConvexNewtonDirection<EigenConfigd>
);
9
ALPAQA_IF_FLOAT
(
ALPAQA_EXPORT_TEMPLATE
(
class
,
PANOCSolver
,
ConvexNewtonDirection<EigenConfigf>
);)
10
ALPAQA_IF_LONGD
(
ALPAQA_EXPORT_TEMPLATE
(
class
,
PANOCSolver
,
ConvexNewtonDirection<EigenConfigl>
);)
11
ALPAQA_IF_QUADF
(
ALPAQA_EXPORT_TEMPLATE
(
class
,
PANOCSolver
,
ConvexNewtonDirection<EigenConfigq>
);)
12
13
ALPAQA_EXPORT_TEMPLATE
(
class
,
ALMSolver
,
PANOCSolver
<
ConvexNewtonDirection<EigenConfigd>
>);
14
ALPAQA_IF_FLOAT
(
ALPAQA_EXPORT_TEMPLATE
(
class
,
ALMSolver
,
PANOCSolver
<
ConvexNewtonDirection<EigenConfigf>
>);)
15
ALPAQA_IF_LONGD
(
ALPAQA_EXPORT_TEMPLATE
(
class
,
ALMSolver
,
PANOCSolver
<
ConvexNewtonDirection<EigenConfigl>
>);)
16
ALPAQA_IF_QUADF
(
ALPAQA_EXPORT_TEMPLATE
(
class
,
ALMSolver
,
PANOCSolver
<
ConvexNewtonDirection<EigenConfigq>
>);)
17
// clang-format on
18
19
}
// namespace alpaqa
alm.tpp
alpaqa::ALMSolver
Augmented Lagrangian Method solver.
Definition
alm.hpp:69
alpaqa::PANOCSolver
PANOC solver for ALM.
Definition
panoc.hpp:142
ALPAQA_IF_QUADF
#define ALPAQA_IF_QUADF(...)
Definition
config.hpp:223
ALPAQA_IF_LONGD
#define ALPAQA_IF_LONGD(...)
Definition
config.hpp:235
ALPAQA_IF_FLOAT
#define ALPAQA_IF_FLOAT(...)
Definition
config.hpp:229
ALPAQA_EXPORT_TEMPLATE
#define ALPAQA_EXPORT_TEMPLATE(...)
Definition
export.hpp:22
alpaqa
Definition
anderson.hpp:10
panoc-convex-newton-alm.hpp
panoc.tpp
alpaqa::ConvexNewtonDirection
Definition
convex-newton.hpp:47
Generated on
for alpaqa by
1.14.0