stator
A math, geometry, and utility library
Classes | Namespaces | Functions
taylor.hpp File Reference
#include <stator/symbolic/symbolic.hpp>

Go to the source code of this file.

Classes

struct  sym::detail::TaylorSeriesWorker< State, max_Order, Var >
 
struct  sym::detail::TaylorSeriesWorker< max_Order, max_Order, Var >
 

Namespaces

 sym
 The stator symbolic math library.
 
 sym::detail
 Namespace containing the details of the implmentation for general stator components.
 

Functions

template<size_t Order, class Var , class F , class Real >
auto sym::taylor_series (const F &f, Real a, Var) -> STATOR_AUTORETURN(try_simplify(detail::TaylorSeriesWorker< 0, Order, Var >::eval(f, a)))
 Generate a Taylor series representation of a Symbolic expression. More...