|
fitpack
Modern Fortran library for curve and surface fitting with splines
|
| ▼Mfitpack_closed_curves_c | C interface to fitpack_closed_curves |
| Cfitpack_closed_curve_c | Public Fortran interface |
| ▼Mfitpack_constrained_curves_c | C interface to fitpack_constrained_curves |
| Cfitpack_constrained_curve_c | Public Fortran interface |
| ▼Mfitpack_convex_curves | OOP wrapper for constrained-convexity curve fitting |
| Cfitpack_convex_curve | Cubic spline fitter with pointwise convexity/concavity constraints |
| ▼Mfitpack_core | |
| Cfitpack_polar_boundary | |
| Cfitpack_swap | |
| Cfp_comm_expand | Expand communication buffer into allocatable arrays |
| Cfp_comm_pack | Pack allocatable arrays into communication buffer |
| Cfp_comm_size | Communication size for allocatable 1D arrays |
| ▼Mfitpack_curves | Univariate spline curve fitting module |
| Cfitpack_curve | Univariate spline curve \( y = s(x) \) |
| Cfitpack_periodic_curve | Derived type describing a periodic curve. No changes are made to the storage, but the appropriate package functions will be called depending on the type |
| ▼Mfitpack_curves_c | C interface to fitpack_curves |
| Cfitpack_curve_c | Public Fortran interface |
| ▼Mfitpack_fitters | Abstract base module for all FITPACK OOP fitters |
| Ccomm_expand_if | |
| Ccomm_pack_if | |
| Ccomm_size_if | |
| Cfitpack_fitter | Abstract base type for all FITPACK OOP fitters |
| ▼Mfitpack_grid_surfaces | OOP wrapper for bivariate surface fitting to data on a rectangular grid |
| Cfitpack_grid_surface | Bivariate surface fitter \( z = s(x, y) \) for gridded data |
| ▼Mfitpack_gridded_polar | OOP wrapper for bivariate spline fitting on a gridded polar disc |
| Cfitpack_grid_polar | Bicubic spline fitter for data on a gridded polar disc |
| ▼Mfitpack_gridded_sphere | OOP wrapper for bivariate spline fitting on the sphere to gridded data |
| Cfitpack_grid_sphere | Bicubic spline fitter for data on a latitude-longitude grid |
| ▼Mfitpack_parametric_curves | OOP wrappers for parametric curve fitting in \( \mathbb{R}^d \) |
| Cfitpack_closed_curve | Closed (periodic) parametric curve fitter |
| Cfitpack_constrained_curve | Parametric curve fitter with derivative constraints at the endpoints |
| Cfitpack_parametric_curve | Open parametric curve fitter in \( \mathbb{R}^d \) |
| ▼Mfitpack_parametric_curves_c | C interface to fitpack_parametric_curves |
| Cfitpack_parametric_curve_c | Public Fortran interface |
| ▼Mfitpack_parametric_surfaces | OOP wrapper for parametric surface fitting in \( \mathbb{R}^d \) |
| Cfitpack_parametric_surface | Bicubic parametric surface fitter in \( \mathbb{R}^d \) |
| ▼Mfitpack_periodic_curves_c | C interface to fitpack_curves |
| Cfitpack_periodic_curve_c | Public Fortran interface |
| ▼Mfitpack_polar_domains | OOP wrapper for bivariate spline fitting on scattered polar domains |
| Cfitpack_polar | Bicubic spline fitter for data scattered over a general polar domain |
| ▼Mfitpack_sphere_domains | OOP wrapper for bivariate spline fitting on the sphere to scattered data |
| Cfitpack_sphere | Bicubic spline fitter for data scattered on the sphere |
| ▼Mfitpack_surfaces | OOP wrapper for bivariate surface fitting to scattered data |
| Cfitpack_surface | Bivariate surface fitter \( z = s(x, y) \) for scattered data |