alpaqa
pantr
Nonconvex constrained optimization
Loading...
Searching...
No Matches
alpaqa
src
panoc-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-alm.hpp
>
4
5
namespace
alpaqa
{
6
7
// clang-format off
8
ALPAQA_EXPORT_TEMPLATE
(
class
, PANOCSolver, LBFGSDirection<DefaultConfig>);
9
ALPAQA_EXPORT_TEMPLATE
(
class
, PANOCSolver, LBFGSDirection<EigenConfigf>);
10
ALPAQA_EXPORT_TEMPLATE
(
class
, PANOCSolver, LBFGSDirection<EigenConfigd>);
11
ALPAQA_EXPORT_TEMPLATE
(
class
, PANOCSolver, LBFGSDirection<EigenConfigl>);
12
#ifdef ALPAQA_WITH_QUAD_PRECISION
13
ALPAQA_EXPORT_TEMPLATE
(
class
, PANOCSolver, LBFGSDirection<EigenConfigq>);
14
#endif
15
16
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, PANOCSolver<LBFGSDirection<DefaultConfig>>);
17
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, PANOCSolver<LBFGSDirection<EigenConfigf>>);
18
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, PANOCSolver<LBFGSDirection<EigenConfigd>>);
19
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, PANOCSolver<LBFGSDirection<EigenConfigl>>);
20
#ifdef ALPAQA_WITH_QUAD_PRECISION
21
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, PANOCSolver<LBFGSDirection<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
panoc-alm.hpp
panoc.tpp
Generated by
1.9.6