Constant Field Values
Contents
org.apache.*
-
org.apache.commons.math4.core.jdkmath.AccurateMath Modifier and Type Constant Field Value public static final double
E
2.718281828459045
public static final double
PI
3.141592653589793
-
org.apache.commons.math4.legacy.analysis.integration.BaseAbstractUnivariateIntegrator Modifier and Type Constant Field Value public static final double
DEFAULT_ABSOLUTE_ACCURACY
1.0E-15
public static final int
DEFAULT_MAX_ITERATIONS_COUNT
2147483647
public static final int
DEFAULT_MIN_ITERATIONS_COUNT
3
public static final double
DEFAULT_RELATIVE_ACCURACY
1.0E-6
-
org.apache.commons.math4.legacy.analysis.integration.RombergIntegrator Modifier and Type Constant Field Value public static final int
ROMBERG_MAX_ITERATIONS_COUNT
32
-
org.apache.commons.math4.legacy.analysis.interpolation.LoessInterpolator Modifier and Type Constant Field Value public static final double
DEFAULT_ACCURACY
1.0E-12
public static final double
DEFAULT_BANDWIDTH
0.3
public static final int
DEFAULT_ROBUSTNESS_ITERS
2
-
org.apache.commons.math4.legacy.analysis.interpolation.UnivariatePeriodicInterpolator Modifier and Type Constant Field Value public static final int
DEFAULT_EXTEND
5
-
org.apache.commons.math4.legacy.analysis.solvers.BaseSecantSolver Modifier and Type Constant Field Value protected static final double
DEFAULT_ABSOLUTE_ACCURACY
1.0E-6
-
org.apache.commons.math4.legacy.analysis.solvers.SecantSolver Modifier and Type Constant Field Value protected static final double
DEFAULT_ABSOLUTE_ACCURACY
1.0E-6
-
org.apache.commons.math4.legacy.core.dfp.Dfp Modifier and Type Constant Field Value public static final int
ERR_SCALE
32760
public static final byte
FINITE
0
public static final byte
INFINITE
1
public static final int
MAX_EXP
32768
public static final int
MIN_EXP
-32767
public static final byte
QNAN
3
public static final int
RADIX
10000
public static final byte
SNAN
2
-
org.apache.commons.math4.legacy.core.dfp.DfpField Modifier and Type Constant Field Value public static final int
FLAG_DIV_ZERO
2
public static final int
FLAG_INEXACT
16
public static final int
FLAG_INVALID
1
public static final int
FLAG_OVERFLOW
4
public static final int
FLAG_UNDERFLOW
8
-
org.apache.commons.math4.legacy.distribution.AbstractRealDistribution Modifier and Type Constant Field Value public static final double
SOLVER_DEFAULT_ABSOLUTE_ACCURACY
1.0E-6
-
org.apache.commons.math4.legacy.linear.BlockFieldMatrix<T extends FieldElement<T>> Modifier and Type Constant Field Value public static final int
BLOCK_SIZE
36
-
org.apache.commons.math4.legacy.linear.BlockRealMatrix Modifier and Type Constant Field Value public static final int
BLOCK_SIZE
52
-
org.apache.commons.math4.legacy.linear.CholeskyDecomposition Modifier and Type Constant Field Value public static final double
DEFAULT_ABSOLUTE_POSITIVITY_THRESHOLD
1.0E-10
public static final double
DEFAULT_RELATIVE_SYMMETRY_THRESHOLD
1.0E-15
-
org.apache.commons.math4.legacy.linear.ConjugateGradient Modifier and Type Constant Field Value public static final String
OPERATOR
"operator"
public static final String
VECTOR
"vector"
-
org.apache.commons.math4.legacy.linear.OpenMapRealVector Modifier and Type Constant Field Value public static final double
DEFAULT_ZERO_TOLERANCE
1.0E-12
-
org.apache.commons.math4.legacy.optim.nonlinear.scalar.noderiv.BOBYQAOptimizer Modifier and Type Constant Field Value public static final double
DEFAULT_INITIAL_RADIUS
10.0
public static final double
DEFAULT_STOPPING_RADIUS
1.0E-8
public static final int
MINIMUM_PROBLEM_DIMENSION
2
-
org.apache.commons.math4.legacy.stat.descriptive.DescriptiveStatistics Modifier and Type Constant Field Value public static final int
INFINITE_WINDOW
-1
-
org.apache.commons.math4.neuralnet.internal.NeuralNetException Modifier and Type Constant Field Value public static final String
ID_IN_USE
"Identifier already in use: {0}"
public static final String
ID_NOT_FOUND
"Identifier not found: {0}"
public static final String
NO_DATA
"No data"
public static final String
NOT_STRICTLY_POSITIVE
"Number {0} is not strictly positive"
public static final String
OUT_OF_RANGE
"Number {0} is out of range [{1}, {2}]"
public static final String
SIZE_MISMATCH
"Size mismatch: {0} != {1}"
public static final String
TOO_LARGE
"Number {0} is larger than {1}"
public static final String
TOO_SMALL
"Number {0} is smaller than {1}"