Class 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 Detail

      • QUADRATURE_INVALID_ARG_ERROR

        public static final int QUADRATURE_INVALID_ARG_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