fitpack
Modern Fortran library for curve and surface fitting with splines
Loading...
Searching...
No Matches
fitpack Module Reference

Umbrella module that re-exports the complete FITPACK public API. More...

Detailed Description

Umbrella module that re-exports the complete FITPACK public API.

Use this single module to access all FITPACK derived types, kind parameters, error flags, fitting-mode constants, boundary-behavior flags, and named constants. Individual domain modules (fitpack_curves, fitpack_surfaces, etc.) can also be imported directly for finer-grained dependency control.

Example
use fitpack, only: fitpack_curve, fp_real, fitpack_ok
type(fitpack_curve) :: spl
spl = fitpack_curve(x, y, ierr=ierr)
Umbrella module that re-exports the complete FITPACK public API.
Definition fitpack.f90:33