#include <ecl/config/macros.hpp>
#include <ecl/concepts/streams.hpp>
#include <ecl/containers/array.hpp>
#include <ecl/exceptions/data_exception.hpp>
#include <ecl/exceptions/standard_exception.hpp>
#include "polynomial.hpp"
#include "macros.hpp"
Go to the source code of this file.
Classes | |
class | ecl::SmoothLinearSpline |
Storage container for a smoothed linear spline interpolation. | |
Namespaces | |
ecl | |
Functions | |
OutputStream & | ecl::operator<< (OutputStream &ostream, const SmoothLinearSpline &smooth_linear_spline) |