alpaqa
1.0.0a8
Nonconvex constrained optimization
Loading...
Searching...
No Matches
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
ALPAQA_EXPORT_TEMPLATE
(
struct
, StructuredNewtonDirection, DefaultConfig);
6
ALPAQA_EXPORT_TEMPLATE
(
struct
, StructuredNewtonDirection, EigenConfigf);
7
ALPAQA_EXPORT_TEMPLATE
(
struct
, StructuredNewtonDirection, EigenConfigd);
8
ALPAQA_EXPORT_TEMPLATE
(
struct
, StructuredNewtonDirection, EigenConfigl);
9
#ifdef ALPAQA_WITH_QUAD_PRECISION
10
ALPAQA_EXPORT_TEMPLATE
(
struct
, StructuredNewtonDirection, EigenConfigq);
11
#endif
12
13
}
// namespace alpaqa
14
15
#include <
alpaqa/implementation/inner/panoc.tpp
>
16
17
namespace
alpaqa
{
18
19
// clang-format off
20
ALPAQA_EXPORT_TEMPLATE
(
class
, PANOCSolver, StructuredNewtonDirection<DefaultConfig>);
21
ALPAQA_EXPORT_TEMPLATE
(
class
, PANOCSolver, StructuredNewtonDirection<EigenConfigf>);
22
ALPAQA_EXPORT_TEMPLATE
(
class
, PANOCSolver, StructuredNewtonDirection<EigenConfigd>);
23
ALPAQA_EXPORT_TEMPLATE
(
class
, PANOCSolver, StructuredNewtonDirection<EigenConfigl>);
24
#ifdef ALPAQA_WITH_QUAD_PRECISION
25
ALPAQA_EXPORT_TEMPLATE
(
class
, PANOCSolver, StructuredNewtonDirection<EigenConfigq>);
26
#endif
27
// clang-format on
28
29
}
// namespace alpaqa
ALPAQA_EXPORT_TEMPLATE
#define ALPAQA_EXPORT_TEMPLATE(...)
Definition:
export.hpp:22
alpaqa
Definition:
accelerators/anderson.hpp:10
panoc.tpp
structured-newton.hpp
Generated by
1.9.6