fitpack
Modern Fortran library for curve and surface fitting with splines
Loading...
Searching...
No Matches
fitpack.hpp
Go to the documentation of this file.
1#ifndef FITPACK_HPP_INCLUDED
2#define FITPACK_HPP_INCLUDED
3
4// Base types
5#include "fpFitter.hpp"
6
7// Derived types
8#include "fpCurve.hpp"
9#include "fpGridPolar.hpp"
10#include "fpGridSphere.hpp"
11#include "fpGridSpline.hpp"
12#include "fpGridSurface.hpp"
13#include "fpParametricCurve.hpp"
15#include "fpPolar.hpp"
16#include "fpSphere.hpp"
17#include "fpSurface.hpp"
18#include "fpConvexCurve.hpp"
19#include "fpPeriodicCurve.hpp"
20#include "fpClosedCurve.hpp"
22
23#endif // FITPACK_HPP_INCLUDED