#include "sll_assert.h"
#include "sll_memory.h"
#include "sll_working_precision.h"
Go to the source code of this file.
|
type(sll_t_lagrange_interpolation_1d) function, pointer, public | sll_f_new_lagrange_interpolation_1d (num_points, xmin, xmax, bc_type, d, periodic_last) |
|
subroutine, public | sll_s_compute_lagrange_interpolation_1d (lagrange) |
| This function computes the weights w_j for the barycentric formula. More...
|
|
subroutine, public | sll_s_cubic_spline_1d_eval_array (fi, alpha, lagrange) |
| This function computes the value at the grid points displacement by -alpha. More...
|
|
subroutine | delete_lagrange_interpolation_1d (sll_m_lagrange_interpolation) |
|