STK++ 0.9.13
STK_Algo.h File Reference

In this file we give some template generic algorithms. More...

#include "STK_Const_Math.h"
#include "STK_ISerie.h"
#include "STK_IFunction.h"
Include dependency graph for STK_Algo.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

In this file we give some template generic algorithms.

Definition in file STK_Algo.h.