GeographicLib
2.1.2
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
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
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
Typedefs
Enumerations
Enumerator
a
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
Related Functions
Files
File List
File Members
All
a
d
g
l
m
r
Functions
Typedefs
Macros
Accumulator.cpp
Go to the documentation of this file.
1
/**
2
* \file Accumulator.cpp
3
* \brief Implementation for GeographicLib::Accumulator class
4
*
5
* Copyright (c) Charles Karney (2013-2022) <charles@karney.com> and licensed
6
* under the MIT/X11 License. For more information, see
7
* https://geographiclib.sourceforge.io/
8
**********************************************************************/
9
10
#include <
GeographicLib/Accumulator.hpp
>
11
12
namespace
GeographicLib
{
13
14
/// \cond SKIP
15
16
// Need to instantiate Accumulator to get the code into the shared library.
17
template
class
GEOGRAPHICLIB_EXPORT
Accumulator<Math::real>
;
18
19
/// \endcond
20
21
}
// namespace GeographicLib
Accumulator.hpp
Header for GeographicLib::Accumulator class.
GEOGRAPHICLIB_EXPORT
#define GEOGRAPHICLIB_EXPORT
Definition:
Constants.hpp:67
GeographicLib::Accumulator
An accumulator for sums.
Definition:
Accumulator.hpp:40
GeographicLib
Namespace for GeographicLib.
Definition:
Accumulator.cpp:12
src
Accumulator.cpp
Generated by
1.9.4