alpaqa
develop
Nonconvex constrained optimization
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
w
Variables
Typedefs
a
c
d
e
f
i
l
m
p
r
s
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
j
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
g
h
i
l
m
n
o
p
r
s
t
v
w
Enumerations
Enumerator
a
f
i
s
u
Related Symbols
Files
File List
File Members
All
a
b
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
Variables
Typedefs
Enumerations
Enumerator
Macros
a
b
c
e
p
u
Examples
Sphinx
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
src
alpaqa
src
accelerators
lbfgs.cpp
Go to the documentation of this file.
1
#include <
alpaqa/config/config.hpp
>
2
3
#include <
alpaqa/implementation/accelerators/lbfgs.tpp
>
4
5
namespace
alpaqa
{
6
7
ALPAQA_EXPORT_TEMPLATE
(
struct
, CBFGSParams, EigenConfigd);
8
ALPAQA_IF_FLOAT
(
ALPAQA_EXPORT_TEMPLATE
(
struct
, CBFGSParams, EigenConfigf);)
9
ALPAQA_IF_LONGD
(
ALPAQA_EXPORT_TEMPLATE
(
struct
, CBFGSParams, EigenConfigl);)
10
ALPAQA_IF_QUADF
(
ALPAQA_EXPORT_TEMPLATE
(
struct
, CBFGSParams,
EigenConfigq
);)
11
12
ALPAQA_EXPORT_TEMPLATE
(
struct
, LBFGSParams, EigenConfigd);
13
ALPAQA_IF_FLOAT
(
ALPAQA_EXPORT_TEMPLATE
(
struct
, LBFGSParams, EigenConfigf);)
14
ALPAQA_IF_LONGD
(
ALPAQA_EXPORT_TEMPLATE
(
struct
, LBFGSParams, EigenConfigl);)
15
ALPAQA_IF_QUADF
(
ALPAQA_EXPORT_TEMPLATE
(
struct
, LBFGSParams,
EigenConfigq
);)
16
17
ALPAQA_EXPORT_TEMPLATE
(
class
, LBFGS, EigenConfigd);
18
ALPAQA_IF_FLOAT
(
ALPAQA_EXPORT_TEMPLATE
(
class
, LBFGS, EigenConfigf);)
19
ALPAQA_IF_LONGD
(
ALPAQA_EXPORT_TEMPLATE
(
class
, LBFGS, EigenConfigl);)
20
ALPAQA_IF_QUADF
(
ALPAQA_EXPORT_TEMPLATE
(
class
, LBFGS,
EigenConfigq
);)
21
22
}
// namespace alpaqa
config.hpp
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:22
lbfgs.tpp
alpaqa
Definition
anderson.hpp:10
alpaqa::inf
constexpr const auto inf
Definition
config.hpp:112
Generated on Tue Dec 17 2024 for alpaqa by
1.9.8