Representations for the tension function.. More...
#include "function_math.hpp"
#include <ecl/config/macros.hpp>
#include <ecl/concepts/macros.hpp>
#include <ecl/concepts/streams.hpp>
#include <ecl/containers/array.hpp>
#include <ecl/errors/compile_time_assert.hpp>
#include <ecl/utilities/blueprints.hpp>
#include <ecl/formatters/floats.hpp>
Go to the source code of this file.
Classes | |
class | ecl::BluePrintFactory< TensionFunction > |
Blueprint factory for tension functions. More... | |
class | ecl::TensionFunction |
Representation of a tension function. More... | |
class | ecl::blueprints::TensionSecondDerivativeInterpolation |
Blueprint for interpolating a tension function between end point conditions. More... | |
Namespaces | |
ecl | |
Embedded control libraries. | |
ecl::blueprints | |
Blueprints and factories classes used to generate blueprints. | |
Functions | |
template<typename OutputStream > | |
OutputStream & | ecl::operator<< (OutputStream &ostream, const TensionFunction &function) |
Streaming output insertion operator for tension functions. More... | |