interpolator1D.h File Reference
Header file for a multipurpose linear interpolation function. More...
#include <string>
#include <vector>
#include <iostream>
Include dependency graph for interpolator1D.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | Interpolator1D |
Defines a general purpose 1D linear interpolator. More... | |
Detailed Description
- Date
- April, 2017
Implements interpolatoion functions for 1d data. Currently we have linear and monotone cubic interpolation methods.