Theoretica
A C++ numerical and automatic mathematical library
|
Taylor series expansions. More...
Go to the source code of this file.
Namespaces | |
theoretica | |
Main namespace of the library which contains all functions and objects. | |
theoretica::taylor | |
Taylor series expansions. | |
Functions | |
template<typename DualFunction > | |
polynomial< real > | theoretica::taylor::expand_linear (DualFunction f, real x0=0) |
Computes the first order Taylor expansion of a generic function around x0, computed using dual numbers. More... | |
template<typename Dual2Function > | |
polynomial< real > | theoretica::taylor::expand_quadratic (Dual2Function f, real x0=0) |
Computes the second order Taylor expansion of a generic function around x0, computed using dual numbers (of second order). More... | |
Taylor series expansions.