alpaqa
1.0.0a18
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
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
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
interop
lbfgspp
include
alpaqa
lbfgspp-adapter-export.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <alpaqa/lbfgspp-adapter-export.h>
4
5
#ifndef DOXYGEN
6
7
#ifdef _WIN32
8
#define ALPAQA_LBFGSPP_EXPORT_EXTERN_TEMPLATE(strcls, name, ...) \
9
extern template strcls name<__VA_ARGS__>
10
#define ALPAQA_LBFGSPP_EXPORT_TEMPLATE(strcls, name, ...) \
11
template strcls LBFGSPP_ADAPTER_EXPORT name<__VA_ARGS__>
12
#else
13
#define ALPAQA_LBFGSPP_EXPORT_EXTERN_TEMPLATE(strcls, name, ...) \
14
extern template strcls LBFGSPP_ADAPTER_EXPORT name<__VA_ARGS__>
15
#define ALPAQA_LBFGSPP_EXPORT_TEMPLATE(strcls, name, ...) \
16
template strcls name<__VA_ARGS__>
17
#endif
18
19
#else
// DOXYGEN
20
21
#define ALPAQA_LBFGSPP_EXPORT_EXTERN_TEMPLATE(...)
22
#define ALPAQA_LBFGSPP_EXPORT_TEMPLATE(...)
23
24
#endif
// DOXYGEN
Generated on Wed Mar 27 2024 for alpaqa by
1.9.8