CLASSpp Manual
Cosmology reference and developer manual
Loading...
Searching...
No Matches
class.h
1
#ifndef __CLASS__
2
#define __CLASS__
3
4
/* standard libraries */
5
#include "float.h"
6
#include "math.h"
7
#include "stdio.h"
8
#include "stdlib.h"
9
#include "string.h"
10
11
/* tools for class */
12
#include "arrays.h"
13
#include "dei_rkck.h"
14
#include "parser.h"
15
#include "quadrature.h"
16
17
/* class modules */
18
#include "
background.h
"
19
#include "
common.h
"
20
#include "
input_module.h
"
21
#include "
lensing.h
"
22
#include "
nonlinear.h
"
23
#include "
output.h
"
24
#include "
perturbations.h
"
25
#include "
primordial.h
"
26
#include "
spectra.h
"
27
#include "
thermodynamics.h
"
28
#include "
transfer.h
"
29
30
class
ClassConstants {
31
public
:
32
static
constexpr
int
sFALSE =
false
;
33
};
34
35
#endif
background.h
common.h
input_module.h
lensing.h
nonlinear.h
output.h
perturbations.h
primordial.h
spectra.h
thermodynamics.h
transfer.h
main
class.h
Generated by
1.9.8