mod_intrpl_spline.f90 File Reference

Modules

module  mod_intrpl_spline
 

Functions/Subroutines

subroutine intrpl_spline (MM, XX, YY, X, Y, ibeg, icurr, b, c, d)
 
subroutine spline (n, x, y, b, c, d)
 
double precision function seval (n, u, x, y, b, c, d)
 

Detailed Description

Module contains spline interpolation routines.