Module | Source File | Description |
---|---|---|
bspline_blas_module | bspline_blas_module.F90 | BLAS procedures, which can be use used if not linking with a BLAS library,
if one is not available, or if a real kind /= |
bspline_defc_module | bspline_defc_module.F90 | defc and dfc procedures and support routines from [SLATEC](https: For fitting B-splines polynomials to discrete 1D data. |
bspline_kinds_module | bspline_kinds_module.F90 | Numeric kind definitions for BSpline-Fortran. |
bspline_module | bspline_module.f90 | Multidimensional (1D-6D) B-Spline interpolation of data on a regular grid. This module uses both the subroutine and object-oriented modules. |
bspline_oo_module | bspline_oo_module.f90 | Object-oriented style wrappers to bspline_sub_module. This module provides classes (bspline_1d, bspline_2d, bspline_3d, bspline_4d, bspline_5d, and bspline_6d) which can be used instead of the main subroutine interface. |
bspline_sub_module | bspline_sub_module.f90 | Multidimensional (1D-6D) B-spline interpolation of data on a regular grid. Basic pure subroutine interface. |