GLAMERDOC++
Gravitational Lensing Code Library
|
Subdivided area in quadrature with value and error estimate. More...
#include <quadrature.h>
Public Member Functions | |
quadrature_task (double value, double error, double a0, double b0, double a1, double b1, double x00, double x0c, double x0n, double xc0, double xcc, double xcn, double xn0, double xnc, double xnn) | |
bool | operator< (const quadrature_task &other) const |
Public Attributes | |
double | value |
double | error |
double | a0 |
double | b0 |
double | a1 |
double | b1 |
double | x00 |
double | x0c |
double | x0n |
double | xc0 |
double | xcc |
double | xcn |
double | xn0 |
double | xnc |
double | xnn |
Subdivided area in quadrature with value and error estimate.