Spline sequence generated from linear segments with ramped corners. More...
#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. More... | |
Namespaces | |
ecl | |
Embedded control libraries. | |
Functions | |
template<typename OutputStream > | |
OutputStream & | ecl::operator<< (OutputStream &ostream, const SmoothLinearSpline &smooth_linear_spline) |
Spline sequence generated from linear segments with ramped corners.
Definition in file smooth_linear_spline.hpp.