STIR
6.2.0
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
w
z
+
Functions
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
w
z
Variables
Typedefs
Enumerations
+
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
x
y
z
+
Typedefs
c
d
f
h
i
r
s
v
Enumerations
Enumerator
Related Functions
+
Files
File List
+
File Members
All
Functions
Macros
home
sirfuser
devel
STIRdistrib
STIR
src
include
stir
numerics
divide.h
Go to the documentation of this file.
1
//
2
//
3
/*
4
Copyright (C) 2000 PARAPET partners
5
Copyright (C) 2000- 2007, Hammersmith Imanet Ltd
6
This file is part of STIR.
7
8
SPDX-License-Identifier: Apache-2.0 AND License-ref-PARAPET-license
9
10
See STIR/LICENSE.txt for details
11
*/
12
#ifndef __stir_divide_H__
13
#define __stir_divide_H__
14
25
START_NAMESPACE_STIR
26
28
41
template
<
class
NumeratorIterT,
class
DenominatorIterT,
class
small_numT>
42
inline
void
divide
(
const
NumeratorIterT& numerator_begin,
43
const
NumeratorIterT& numerator_end,
44
const
DenominatorIterT& denominator_begin,
45
const
small_numT small_num);
46
47
END_NAMESPACE_STIR
48
49
#include "
stir/numerics/divide.inl
"
50
51
#endif
stir::divide
void divide(const NumeratorIterT &numerator_begin, const NumeratorIterT &numerator_end, const DenominatorIterT &denominator_begin, const small_numT small_num)
division of two ranges, 0/0 = 0
Definition:
divide.inl:28
divide.inl
implementation of stir::divide
Generated on Tue Jul 23 2024 09:13:10 for STIR by
1.8.13