alpaqa
1.0.0a10
Nonconvex constrained optimization
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
i
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
i
m
n
o
p
r
s
t
u
w
Variables
Typedefs
c
d
f
i
l
m
p
r
t
u
v
Enumerations
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
û
α
γ
δ
ε
λ
ρ
σ
τ
φ
ψ
ϵ
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
û
α
ρ
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
α
γ
δ
ε
λ
ρ
σ
τ
φ
ψ
ϵ
Typedefs
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
v
w
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
c
d
e
f
g
l
m
p
r
s
t
u
w
Functions
a
c
d
e
f
g
l
m
p
r
s
t
w
Typedefs
Macros
a
c
e
p
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
src
alpaqa
src
structured-zerofpr-alm.cpp
Go to the documentation of this file.
1
#include <
alpaqa/implementation/inner/directions/panoc/structured-lbfgs.tpp
>
2
#include <
alpaqa/implementation/inner/zerofpr.tpp
>
3
#include <
alpaqa/implementation/outer/alm.tpp
>
4
#include <
alpaqa/structured-zerofpr-alm.hpp
>
5
6
namespace
alpaqa
{
7
8
// clang-format off
9
ALPAQA_EXPORT_TEMPLATE
(
class
, ZeroFPRSolver, StructuredLBFGSDirection<EigenConfigd>);
10
ALPAQA_IF_FLOAT
(
ALPAQA_EXPORT_TEMPLATE
(
class
, ZeroFPRSolver, StructuredLBFGSDirection<EigenConfigf>);)
11
ALPAQA_IF_LONGD
(
ALPAQA_EXPORT_TEMPLATE
(
class
, ZeroFPRSolver, StructuredLBFGSDirection<EigenConfigl>);)
12
ALPAQA_IF_QUADF
(
ALPAQA_EXPORT_TEMPLATE
(
class
, ZeroFPRSolver, StructuredLBFGSDirection<EigenConfigq>);)
13
14
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<EigenConfigd>>);
15
ALPAQA_IF_FLOAT
(
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<EigenConfigf>>);)
16
ALPAQA_IF_LONGD
(
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<EigenConfigl>>);)
17
ALPAQA_IF_QUADF
(
ALPAQA_EXPORT_TEMPLATE
(
class
, ALMSolver, ZeroFPRSolver<StructuredLBFGSDirection<EigenConfigq>>);)
18
// clang-format on
19
20
}
// namespace alpaqa
alm.tpp
ALPAQA_IF_QUADF
#define ALPAQA_IF_QUADF(...)
Definition:
config.hpp:171
ALPAQA_IF_LONGD
#define ALPAQA_IF_LONGD(...)
Definition:
config.hpp:183
ALPAQA_IF_FLOAT
#define ALPAQA_IF_FLOAT(...)
Definition:
config.hpp:177
ALPAQA_EXPORT_TEMPLATE
#define ALPAQA_EXPORT_TEMPLATE(...)
Definition:
export.hpp:22
alpaqa
Definition:
anderson.hpp:10
structured-lbfgs.tpp
structured-zerofpr-alm.hpp
zerofpr.tpp
Generated by
1.9.6