ASCOT5
Toggle main menu visibility
Loading...
Searching...
No Matches
spline
spline.h
Go to the documentation of this file.
1
5
#ifndef SPLINE_H
6
#define SPLINE_H
7
#include "
../ascot5.h
"
8
9
void
splineexpl
(
real
* f,
int
n,
int
bc,
real
* c);
10
void
splinecomp
(
real
* f,
int
n,
int
bc,
real
* c);
11
#endif
ascot5.h
Main header file for ASCOT5.
real
double real
Definition
ascot5.h:85
splinecomp
void splinecomp(real *f, int n, int bc, real *c)
Calculate compact cubic spline interpolation coefficients in 1D.
Definition
splinecomp.c:22
splineexpl
void splineexpl(real *f, int n, int bc, real *c)
Calculate explicit cubic spline interpolation coefficients in 1D.
Definition
splineexpl.c:22
Generated on
for ASCOT5 by
1.18.0