|
fitpack
Modern Fortran library for curve and surface fitting with splines
|
#include "fitpack_config.h"#include "fxArrays.hpp"#include "fitpack_fitter_c.h"#include <string>#include <vector>#include <cstdint>#include <memory>#include <stdexcept>#include <variant>#include <optional>

Go to the source code of this file.
Classes | |
| class | fpFitter |
| Standalone C++ RAII wrapper for Fortran fitpack_fitter. More... | |
| struct | fpFitter::ViewTag |
| Tag type for non-owning view constructors of polymorphic concrete subtypes. Declared on roots and abstract bases so descendants inherit it; variant accessors qualify the call site. More... | |
| struct | fpFitter::NoAlloc |
| Tag type for derived class constructors (no allocation) More... | |