alpaqa
1.0.0a19
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
driver
openmp.cpp
Go to the documentation of this file.
1
#ifdef _OPENMP
2
3
#if defined(__GNUC__)
4
#define ALPAQA_USED [[gnu::used]]
5
#elif defined(_MSC_VER)
6
#define ALPAQA_USED __declspec(dllexport)
7
#else
8
#define ALPAQA_USED
9
#endif
10
11
namespace
alpaqa::detail
{
12
ALPAQA_USED
void
openmp_dummy
() {
13
#pragma omp parallel
14
{
15
[[
maybe_unused
]]
const
char
*
volatile
msg
=
16
"Force linking OpenMP, even if not used inside of alpaqa itself"
;
17
}
18
}
19
}
// namespace alpaqa::detail
20
21
#endif
alpaqa::detail
Definition
panoc-helpers.tpp:14
alpaqa::inf
constexpr const auto inf
Definition
config.hpp:112
Generated on Sat Mar 30 2024 for alpaqa by
1.9.8