OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Functions
interpol.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void spline (double x[], double y[], int n, double y2[])
 
void splint (double xa[], double ya[], double y2a[], int n, double x, double *y)
 
void lsplint (double xa[], double ya[], double y2a[], int n, double x, double *y)
 

Function Documentation

void lsplint ( double  xa[],
double  ya[],
double  y2a[],
int  n,
double  x,
double *  y 
)

Definition at line 137 of file interpol.cpp.

References writeBetError().

Referenced by Profile::get().

Here is the call graph for this function:

void spline ( double  x[],
double  y[],
int  n,
double  y2[] 
)

Definition at line 61 of file interpol.cpp.

Referenced by Profile::create(), and OpalSplineTimeDependence::update().

void splint ( double  xa[],
double  ya[],
double  y2a[],
int  n,
double  x,
double *  y 
)

Definition at line 95 of file interpol.cpp.

References writeBetError().

Referenced by RFCavity::spline().

Here is the call graph for this function: