Constant Field Values
Contents
cern.colt.*
-
cern.colt.PersistentObject Modifier and Type Constant Field Value public static final long
serialVersionUID
1020L
-
cern.colt.map.AbstractMap Modifier and Type Constant Field Value protected static final int
defaultCapacity
277
protected static final double
defaultMaxLoadFactor
0.5
protected static final double
defaultMinLoadFactor
0.2
-
cern.colt.map.OpenDoubleIntHashMap Modifier and Type Constant Field Value protected static final byte
FREE
0
protected static final byte
FULL
1
protected static final byte
REMOVED
2
-
cern.colt.map.OpenIntDoubleHashMap Modifier and Type Constant Field Value protected static final byte
FREE
0
protected static final byte
FULL
1
protected static final byte
REMOVED
2
-
cern.colt.map.OpenIntIntHashMap Modifier and Type Constant Field Value protected static final byte
FREE
0
protected static final byte
FULL
1
protected static final byte
REMOVED
2
-
cern.colt.map.OpenIntObjectHashMap<T> Modifier and Type Constant Field Value protected static final byte
FREE
0
protected static final byte
FULL
1
protected static final byte
REMOVED
2
-
cern.colt.map.OpenLongDoubleHashMap Modifier and Type Constant Field Value protected static final byte
FREE
0
protected static final byte
FULL
1
protected static final byte
REMOVED
2
-
cern.colt.map.OpenLongObjectHashMap<T> Modifier and Type Constant Field Value protected static final byte
FREE
0
protected static final byte
FULL
1
protected static final byte
REMOVED
2
-
cern.colt.map.PrimeFinder Modifier and Type Constant Field Value public static final int
largestPrime
2147483647
cern.jet.*
-
cern.jet.math.Constants Modifier and Type Constant Field Value protected static final double
big
4.503599627370496E15
protected static final double
biginv
2.220446049250313E-16
protected static final double
LOGPI
1.1447298858494002
protected static final double
MACHEP
1.1102230246251565E-16
protected static final double
MAXGAM
171.6243769563027
protected static final double
MAXLOG
709.782712893384
protected static final double
MINLOG
-745.1332191019412
protected static final double
SQRTH
0.7071067811865476
protected static final double
SQTPI
2.5066282746310007
-
cern.jet.random.engine.DRand Modifier and Type Constant Field Value public static final int
DEFAULT_SEED
1
-
cern.jet.random.engine.MersenneTwister Modifier and Type Constant Field Value public static final int
DEFAULT_SEED
4357
org.nuiton.*
-
org.nuiton.math.matrix.AbstractMatrixND Modifier and Type Constant Field Value public static final char
CSV_SEPARATOR
59
protected static final String
NUMBER_REGEX
" *[+-]?[0-9]*\\.?[0-9]+([eE][+-]?[0-9]+)? *"
-
org.nuiton.math.matrix.DoubleBigMappedVector Modifier and Type Constant Field Value public static final int
DOUBLE_SIZE
8