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