alpaqa
pantr
Nonconvex constrained optimization
Loading...
Searching...
No Matches
alpaqa
src
newton-tr-pantr-alm.cpp
Go to the documentation of this file.
1
#include <
alpaqa/implementation/inner/pantr.tpp
>
2
#include <
alpaqa/implementation/outer/alm.tpp
>
3
#include <
alpaqa/newton-tr-pantr-alm.hpp
>
4
5
namespace
alpaqa
{
6
7
// clang-format off
8
ALPAQA_EXPORT_TEMPLATE
(
class
, PANTRSolver, NewtonTRDirection<DefaultConfig>);
9
ALPAQA_EXPORT_TEMPLATE
(
class
, PANTRSolver, NewtonTRDirection<EigenConfigf>);
10
ALPAQA_EXPORT_TEMPLATE
(
class
, PANTRSolver, NewtonTRDirection<EigenConfigd>);
11
ALPAQA_EXPORT_TEMPLATE
(
class
, PANTRSolver, NewtonTRDirection<EigenConfigl>);
12
#ifdef ALPAQA_WITH_QUAD_PRECISION
13
ALPAQA_EXPORT_TEMPLATE
(
class
, PANTRSolver, NewtonTRDirection<EigenConfigq>);
14
#endif
15
16
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, PANTRSolver<NewtonTRDirection<DefaultConfig>>);
17
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, PANTRSolver<NewtonTRDirection<EigenConfigf>>);
18
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, PANTRSolver<NewtonTRDirection<EigenConfigd>>);
19
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, PANTRSolver<NewtonTRDirection<EigenConfigl>>);
20
#ifdef ALPAQA_WITH_QUAD_PRECISION
21
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, PANTRSolver<NewtonTRDirection<EigenConfigq>>);
22
#endif
23
// clang-format on
24
25
}
// namespace alpaqa
alm.tpp
ALPAQA_EXPORT_TEMPLATE
#define ALPAQA_EXPORT_TEMPLATE(...)
Definition:
export.hpp:22
alpaqa
Definition:
accelerators/anderson.hpp:10
newton-tr-pantr-alm.hpp
pantr.tpp
Generated by
1.9.6