explicit_mapmaking
 All Classes Files Pages
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_
Definition: tools.hpp:14
Definition: atfa.hpp:18