alpaqa
conan-profiles
Nonconvex constrained optimization
Loading...
Searching...
No Matches
src
alpaqa
src
inner
directions
panoc
structured-lbfgs.cpp
Go to the documentation of this file.
1
#include <
alpaqa/implementation/inner/directions/panoc/structured-lbfgs.tpp
>
2
3
namespace
alpaqa
{
4
5
// clang-format off
6
ALPAQA_EXPORT_TEMPLATE
(
struct
,
StructuredLBFGSDirection
,
EigenConfigd
);
7
ALPAQA_IF_FLOAT
(
ALPAQA_EXPORT_TEMPLATE
(
struct
,
StructuredLBFGSDirection
,
EigenConfigf
);)
8
ALPAQA_IF_LONGD
(
ALPAQA_EXPORT_TEMPLATE
(
struct
,
StructuredLBFGSDirection
,
EigenConfigl
);)
9
ALPAQA_IF_QUADF
(
ALPAQA_EXPORT_TEMPLATE
(
struct
,
StructuredLBFGSDirection
, EigenConfigq);)
10
// clang-format on
11
12
}
// namespace alpaqa
ALPAQA_IF_QUADF
#define ALPAQA_IF_QUADF(...)
Definition
config.hpp:223
ALPAQA_IF_LONGD
#define ALPAQA_IF_LONGD(...)
Definition
config.hpp:235
ALPAQA_IF_FLOAT
#define ALPAQA_IF_FLOAT(...)
Definition
config.hpp:229
ALPAQA_EXPORT_TEMPLATE
#define ALPAQA_EXPORT_TEMPLATE(...)
Definition
export.hpp:24
alpaqa
Definition
anderson.hpp:10
alpaqa::EigenConfigd
Double-precision double configuration.
Definition
config.hpp:176
alpaqa::EigenConfigf
Single-precision float configuration.
Definition
config.hpp:172
alpaqa::EigenConfigl
long double configuration.
Definition
config.hpp:181
alpaqa::StructuredLBFGSDirection
Definition
structured-lbfgs.hpp:51
structured-lbfgs.tpp
Generated on
for alpaqa by
1.14.0