VERB4D
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
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>
19
Matrix1D<double>
Cubic1D
(
Matrix1D<double>
&old_grid,
Matrix1D<double>
&f,
Matrix1D<double>
&new_grid);
20
21
22
#endif
/* INTERPOLATION_H_ */
Matrix.h
Matrix 1D, 2D, 3D and 4D and operations with them.
std
Matrix1D
A matrix of 1 dimensions that is immutable.
Definition:
Matrix.h:49
Cubic1D
Matrix1D< double > Cubic1D(Matrix1D< double > &old_grid, Matrix1D< double > &f, Matrix1D< double > &new_grid)
Definition:
Interpolation.cpp:21
Generated by
1.8.10