project: bspline-fortran project_dir: ./src output_dir: ./doc project_github: https://github.com/jacobwilliams/bspline-fortran summary: BSPLINE-FORTRAN -- Multidimensional B-Spline Interpolation of Data on a Regular Grid author: Jacob Williams github: https://github.com/jacobwilliams predocmark_alt: > predocmark: < docmark_alt: docmark: ! display: public source: true graph: true exclude: pyplot_module.f90 test.f90 extra_mods: pyplot_module:https://github.com/jacobwilliams/pyplot-fortran
The library provides subroutines for 1D-6D interpolation using B-splines. The code is written in modern Fortran (i.e., Fortran 2003+).
The bspline-fortran source code and related files and documentation are distributed under a permissive free software license (BSD-style).
- This library includes the public domain DBSPLIN and DTENSBS code from the NIST Core Math Library (CMLIB).
- Bspline, spline, interpolation, data fitting, multivariate interpolation, multidimensional interpolation, integration