|
criptic v1
Cosmic Ray Interstellar Propagation Tool using Itô Calculus
|
A utility class to handle 1D interpolation. More...
#include <cmath>#include <gsl/gsl_interp.h>#include "ErrCodes.H"#include "ThreadVec.H"#include "Types.H"Go to the source code of this file.
Classes | |
| class | criptic::Interp1D |
| A class to handle interpolation on 1D tables. More... | |
Namespaces | |
| namespace | criptic |
| The primary namespace for criptic objects. | |
Enumerations | |
| enum | criptic::extrapType { criptic::extrapError , criptic::extrapLinear , criptic::extrapConst , criptic::extrapFixedVal } |
| Enum describing different ways to handle extrapolation. More... | |
A utility class to handle 1D interpolation.