Package apple.accelerate.enums
Class quadrature_status
- java.lang.Object
-
- apple.accelerate.enums.quadrature_status
-
public final class quadrature_status extends java.lang.Object[@enum] quadrature_status 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.
-
-
Field Summary
Fields Modifier and Type Field Description static intQUADRATURE_ALLOC_ERRORstatic intQUADRATURE_ERRORstatic intQUADRATURE_INTEGRATE_BAD_BEHAVIOUR_ERRORstatic intQUADRATURE_INTEGRATE_MAX_EVAL_ERRORstatic intQUADRATURE_INTERNAL_ERRORstatic intQUADRATURE_INVALID_ARG_ERRORstatic intQUADRATURE_SUCCESS
-
-
-
Field Detail
-
QUADRATURE_SUCCESS
public static final int QUADRATURE_SUCCESS
- See Also:
- Constant Field Values
-
QUADRATURE_ERROR
public static final int QUADRATURE_ERROR
- See Also:
- Constant Field Values
-
QUADRATURE_INVALID_ARG_ERROR
public static final int QUADRATURE_INVALID_ARG_ERROR
- See Also:
- Constant Field Values
-
QUADRATURE_ALLOC_ERROR
public static final int QUADRATURE_ALLOC_ERROR
- See Also:
- Constant Field Values
-
QUADRATURE_INTERNAL_ERROR
public static final int QUADRATURE_INTERNAL_ERROR
- See Also:
- Constant Field Values
-
QUADRATURE_INTEGRATE_MAX_EVAL_ERROR
public static final int QUADRATURE_INTEGRATE_MAX_EVAL_ERROR
- See Also:
- Constant Field Values
-
QUADRATURE_INTEGRATE_BAD_BEHAVIOUR_ERROR
public static final int QUADRATURE_INTEGRATE_BAD_BEHAVIOUR_ERROR
- See Also:
- Constant Field Values
-
-