|
template<typename X , typename F > |
Integral< F, X >::type | funct::integral (const F &f) |
|
template<typename X , typename F , typename Integrator > |
Integral< F, X >::type | funct::integral (const F &f, const Integrator &integrator) |
|
template<typename X , typename F > |
double | funct::integral (const F &f, double min, double max) |
|
template<typename X , typename F , typename Integrator > |
double | funct::integral (const F &f, double min, double max, const Integrator &integrator) |
|
template<typename F , typename Integrator > |
Integral< F >::type | funct::integral_f (const F &f, const Integrator &integrator) |
|
template<typename F > |
Integral< F >::type | funct::integral_f (const F &f) |
|
template<typename F > |
double | funct::integral_f (const F &f, double min, double max) |
|
template<typename F , typename Integrator > |
double | funct::integral_f (const F &f, double min, double max, const Integrator &integrator) |
|