alpaqa
1.0.0a16
Nonconvex constrained optimization
Loading...
Searching...
No Matches
src
alpaqa
src
inner
directions
panoc
structured-newton.cpp
Go to the documentation of this file.
1
#include <
alpaqa/inner/directions/panoc/structured-newton.hpp
>
2
3
namespace
alpaqa
{
4
5
// clang-format off
6
ALPAQA_EXPORT_TEMPLATE
(
struct
, StructuredNewtonDirection, EigenConfigd);
7
ALPAQA_IF_FLOAT
(
ALPAQA_EXPORT_TEMPLATE
(
struct
, StructuredNewtonDirection, EigenConfigf);)
8
ALPAQA_IF_LONGD
(
ALPAQA_EXPORT_TEMPLATE
(
struct
, StructuredNewtonDirection, EigenConfigl);)
9
ALPAQA_IF_QUADF
(
ALPAQA_EXPORT_TEMPLATE
(
struct
, StructuredNewtonDirection,
EigenConfigq
);)
10
// clang-format on
11
12
}
// namespace alpaqa
13
14
#include <
alpaqa/implementation/inner/panoc.tpp
>
15
16
namespace
alpaqa
{
17
18
// clang-format off
19
ALPAQA_EXPORT_TEMPLATE
(
class
, PANOCSolver,
StructuredNewtonDirection<EigenConfigd>
);
20
ALPAQA_IF_FLOAT
(
ALPAQA_EXPORT_TEMPLATE
(
class
, PANOCSolver,
StructuredNewtonDirection<EigenConfigf>
);)
21
ALPAQA_IF_LONGD
(
ALPAQA_EXPORT_TEMPLATE
(
class
, PANOCSolver,
StructuredNewtonDirection<EigenConfigl>
);)
22
ALPAQA_IF_QUADF
(
ALPAQA_EXPORT_TEMPLATE
(
class
, PANOCSolver,
StructuredNewtonDirection<EigenConfigq>
);)
23
// clang-format on
24
25
}
// namespace alpaqa
ALPAQA_IF_QUADF
#define ALPAQA_IF_QUADF(...)
Definition
config.hpp:207
ALPAQA_IF_LONGD
#define ALPAQA_IF_LONGD(...)
Definition
config.hpp:219
ALPAQA_IF_FLOAT
#define ALPAQA_IF_FLOAT(...)
Definition
config.hpp:213
ALPAQA_EXPORT_TEMPLATE
#define ALPAQA_EXPORT_TEMPLATE(...)
Definition
export.hpp:22
alpaqa
Definition
anderson.hpp:10
alpaqa::inf
constexpr const auto inf
Definition
config.hpp:98
panoc.tpp
structured-newton.hpp
Generated on Tue Dec 12 2023 for alpaqa by
1.9.8