explicit_mapmaking
Main Page
Classes
Files
File List
All
Classes
Files
Pages
include
tools.hpp
Go to the documentation of this file.
1
8
#ifndef EXPLICIT_MAPMAKING_TOOLS_HPP_
9
#define EXPLICIT_MAPMAKING_TOOLS_HPP_
10
11
#include <vector>
12
13
namespace
mapmaking
{
14
class
Time
{
15
public
:
16
Time
();
17
double
Interval();
18
19
private
:
20
double
last_call_;
21
};
22
23
void
GaussianRandom(
double
sigma, std::vector<double>& data);
24
25
double
AvailableMemoryGB();
26
}
27
28
#endif // EXPLICIT_MAPMAKING_TOOLS_HPP_
mapmaking::Time
Definition:
tools.hpp:14
mapmaking
Definition:
atfa.hpp:18
Generated on Wed Oct 7 2015 13:44:08 for explicit_mapmaking by
1.8.8