STK++ 0.9.13
|
In this file we declare usual Real functions. More...
#include "STK_ISerie.h"
Go to the source code of this file.
Classes | |
class | STK::Funct::Serielog1p |
This Series computes. More... | |
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
namespace | STK::Funct |
The namespace Funct enclose all usual and special functions. | |
Functions | |
template<int N> | |
Real | STK::Funct::evalPolynomial (Real x, const Real *P) |
Polynomial evaluator. | |
template<> | |
Real | STK::Funct::evalPolynomial< 0 > (Real x, const Real *P) |
template<int N> | |
Real | STK::Funct::evalPolynomial1 (Real x, const Real *P) |
Polynomial evaluator. | |
template<> | |
Real | STK::Funct::evalPolynomial1< 0 > (Real x, const Real *P) |
In this file we declare usual Real functions.
Definition in file STK_Funct_Util.h.