|
Theoretica
Mathematical Library
|
Taylor series expansions. More...
Go to the source code of this file.
Namespaces | |
| namespace | theoretica |
| Main namespace of the library which contains all functions and objects. | |
| namespace | 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. | |
| 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). | |
Taylor series expansions.