alpaqa
conan-profiles
Nonconvex constrained optimization
Loading...
Searching...
No Matches
src
alpaqa
include
alpaqa
zerofpr-convex-newton-alm.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
alpaqa/inner/directions/panoc/convex-newton.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
,
ConvexNewtonDirection<EigenConfigd>
);
11
ALPAQA_IF_FLOAT
(
ALPAQA_EXPORT_EXTERN_TEMPLATE
(
class
,
ZeroFPRSolver
,
ConvexNewtonDirection<EigenConfigf>
);)
12
ALPAQA_IF_LONGD
(
ALPAQA_EXPORT_EXTERN_TEMPLATE
(
class
,
ZeroFPRSolver
,
ConvexNewtonDirection<EigenConfigl>
);)
13
ALPAQA_IF_QUADF
(
ALPAQA_EXPORT_EXTERN_TEMPLATE
(
class
,
ZeroFPRSolver
,
ConvexNewtonDirection<EigenConfigq>
);)
14
15
ALPAQA_EXPORT_EXTERN_TEMPLATE
(
class
,
ALMSolver
,
ZeroFPRSolver
<
ConvexNewtonDirection<EigenConfigd>
>);
16
ALPAQA_IF_FLOAT
(
ALPAQA_EXPORT_EXTERN_TEMPLATE
(
class
,
ALMSolver
,
ZeroFPRSolver
<
ConvexNewtonDirection<EigenConfigf>
>);)
17
ALPAQA_IF_LONGD
(
ALPAQA_EXPORT_EXTERN_TEMPLATE
(
class
,
ALMSolver
,
ZeroFPRSolver
<
ConvexNewtonDirection<EigenConfigl>
>);)
18
ALPAQA_IF_QUADF
(
ALPAQA_EXPORT_EXTERN_TEMPLATE
(
class
,
ALMSolver
,
ZeroFPRSolver
<
ConvexNewtonDirection<EigenConfigq>
>);)
19
// clang-format on
20
21
}
// namespace alpaqa
alm.hpp
alpaqa::ALMSolver
Augmented Lagrangian Method solver.
Definition
alm.hpp:69
alpaqa::ZeroFPRSolver
ZeroFPR solver for ALM.
Definition
zerofpr.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
convex-newton.hpp
ALPAQA_EXPORT_EXTERN_TEMPLATE
#define ALPAQA_EXPORT_EXTERN_TEMPLATE(...)
Definition
export.hpp:23
alpaqa
Definition
anderson.hpp:10
alpaqa::ConvexNewtonDirection
Definition
convex-newton.hpp:47
zerofpr.hpp
Generated on
for alpaqa by
1.14.0