Constant Field Values
Contents
org.apache.*
-
org.apache.commons.math.analysis.interpolation.LoessInterpolator Modifier and Type Constant Field Value public static final doubleDEFAULT_ACCURACY1.0E-12public static final doubleDEFAULT_BANDWIDTH0.3public static final intDEFAULT_ROBUSTNESS_ITERS2 -
org.apache.commons.math.analysis.interpolation.MicrosphereInterpolator Modifier and Type Constant Field Value public static final intDEFAULT_BRIGHTNESS_EXPONENT2public static final intDEFAULT_MICROSPHERE_ELEMENTS2000
-
org.apache.commons.math.analysis.solvers.BrentSolver Modifier and Type Constant Field Value public static final doubleDEFAULT_ABSOLUTE_ACCURACY1.0E-6public static final intDEFAULT_MAXIMUM_ITERATIONS100
-
org.apache.commons.math.dfp.Dfp Modifier and Type Constant Field Value public static final intERR_SCALE32760public static final byteFINITE0public static final byteINFINITE1public static final intMAX_EXP32768public static final intMIN_EXP-32767public static final byteQNAN3public static final intRADIX10000public static final byteSNAN2 -
org.apache.commons.math.dfp.DfpField Modifier and Type Constant Field Value public static final intFLAG_DIV_ZERO2public static final intFLAG_INEXACT16public static final intFLAG_INVALID1public static final intFLAG_OVERFLOW4public static final intFLAG_UNDERFLOW8
-
org.apache.commons.math.distribution.BetaDistributionImpl Modifier and Type Constant Field Value public static final doubleDEFAULT_INVERSE_ABSOLUTE_ACCURACY1.0E-9 -
org.apache.commons.math.distribution.CauchyDistributionImpl Modifier and Type Constant Field Value public static final doubleDEFAULT_INVERSE_ABSOLUTE_ACCURACY1.0E-9 -
org.apache.commons.math.distribution.ChiSquaredDistributionImpl Modifier and Type Constant Field Value public static final doubleDEFAULT_INVERSE_ABSOLUTE_ACCURACY1.0E-9 -
org.apache.commons.math.distribution.ExponentialDistributionImpl Modifier and Type Constant Field Value public static final doubleDEFAULT_INVERSE_ABSOLUTE_ACCURACY1.0E-9 -
org.apache.commons.math.distribution.FDistributionImpl Modifier and Type Constant Field Value public static final doubleDEFAULT_INVERSE_ABSOLUTE_ACCURACY1.0E-9 -
org.apache.commons.math.distribution.GammaDistributionImpl Modifier and Type Constant Field Value public static final doubleDEFAULT_INVERSE_ABSOLUTE_ACCURACY1.0E-9 -
org.apache.commons.math.distribution.NormalDistributionImpl Modifier and Type Constant Field Value public static final doubleDEFAULT_INVERSE_ABSOLUTE_ACCURACY1.0E-9 -
org.apache.commons.math.distribution.PoissonDistributionImpl Modifier and Type Constant Field Value public static final doubleDEFAULT_EPSILON1.0E-12public static final intDEFAULT_MAX_ITERATIONS10000000 -
org.apache.commons.math.distribution.TDistributionImpl Modifier and Type Constant Field Value public static final doubleDEFAULT_INVERSE_ABSOLUTE_ACCURACY1.0E-9 -
org.apache.commons.math.distribution.WeibullDistributionImpl Modifier and Type Constant Field Value public static final doubleDEFAULT_INVERSE_ABSOLUTE_ACCURACY1.0E-9
-
org.apache.commons.math.estimation.AbstractEstimator Modifier and Type Constant Field Value public static final intDEFAULT_MAX_COST_EVALUATIONS100
-
org.apache.commons.math.linear.BlockFieldMatrix<T extends FieldElement<T>> Modifier and Type Constant Field Value public static final intBLOCK_SIZE36 -
org.apache.commons.math.linear.BlockRealMatrix Modifier and Type Constant Field Value public static final intBLOCK_SIZE52 -
org.apache.commons.math.linear.CholeskyDecompositionImpl Modifier and Type Constant Field Value public static final doubleDEFAULT_ABSOLUTE_POSITIVITY_THRESHOLD1.0E-10public static final doubleDEFAULT_RELATIVE_SYMMETRY_THRESHOLD1.0E-15 -
org.apache.commons.math.linear.OpenMapRealVector Modifier and Type Constant Field Value public static final doubleDEFAULT_ZERO_TOLERANCE1.0E-12
-
org.apache.commons.math.ode.events.EventHandler Modifier and Type Constant Field Value public static final intCONTINUE3public static final intRESET_DERIVATIVES2public static final intRESET_STATE1public static final intSTOP0
-
org.apache.commons.math.ode.jacobians.EventHandlerWithJacobians Modifier and Type Constant Field Value public static final intCONTINUE3public static final intRESET_DERIVATIVES2public static final intRESET_STATE1public static final intSTOP0
-
org.apache.commons.math.optimization.direct.PowellOptimizer Modifier and Type Constant Field Value public static final doubleDEFAULT_LS_ABSOLUTE_TOLERANCE1.0E-11public static final doubleDEFAULT_LS_RELATIVE_TOLERANCE1.0E-7
-
org.apache.commons.math.optimization.general.AbstractLeastSquaresOptimizer Modifier and Type Constant Field Value public static final intDEFAULT_MAX_ITERATIONS100 -
org.apache.commons.math.optimization.general.AbstractScalarDifferentiableOptimizer Modifier and Type Constant Field Value public static final intDEFAULT_MAX_ITERATIONS100
-
org.apache.commons.math.optimization.linear.AbstractLinearOptimizer Modifier and Type Constant Field Value public static final intDEFAULT_MAX_ITERATIONS100
-
org.apache.commons.math.random.ValueServer Modifier and Type Constant Field Value public static final intCONSTANT_MODE5public static final intDIGEST_MODE0public static final intEXPONENTIAL_MODE3public static final intGAUSSIAN_MODE4public static final intREPLAY_MODE1public static final intUNIFORM_MODE2
-
org.apache.commons.math.special.Gamma Modifier and Type Constant Field Value public static final doubleGAMMA0.5772156649015329
-
org.apache.commons.math.stat.descriptive.DescriptiveStatistics Modifier and Type Constant Field Value public static final intINFINITE_WINDOW-1
-
org.apache.commons.math.util.FastMath Modifier and Type Constant Field Value public static final doubleE2.718281828459045public static final doublePI3.141592653589793 -
org.apache.commons.math.util.MathUtils Modifier and Type Constant Field Value public static final doubleEPSILON1.1102230246251565E-16public static final doubleSAFE_MIN2.2250738585072014E-308public static final doubleTWO_PI6.283185307179586 -
org.apache.commons.math.util.OpenIntToDoubleHashMap Modifier and Type Constant Field Value protected static final byteFREE0protected static final byteFULL1protected static final byteREMOVED2 -
org.apache.commons.math.util.OpenIntToFieldHashMap<T extends FieldElement<T>> Modifier and Type Constant Field Value protected static final byteFREE0protected static final byteFULL1protected static final byteREMOVED2 -
org.apache.commons.math.util.ResizableDoubleArray Modifier and Type Constant Field Value public static final intADDITIVE_MODE1public static final intMULTIPLICATIVE_MODE0