|
lsst.afw g3a5ebb7d8a+28b83bf6a5
|
Classes | |
| struct | AuxFunc1 |
| Auxiliary struct 1. More... | |
| struct | AuxFunc2 |
| class | binder2_1 |
| class | Int2DAuxType |
| class | binder3_1 |
| class | Int3DAuxType |
Functions | |
| template<class T> | |
| T | norm (const T &x) |
| template<class T> | |
| T | real (const T &x) |
| template<class T> | |
| T | Epsilon () |
| template<class T> | |
| T | MinRep () |
| template<class T> | |
| T | rescale_error (T err, T const &resabs, T const &resasc) |
| template<typename UnaryFunctionT, typename Arg> | |
| bool | intGKPNA (UnaryFunctionT func, IntRegion< Arg > ®, Arg const epsabs, Arg const epsrel, std::map< Arg, Arg > *fxmap=nullptr) |
| Non-adaptive integration of the function f over the region 'reg'. | |
| template<typename UnaryFunctionT, typename Arg> | |
| void | intGKP (UnaryFunctionT func, IntRegion< Arg > ®, Arg const epsabs, Arg const epsrel, std::map< Arg, Arg > *fxmap=nullptr) |
| An adaptive integration algorithm which computes the integral of f over the region reg. | |
| template<class UF> | |
| AuxFunc1< UF > | Aux1 (UF uf) |
| Auxiliary function 1. | |
| template<class UF> | |
| AuxFunc2< UF > | Aux2 (UF uf) |
| Auxiliary function 2. | |
| template<class BF, class Tp> | |
| binder2_1< BF > | bind21 (const BF &oper, const Tp &x) |
| template<class TF, class Tp> | |
| binder3_1< TF > | bind31 (const TF &oper, const Tp &x) |
| int | gkp_n (int level) |
| template<class T> | |
| const std::vector< T > & | gkp_x (int level) |
| template<class T> | |
| const std::vector< T > & | gkp_wa (int level) |
| template<class T> | |
| const std::vector< T > & | gkp_wb (int level) |
|
inline |
Auxiliary function 1.
Definition at line 587 of file Integrate.h.
|
inline |
Auxiliary function 2.
Definition at line 608 of file Integrate.h.
|
inline |
Definition at line 628 of file Integrate.h.
|
inline |
Definition at line 670 of file Integrate.h.
|
inline |
Definition at line 244 of file Integrate.h.
|
inline |
Definition at line 47 of file IntGKPData10.h.
|
inline |
Definition at line 116 of file IntGKPData10.h.
|
inline |
Definition at line 171 of file IntGKPData10.h.
|
inline |
Definition at line 54 of file IntGKPData10.h.
|
inline |
An adaptive integration algorithm which computes the integral of f over the region reg.
The area and estimated error are returned as reg.Area() and reg.Err() If desired, *retx and *retf return std::vectors of x,f(x) respectively They only include the evaluations in the non-adaptive pass, so they do not give an accurate estimate of the number of function evaluations.
Definition at line 426 of file Integrate.h.
|
inline |
Non-adaptive integration of the function f over the region 'reg'.
Definition at line 298 of file Integrate.h.
|
inline |
Definition at line 248 of file Integrate.h.
|
inline |
Definition at line 160 of file Integrate.h.
|
inline |
Definition at line 165 of file Integrate.h.
|
inline |
Definition at line 264 of file Integrate.h.