VERB4D
Interpolation.h
Go to the documentation of this file.
1 
8 #ifndef INTERPOLATION_H_
9 #define INTERPOLATION_H_
10 
11 #include "Matrix.h"
12 
13 using namespace std;
14 
15 
18 //template <typename T>
20 
21 
22 #endif /* INTERPOLATION_H_ */
Matrix 1D, 2D, 3D and 4D and operations with them.
A matrix of 1 dimensions that is immutable.
Definition: Matrix.h:49
Matrix1D< double > Cubic1D(Matrix1D< double > &old_grid, Matrix1D< double > &f, Matrix1D< double > &new_grid)
Definition: Interpolation.cpp:21