VERB_code_2.2
2
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
Pages
spline.h
Go to the documentation of this file.
1
/**
2
* Spline interpolation
3
* \file spline.h
4
*/
5
6
void
spline
(
double
*x,
double
*y,
int
n,
double
yp1,
double
ypn,
double
*y2);
7
void
splint
(
double
*xa,
double
*ya,
double
*y2a,
int
n,
double
x,
double
*y);
Matrix
Interpolation
spline.h
Generated on Sat Nov 16 2013 09:31:46 for VERB_code_2.2 by
1.8.4