Go to the source code of this file.
◆ ccl_linear_spacing()
double* ccl_linear_spacing |
( |
double |
xmin, |
|
|
double |
xmax, |
|
|
int |
N |
|
) |
| |
Compute bin edges of N-1 linearly spaced bins on the interval [xmin,xmax]
- Parameters
-
xmin | minimum value of spacing |
xmax | maximum value of spacing |
N | number of bins plus one (number of bin edges) |
- Returns
- x, bin edges in range [xmin, xmax]
◆ ccl_log_spacing()
double* ccl_log_spacing |
( |
double |
xmin, |
|
|
double |
xmax, |
|
|
int |
N |
|
) |
| |
Compute bin edges of N-1 logarithmically spaced bins on the interval [xmin,xmax]
- Parameters
-
xmin | minimum value of spacing |
xmax | maximum value of spacing |
N | number of bins plus one (number of bin edges) |
- Returns
- x, bin edges in range [xmin, xmax]