|
STK++ 0.9.13
|
In this file we give some template generic algorithms. More...


Go to the source code of this file.
Namespaces | |
| namespace | STK |
| The namespace STK is the main domain space of the Statistical ToolKit project. | |
Functions | |
| template<class Serie > | |
| Real | STK::sumAlternateSerie (const ISerie< Serie > &f, int const &n=0) |
| Sum an alternating series using the Chebichev polynomials. | |
| template<class Serie > | |
| Real | STK::sumSerie (const ISerie< Serie > &f, int const &iter_max=10) |
| Sum a serie using the epsilon acceleration process. | |
| template<class Seriea , class Serieb > | |
| Real | STK::continuedFraction (const ISerie< Seriea > &a, const ISerie< Serieb > &b, int const &iter_max=100) |
| Evaluate a continued fraction. | |
In this file we give some template generic algorithms.
Definition in file STK_Algo.h.