![]() |
QMCPACK
|
Collaboration diagram for GKIntegration< F, GKRule >::IntervalResult:Public Member Functions | |
| IntervalResult (const double a_, const double b_, const double delta_) | |
| double | ErrorL () const |
Public Attributes | |
| double | a |
| double | b |
| double | result |
| double | err |
| double | delta |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const IntervalResult &ir) |
Definition at line 93 of file GKIntegration.h.
|
inline |
Definition at line 96 of file GKIntegration.h.
|
inline |
Definition at line 100 of file GKIntegration.h.
References GKIntegration< F, GKRule >::IntervalResult::delta, and GKIntegration< F, GKRule >::IntervalResult::err.
|
friend |
| double a |
Definition at line 97 of file GKIntegration.h.
Referenced by GKIntegration< F, GKRule >::GKGeneral().
| double b |
Definition at line 97 of file GKIntegration.h.
Referenced by GKIntegration< F, GKRule >::GKGeneral().
| double delta |
Definition at line 97 of file GKIntegration.h.
Referenced by GKIntegration< F, GKRule >::IntervalResult::ErrorL(), GKIntegration< F, GKRule >::GKGeneral(), and GKIntegration< F, GKRule >::Integrate().
| double err |
Definition at line 97 of file GKIntegration.h.
Referenced by GKIntegration< F, GKRule >::IntervalResult::ErrorL(), GKIntegration< F, GKRule >::GKGeneral(), GKIntegration< F, GKRule >::Insert(), and GKIntegration< F, GKRule >::Integrate().
| double result |
Definition at line 97 of file GKIntegration.h.
Referenced by GKIntegration< F, GKRule >::GKGeneral(), and GKIntegration< F, GKRule >::Integrate().