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

Go to the source code of this file.
Classes | |
| class | fpCurve |
| Standalone C++ RAII wrapper for Fortran fitpack_curve. More... | |