Constant Field Values
Contents
org.hipparchus.*
-
org.hipparchus.analysis.integration.BaseAbstractFieldUnivariateIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final doubleDEFAULT_ABSOLUTE_ACCURACY1.0E-15public static final intDEFAULT_MAX_ITERATIONS_COUNT2147483647public static final intDEFAULT_MIN_ITERATIONS_COUNT3public static final doubleDEFAULT_RELATIVE_ACCURACY1.0E-6 -
org.hipparchus.analysis.integration.BaseAbstractUnivariateIntegrator Modifier and Type Constant Field Value public static final doubleDEFAULT_ABSOLUTE_ACCURACY1.0E-15public static final intDEFAULT_MAX_ITERATIONS_COUNT2147483647public static final intDEFAULT_MIN_ITERATIONS_COUNT3public static final doubleDEFAULT_RELATIVE_ACCURACY1.0E-6 -
org.hipparchus.analysis.integration.FieldMidPointIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final intMIDPOINT_MAX_ITERATIONS_COUNT64 -
org.hipparchus.analysis.integration.FieldRombergIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final intROMBERG_MAX_ITERATIONS_COUNT32 -
org.hipparchus.analysis.integration.FieldSimpsonIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final intSIMPSON_MAX_ITERATIONS_COUNT64 -
org.hipparchus.analysis.integration.FieldTrapezoidIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final intTRAPEZOID_MAX_ITERATIONS_COUNT64 -
org.hipparchus.analysis.integration.MidPointIntegrator Modifier and Type Constant Field Value public static final intMIDPOINT_MAX_ITERATIONS_COUNT64 -
org.hipparchus.analysis.integration.RombergIntegrator Modifier and Type Constant Field Value public static final intROMBERG_MAX_ITERATIONS_COUNT32 -
org.hipparchus.analysis.integration.SimpsonIntegrator Modifier and Type Constant Field Value public static final intSIMPSON_MAX_ITERATIONS_COUNT64 -
org.hipparchus.analysis.integration.TrapezoidIntegrator Modifier and Type Constant Field Value public static final intTRAPEZOID_MAX_ITERATIONS_COUNT64
-
org.hipparchus.analysis.integration.gauss.GaussIntegratorFactory Modifier and Type Constant Field Value public static final intDEFAULT_DECIMAL_DIGITS40
-
org.hipparchus.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.hipparchus.analysis.interpolation.UnivariatePeriodicInterpolator Modifier and Type Constant Field Value public static final intDEFAULT_EXTEND5
-
org.hipparchus.analysis.solvers.BaseSecantSolver Modifier and Type Constant Field Value protected static final doubleDEFAULT_ABSOLUTE_ACCURACY1.0E-6 -
org.hipparchus.analysis.solvers.SecantSolver Modifier and Type Constant Field Value protected static final doubleDEFAULT_ABSOLUTE_ACCURACY1.0E-6
-
org.hipparchus.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.hipparchus.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.hipparchus.distribution.continuous.AbstractRealDistribution Modifier and Type Constant Field Value protected static final doubleDEFAULT_SOLVER_ABSOLUTE_ACCURACY1.0E-9
-
org.hipparchus.distribution.discrete.PoissonDistribution Modifier and Type Constant Field Value public static final doubleDEFAULT_EPSILON1.0E-12public static final intDEFAULT_MAX_ITERATIONS10000000
-
org.hipparchus.geometry.VectorFormat<S extends Space,V extends Vector<S,V>> Modifier and Type Constant Field Value public static final StringDEFAULT_PREFIX"{"public static final StringDEFAULT_SEPARATOR"; "public static final StringDEFAULT_SUFFIX"}"
-
org.hipparchus.linear.BlockFieldMatrix<T extends FieldElement<T>> Modifier and Type Constant Field Value public static final intBLOCK_SIZE36 -
org.hipparchus.linear.BlockRealMatrix Modifier and Type Constant Field Value public static final intBLOCK_SIZE52 -
org.hipparchus.linear.CholeskyDecomposition Modifier and Type Constant Field Value public static final doubleDEFAULT_ABSOLUTE_POSITIVITY_THRESHOLD1.0E-10public static final doubleDEFAULT_RELATIVE_SYMMETRY_THRESHOLD1.0E-15 -
org.hipparchus.linear.ComplexEigenDecomposition Modifier and Type Constant Field Value public static final doubleDEFAULT_EIGENVECTORS_EQUALITY1.0E-5public static final doubleDEFAULT_EPSILON1.0E-12public static final doubleDEFAULT_EPSILON_AV_VD_CHECK1.0E-6 -
org.hipparchus.linear.ConjugateGradient Modifier and Type Constant Field Value public static final StringOPERATOR"operator"public static final StringVECTOR"vector" -
org.hipparchus.linear.EigenDecompositionNonSymmetric Modifier and Type Constant Field Value public static final doubleDEFAULT_EPSILON1.0E-12 -
org.hipparchus.linear.EigenDecompositionSymmetric Modifier and Type Constant Field Value public static final doubleDEFAULT_EPSILON1.0E-12 -
org.hipparchus.linear.OpenMapRealVector Modifier and Type Constant Field Value public static final doubleDEFAULT_ZERO_TOLERANCE1.0E-12 -
org.hipparchus.linear.SemiDefinitePositiveCholeskyDecomposition Modifier and Type Constant Field Value public static final doublePOSITIVITY_THRESHOLD1.0E-15
-
org.hipparchus.ode.events.AbstractFieldODEDetector<T extends AbstractFieldODEDetector<T,E>,E extends CalculusFieldElement<E>> Modifier and Type Constant Field Value public static final intDEFAULT_MAX_ITER100public static final doubleDEFAULT_MAXCHECK600.0public static final doubleDEFAULT_THRESHOLD1.0E-6 -
org.hipparchus.ode.events.AbstractODEDetector<T extends AbstractODEDetector<T>> Modifier and Type Constant Field Value public static final intDEFAULT_MAX_ITER100public static final doubleDEFAULT_MAXCHECK600.0public static final doubleDEFAULT_THRESHOLD1.0E-6
-
org.hipparchus.optim.nonlinear.scalar.noderiv.BOBYQAOptimizer Modifier and Type Constant Field Value public static final doubleDEFAULT_INITIAL_RADIUS10.0public static final doubleDEFAULT_STOPPING_RADIUS1.0E-8public static final intMINIMUM_PROBLEM_DIMENSION2
-
org.hipparchus.special.Gamma Modifier and Type Constant Field Value public static final doubleGAMMA0.5772156649015329public static final doubleLANCZOS_G4.7421875
-
org.hipparchus.stat.descriptive.DescriptiveStatistics Modifier and Type Constant Field Value protected static final intINFINITE_WINDOW-1
-
org.hipparchus.stat.descriptive.rank.RandomPercentile Modifier and Type Constant Field Value public static final doubleDEFAULT_EPSILON1.0E-4
-
org.hipparchus.stat.fitting.EmpiricalDistribution Modifier and Type Constant Field Value public static final intDEFAULT_BIN_COUNT1000
-
org.hipparchus.stat.inference.KolmogorovSmirnovTest Modifier and Type Constant Field Value protected static final doubleKS_SUM_CAUCHY_CRITERION1.0E-20protected static final intLARGE_SAMPLE_PRODUCT10000protected static final intMAXIMUM_PARTIAL_SUM_COUNT100000protected static final doublePG_SUM_RELATIVE_ERROR1.0E-10
-
org.hipparchus.util.CombinatoricsUtils Modifier and Type Constant Field Value public static final intMAX_BELL25 -
org.hipparchus.util.FastMath Modifier and Type Constant Field Value public static final doubleE2.718281828459045public static final doublePI3.141592653589793 -
org.hipparchus.util.JulierUnscentedTransform Modifier and Type Constant Field Value public static final doubleDEFAULT_KAPPA0.0 -
org.hipparchus.util.MathUtils Modifier and Type Constant Field Value public static final doublePI_SQUARED9.869604401089358public static final doubleSEMI_PI1.5707963267948966public static final doubleTWO_PI6.283185307179586 -
org.hipparchus.util.MerweUnscentedTransform Modifier and Type Constant Field Value public static final doubleDEFAULT_ALPHA0.5public static final doubleDEFAULT_BETA2.0public static final doubleDEFAULT_KAPPA0.0 -
org.hipparchus.util.OpenIntToDoubleHashMap Modifier and Type Constant Field Value protected static final byteFREE0protected static final byteFULL1protected static final byteREMOVED2 -
org.hipparchus.util.OpenIntToFieldHashMap<T extends FieldElement<T>> Modifier and Type Constant Field Value protected static final byteFREE0protected static final byteFULL1protected static final byteREMOVED2 -
org.hipparchus.util.RyuDouble Modifier and Type Constant Field Value public static final intDEFAULT_HIGH_EXP7public static final intDEFAULT_LOW_EXP-3