fitpack
Modern Fortran library for curve and surface fitting with splines
Loading...
Searching...
No Matches
fpFitter.hpp File Reference
#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>
Include dependency graph for fpFitter.hpp:
This graph shows which files directly or indirectly include this file:

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...