Loading [MathJax]/extensions/tex2jax.js
piranha
0.10
Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
+
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
s
t
Typedefs
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
+
Variables
m
s
v
+
Typedefs
_
a
b
c
e
h
i
k
l
o
p
r
s
t
v
+
Related Functions
a
b
c
d
e
f
g
h
i
m
n
o
p
s
t
+
Files
File List
+
File Members
All
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
piranha
detail
divisor_series_fwd.hpp
1
/* Copyright 2009-2017 Francesco Biscani (bluescarni@gmail.com)
2
3
This file is part of the Piranha library.
4
5
The Piranha library is free software; you can redistribute it and/or modify
6
it under the terms of either:
7
8
* the GNU Lesser General Public License as published by the Free
9
Software Foundation; either version 3 of the License, or (at your
10
option) any later version.
11
12
or
13
14
* the GNU General Public License as published by the Free Software
15
Foundation; either version 3 of the License, or (at your option) any
16
later version.
17
18
or both in parallel, as here.
19
20
The Piranha library is distributed in the hope that it will be useful, but
21
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
22
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
23
for more details.
24
25
You should have received copies of the GNU General Public License and the
26
GNU Lesser General Public License along with the Piranha library. If not,
27
see https://www.gnu.org/licenses/. */
28
29
#ifndef PIRANHA_DIVISOR_SERIES_FWD_HPP
30
#define PIRANHA_DIVISOR_SERIES_FWD_HPP
31
32
namespace
piranha
33
{
34
35
namespace
detail
36
{
37
38
// Divisor series tag.
39
struct
divisor_series_tag;
40
}
41
42
// Fwd declaration of divisor series.
43
template
<
typename
,
typename
>
44
class
divisor_series
;
45
}
46
47
#endif
piranha::divisor_series
Divisor series.
Definition:
divisor_series_fwd.hpp:44
piranha
Root piranha namespace.
Definition:
array_key.hpp:52
Generated by
1.8.14