public final class quadrature_status
extends java.lang.Object
Quadrature return status
Success is 0, and errors have a negative value.
[@constant] QUADRATURE_SUCCESS Success. [@constant] QUADRATURE_ERROR Generic error. [@constant] QUADRATURE_INVALID_ARG_ERROR Invalid argument. [@constant] QUADRATURE_ALLOC_ERROR Memory allocation failed. [@constant] QUADRATURE_INTERNAL_ERROR This is a bug in the Quadrature code, please file a bug report. [@constant] QUADRATURE_INTEGRATE_MAX_EVAL_ERROR The requested accuracy limit could not be reached with the allowed number of evals/subdivisions. [@constant] QUADRATURE_INTEGRATE_BAD_BEHAVIOUR_ERROR Extremely bad integrand behaviour, or excessive roundoff error occurs at some points of the integration interval.
| Modifier and Type | Field and Description |
|---|---|
static int |
QUADRATURE_ALLOC_ERROR |
static int |
QUADRATURE_ERROR |
static int |
QUADRATURE_INTEGRATE_BAD_BEHAVIOUR_ERROR |
static int |
QUADRATURE_INTEGRATE_MAX_EVAL_ERROR |
static int |
QUADRATURE_INTERNAL_ERROR |
static int |
QUADRATURE_INVALID_ARG_ERROR |
static int |
QUADRATURE_SUCCESS |
public static final int QUADRATURE_SUCCESS
public static final int QUADRATURE_ERROR
public static final int QUADRATURE_INVALID_ARG_ERROR
public static final int QUADRATURE_ALLOC_ERROR
public static final int QUADRATURE_INTERNAL_ERROR
public static final int QUADRATURE_INTEGRATE_MAX_EVAL_ERROR
public static final int QUADRATURE_INTEGRATE_BAD_BEHAVIOUR_ERROR