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 doubleDEFAULT_MAX_CHECK600.0public static final intDEFAULT_MAX_ITER100public static final doubleDEFAULT_THRESHOLD1.0E-6 -
org.hipparchus.ode.events.AbstractODEDetector<T extends AbstractODEDetector<T>> Modifier and Type Constant Field Value public static final doubleDEFAULT_MAX_CHECK600.0public static final intDEFAULT_MAX_ITER100public static final doubleDEFAULT_THRESHOLD1.0E-6
-
org.hipparchus.ode.nonstiff.AdamsBashforthFieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final StringMETHOD_NAME"Adams-Bashforth" -
org.hipparchus.ode.nonstiff.AdamsBashforthIntegrator Modifier and Type Constant Field Value public static final StringMETHOD_NAME"Adams-Bashforth" -
org.hipparchus.ode.nonstiff.AdamsMoultonFieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final StringMETHOD_NAME"Adams-Moulton" -
org.hipparchus.ode.nonstiff.AdamsMoultonIntegrator Modifier and Type Constant Field Value public static final StringMETHOD_NAME"Adams-Moulton" -
org.hipparchus.ode.nonstiff.ClassicalRungeKuttaFieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final StringMETHOD_NAME"classical Runge-Kutta" -
org.hipparchus.ode.nonstiff.ClassicalRungeKuttaIntegrator Modifier and Type Constant Field Value public static final StringMETHOD_NAME"classical Runge-Kutta" -
org.hipparchus.ode.nonstiff.DormandPrince54FieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final StringMETHOD_NAME"Dormand-Prince 5 (4)" -
org.hipparchus.ode.nonstiff.DormandPrince54Integrator Modifier and Type Constant Field Value public static final StringMETHOD_NAME"Dormand-Prince 5 (4)" -
org.hipparchus.ode.nonstiff.DormandPrince853FieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final StringMETHOD_NAME"Dormand-Prince 8 (5, 3)" -
org.hipparchus.ode.nonstiff.DormandPrince853Integrator Modifier and Type Constant Field Value public static final StringMETHOD_NAME"Dormand-Prince 8 (5, 3)" -
org.hipparchus.ode.nonstiff.EulerFieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final StringMETHOD_NAME"Euler" -
org.hipparchus.ode.nonstiff.EulerIntegrator Modifier and Type Constant Field Value public static final StringMETHOD_NAME"Euler" -
org.hipparchus.ode.nonstiff.GillFieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final StringMETHOD_NAME"Gill" -
org.hipparchus.ode.nonstiff.GillIntegrator Modifier and Type Constant Field Value public static final StringMETHOD_NAME"Gill" -
org.hipparchus.ode.nonstiff.GraggBulirschStoerIntegrator Modifier and Type Constant Field Value public static final StringMETHOD_NAME"Gragg-Bulirsch-Stoer" -
org.hipparchus.ode.nonstiff.HighamHall54FieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final StringMETHOD_NAME"Higham-Hall 5(4)" -
org.hipparchus.ode.nonstiff.HighamHall54Integrator Modifier and Type Constant Field Value public static final StringMETHOD_NAME"Higham-Hall 5(4)" -
org.hipparchus.ode.nonstiff.LutherFieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final StringMETHOD_NAME"Luther" -
org.hipparchus.ode.nonstiff.LutherIntegrator Modifier and Type Constant Field Value public static final StringMETHOD_NAME"Luther" -
org.hipparchus.ode.nonstiff.MidpointFieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final StringMETHOD_NAME"midpoint" -
org.hipparchus.ode.nonstiff.MidpointIntegrator Modifier and Type Constant Field Value public static final StringMETHOD_NAME"midpoint" -
org.hipparchus.ode.nonstiff.ThreeEighthesFieldIntegrator<T extends CalculusFieldElement<T>> Modifier and Type Constant Field Value public static final StringMETHOD_NAME"3/8" -
org.hipparchus.ode.nonstiff.ThreeEighthesIntegrator Modifier and Type Constant Field Value public static final StringMETHOD_NAME"3/8"
-
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.optim.nonlinear.vector.constrained.ADMMQPOption Modifier and Type Constant Field Value public static final doubleDEFAULT_ALPHA1.6public static final doubleDEFAULT_EPS1.0E-5public static final doubleDEFAULT_EPS_INFEASIBLE1.0E-7public static final intDEFAULT_MAX_RHO_ITERATION10public static final booleanDEFAULT_POLISHINGfalsepublic static final intDEFAULT_POLISHING_ITERATION5public static final doubleDEFAULT_RHO_MAX1000000.0public static final doubleDEFAULT_RHO_MIN1.0E-6public static final booleanDEFAULT_RHO_UPDATEtruepublic static final booleanDEFAULT_SCALINGtruepublic static final intDEFAULT_SCALING_MAX_ITERATION10public static final doubleDEFAULT_SIGMA1.0E-12 -
org.hipparchus.optim.nonlinear.vector.constrained.SQPOption Modifier and Type Constant Field Value public static final doubleDEFAULT_B0.1public static final intDEFAULT_CONV_CRITERIA1public static final doubleDEFAULT_EPSILON1.0E-9public static final intDEFAULT_MAX_LINE_SEARCH_ITERATION20public static final doubleDEFAULT_MU0.1public static final intDEFAULT_QP_MAX_LOOP4public static final doubleDEFAULT_RHO100.0public static final doubleDEFAULT_SIGMA_MAX0.9public static final booleanDEFAULT_USE_FUNCTION_HESSIANfalse
-
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.AbstractOpenIntHashMap Modifier and Type Constant Field Value protected static final intDEFAULT_EXPECTED_SIZE16protected static final intRESIZE_MULTIPLIER2 -
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.RyuDouble Modifier and Type Constant Field Value public static final intDEFAULT_HIGH_EXP7public static final intDEFAULT_LOW_EXP-3