| 
| subroutine  | splines_oct_m::spline_init_0 (spl) | 
|   | 
| subroutine  | splines_oct_m::spline_init_1 (spl) | 
|   | 
| subroutine  | splines_oct_m::spline_init_2 (spl) | 
|   | 
| subroutine  | splines_oct_m::spline_end_0 (spl) | 
|   | 
| subroutine  | splines_oct_m::spline_end_1 (spl) | 
|   | 
| subroutine  | splines_oct_m::spline_end_2 (spl) | 
|   | 
| subroutine, public  | splines_oct_m::spline_fit (nrc, rofi, ffit, spl, threshold) | 
|   | 
| real(real64) function, public  | splines_oct_m::spline_eval (spl, x) | 
|   | 
| subroutine  | splines_oct_m::spline_eval8_array (spl, nn, xf) | 
|   | 
| subroutine  | splines_oct_m::spline_evalz_array (spl, nn, xf) | 
|   | 
| subroutine, public  | splines_oct_m::spline_sum (spl1, spl2, splsum, threshold) | 
|   | 
| subroutine, public  | splines_oct_m::spline_times (a, spl, threshold) | 
|   | 
| real(real64) function  | splines_oct_m::spline_integral_full (spl) | 
|   | 
| real(real64) pure function  | splines_oct_m::spline_integral_limits (spl, a, b) | 
|   | 
| real(real64) function, public  | splines_oct_m::spline_dotp (spl1, spl2) | 
|   | 
| subroutine, public  | splines_oct_m::spline_3dft (spl, splw, threshold, gmax) | 
|   | 
| subroutine, public  | splines_oct_m::spline_besselft (spl, splw, l, threshold, gmax) | 
|   | 
| subroutine, public  | splines_oct_m::spline_cut (spl, cutoff, beta, threshold) | 
|   | 
| subroutine, public  | splines_oct_m::spline_div (spla, splb, threshold) | 
|   | Returns the values of spla divided by the values of splb.  More...
  | 
|   | 
| subroutine, public  | splines_oct_m::spline_force_pos (spl, threshold) | 
|   | 
| subroutine, public  | splines_oct_m::spline_mult (spla, splb, threshold) | 
|   | 
| subroutine, public  | splines_oct_m::spline_der (spl, dspl, threshold) | 
|   | 
| subroutine, public  | splines_oct_m::spline_der2 (spl, dspl, threshold, grid) | 
|   | Returns a spline that contains the second derivative of the original spline.  More...
  | 
|   | 
| subroutine  | splines_oct_m::spline_print_0 (spl, iunit) | 
|   | 
| subroutine  | splines_oct_m::spline_print_1 (spl, iunit) | 
|   | Print debug information for a 1D array of splines.  More...
  | 
|   | 
| subroutine  | splines_oct_m::spline_print_2 (spl, iunit) | 
|   | Print debug information for a 2D array of splines.  More...
  | 
|   | 
| real(real64) function, public  | splines_oct_m::spline_x_threshold (spl, threshold) | 
|   | Determines the largest value of x for which the spline values are above the threshold.  More...
  | 
|   | 
| real(real64) pure function, public  | splines_oct_m::spline_range_min (this) | 
|   | 
| real(real64) pure function, public  | splines_oct_m::spline_range_max (this) | 
|   | 
| subroutine, public  | splines_oct_m::spline_generate_shifted_grid (this, x_shifted) | 
|   |