|
| | AnalyticalIntegral ()=delete |
| |
| | AnalyticalIntegral (GReal_t lower_limit, GReal_t upper_limit) |
| |
| | AnalyticalIntegral (AnalyticalIntegral< Functor, 1 > const &other) |
| |
| double | GetLowerLimit () const |
| |
| double | GetUpperLimit () const |
| |
| std::pair< GReal_t, GReal_t > | Integrate (Functor const &functor) const |
| |
| std::pair< GReal_t, GReal_t > | Integrate (Functor const &functor, double LowerLimit, double UpperLimit) const |
| |
| AnalyticalIntegral< Functor, 1 > & | operator= (AnalyticalIntegral< Functor, 1 > const &other) |
| |
| void | SetLowerLimit (double lowerLimit) |
| |
| void | SetUpperLimit (double upperLimit) |
| |
| std::pair< GReal_t, GReal_t > | operator() (Functor const &functor) |
| |
| std::pair< GReal_t, GReal_t > | operator() (Functor const &functor, double(&min)[N], double(&max)[N]) |
| |
template<typename Functor>
class hydra::AnalyticalIntegral< Functor, 1 >
◆ AnalyticalIntegral() [1/3]
template<typename Functor >
◆ AnalyticalIntegral() [2/3]
template<typename Functor >
◆ AnalyticalIntegral() [3/3]
template<typename Functor >
◆ GetLowerLimit()
template<typename Functor >
◆ GetUpperLimit()
template<typename Functor >
◆ Integrate() [1/2]
template<typename Functor >
◆ Integrate() [2/2]
template<typename Functor >
◆ operator=()
template<typename Functor >
◆ SetLowerLimit()
template<typename Functor >
◆ SetUpperLimit()
template<typename Functor >
The documentation for this class was generated from the following file: