Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.16 KB

bspline-fortran.md

File metadata and controls

33 lines (25 loc) · 1.16 KB

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

Brief description

The library provides subroutines for 1D-6D interpolation using B-splines. The code is written in modern Fortran (i.e., Fortran 2003+).

License

The bspline-fortran source code and related files and documentation are distributed under a permissive free software license (BSD-style).

See also

Keywords

  • Bspline, spline, interpolation, data fitting, multivariate interpolation, multidimensional interpolation, integration