Serialized Form
-
Package cern.colt
-
Class cern.colt.PersistentObject
class PersistentObject extends Object implements Serializable- serialVersionUID:
- 1020L
-
Class cern.colt.Timer
class Timer extends PersistentObject implements Serializable-
Serialized Fields
-
baseTime
long baseTime
-
elapsedTime
long elapsedTime
-
-
-
-
Package cern.colt.bitvector
-
Class cern.colt.bitvector.BitMatrix
class BitMatrix extends PersistentObject implements Serializable-
Serialized Fields
-
bits
long[] bits
-
columns
int columns
-
rows
int rows
-
-
-
Class cern.colt.bitvector.BitVector
class BitVector extends PersistentObject implements Serializable-
Serialized Fields
-
bits
long[] bits
The bits of this object. The ith bit is stored in bits[i/64] at bit position i % 64 (where bit position 0 refers to the least significant bit and 63 refers to the most significant bit). -
nbits
int nbits
-
-
-
-
Package cern.colt.buffer
-
Class cern.colt.buffer.DoubleBuffer
class DoubleBuffer extends PersistentObject implements Serializable-
Serialized Fields
-
capacity
int capacity
-
elements
double[] elements
-
list
DoubleArrayList list
-
size
int size
-
target
DoubleBufferConsumer target
-
-
-
Class cern.colt.buffer.DoubleBuffer2D
class DoubleBuffer2D extends PersistentObject implements Serializable-
Serialized Fields
-
capacity
int capacity
-
size
int size
-
target
DoubleBuffer2DConsumer target
-
xElements
double[] xElements
-
xList
DoubleArrayList xList
-
yElements
double[] yElements
-
yList
DoubleArrayList yList
-
-
-
Class cern.colt.buffer.DoubleBuffer3D
class DoubleBuffer3D extends PersistentObject implements Serializable-
Serialized Fields
-
capacity
int capacity
-
size
int size
-
target
DoubleBuffer3DConsumer target
-
xElements
double[] xElements
-
xList
DoubleArrayList xList
-
yElements
double[] yElements
-
yList
DoubleArrayList yList
-
zElements
double[] zElements
-
zList
DoubleArrayList zList
-
-
-
Class cern.colt.buffer.IntBuffer
class IntBuffer extends PersistentObject implements Serializable-
Serialized Fields
-
capacity
int capacity
-
elements
int[] elements
-
list
IntArrayList list
-
size
int size
-
target
IntBufferConsumer target
-
-
-
Class cern.colt.buffer.IntBuffer2D
class IntBuffer2D extends PersistentObject implements Serializable-
Serialized Fields
-
capacity
int capacity
-
size
int size
-
target
IntBuffer2DConsumer target
-
xElements
int[] xElements
-
xList
IntArrayList xList
-
yElements
int[] yElements
-
yList
IntArrayList yList
-
-
-
Class cern.colt.buffer.IntBuffer3D
class IntBuffer3D extends PersistentObject implements Serializable-
Serialized Fields
-
capacity
int capacity
-
size
int size
-
target
IntBuffer3DConsumer target
-
xElements
int[] xElements
-
xList
IntArrayList xList
-
yElements
int[] yElements
-
yList
IntArrayList yList
-
zElements
int[] zElements
-
zList
IntArrayList zList
-
-
-
Class cern.colt.buffer.ObjectBuffer
class ObjectBuffer extends PersistentObject implements Serializable-
Serialized Fields
-
capacity
int capacity
-
elements
Object[] elements
-
list
ObjectArrayList list
-
size
int size
-
target
ObjectBufferConsumer target
-
-
-
-
Package cern.colt.list
-
Class cern.colt.list.AbstractBooleanList
class AbstractBooleanList extends AbstractList implements Serializable-
Serialized Fields
-
size
int size
The size of the list. This is a READ_ONLY variable for all methods but setSizeRaw(int newSize) !!! If you violate this principle in subclasses, you should exactly know what you are doing.
-
-
-
Class cern.colt.list.AbstractByteList
class AbstractByteList extends AbstractList implements Serializable-
Serialized Fields
-
size
int size
The size of the list. This is a READ_ONLY variable for all methods but setSizeRaw(int newSize) !!! If you violate this principle in subclasses, you should exactly know what you are doing.
-
-
-
Class cern.colt.list.AbstractCharList
class AbstractCharList extends AbstractList implements Serializable-
Serialized Fields
-
size
int size
The size of the list. This is a READ_ONLY variable for all methods but setSizeRaw(int newSize) !!! If you violate this principle in subclasses, you should exactly know what you are doing.
-
-
-
Class cern.colt.list.AbstractCollection
class AbstractCollection extends PersistentObject implements Serializable -
Class cern.colt.list.AbstractDoubleList
class AbstractDoubleList extends AbstractList implements Serializable-
Serialized Fields
-
size
int size
The size of the list. This is a READ_ONLY variable for all methods but setSizeRaw(int newSize) !!! If you violate this principle in subclasses, you should exactly know what you are doing.
-
-
-
Class cern.colt.list.AbstractFloatList
class AbstractFloatList extends AbstractList implements Serializable-
Serialized Fields
-
size
int size
The size of the list. This is a READ_ONLY variable for all methods but setSizeRaw(int newSize) !!! If you violate this principle in subclasses, you should exactly know what you are doing.
-
-
-
Class cern.colt.list.AbstractIntList
class AbstractIntList extends AbstractList implements Serializable-
Serialized Fields
-
size
int size
The size of the list. This is a READ_ONLY variable for all methods but setSizeRaw(int newSize) !!! If you violate this principle in subclasses, you should exactly know what you are doing.
-
-
-
Class cern.colt.list.AbstractList
class AbstractList extends AbstractCollection implements Serializable -
Class cern.colt.list.AbstractLongList
class AbstractLongList extends AbstractList implements Serializable-
Serialized Fields
-
size
int size
The size of the list. This is a READ_ONLY variable for all methods but setSizeRaw(int newSize) !!! If you violate this principle in subclasses, you should exactly know what you are doing.
-
-
-
Class cern.colt.list.AbstractShortList
class AbstractShortList extends AbstractList implements Serializable-
Serialized Fields
-
size
int size
The size of the list. This is a READ_ONLY variable for all methods but setSizeRaw(int newSize) !!! If you violate this principle in subclasses, you should exactly know what you are doing.
-
-
-
Class cern.colt.list.BooleanArrayList
class BooleanArrayList extends AbstractBooleanList implements Serializable-
Serialized Fields
-
elements
boolean[] elements
The array buffer into which the elements of the list are stored. The capacity of the list is the length of this array buffer.
-
-
-
Class cern.colt.list.ByteArrayList
class ByteArrayList extends AbstractByteList implements Serializable-
Serialized Fields
-
elements
byte[] elements
The array buffer into which the elements of the list are stored. The capacity of the list is the length of this array buffer.
-
-
-
Class cern.colt.list.CharArrayList
class CharArrayList extends AbstractCharList implements Serializable-
Serialized Fields
-
elements
char[] elements
The array buffer into which the elements of the list are stored. The capacity of the list is the length of this array buffer.
-
-
-
Class cern.colt.list.DistinctNumberList
class DistinctNumberList extends AbstractLongList implements Serializable-
Serialized Fields
-
distinctValues
long[] distinctValues
-
elements
MinMaxNumberList elements
-
-
-
Class cern.colt.list.DoubleArrayList
class DoubleArrayList extends AbstractDoubleList implements Serializable-
Serialized Fields
-
elements
double[] elements
The array buffer into which the elements of the list are stored. The capacity of the list is the length of this array buffer.
-
-
-
Class cern.colt.list.FloatArrayList
class FloatArrayList extends AbstractFloatList implements Serializable-
Serialized Fields
-
elements
float[] elements
The array buffer into which the elements of the list are stored. The capacity of the list is the length of this array buffer.
-
-
-
Class cern.colt.list.IntArrayList
class IntArrayList extends AbstractIntList implements Serializable-
Serialized Fields
-
elements
int[] elements
The array buffer into which the elements of the list are stored. The capacity of the list is the length of this array buffer.
-
-
-
Class cern.colt.list.LongArrayList
class LongArrayList extends AbstractLongList implements Serializable-
Serialized Fields
-
elements
long[] elements
The array buffer into which the elements of the list are stored. The capacity of the list is the length of this array buffer.
-
-
-
Class cern.colt.list.MinMaxNumberList
class MinMaxNumberList extends AbstractLongList implements Serializable-
Serialized Fields
-
bits
long[] bits
-
bitsPerElement
int bitsPerElement
-
capacity
int capacity
-
minValue
long minValue
-
-
-
Class cern.colt.list.ObjectArrayList
class ObjectArrayList extends AbstractList implements Serializable-
Serialized Fields
-
elements
Object[] elements
The array buffer into which the elements of the list are stored. The capacity of the list is the length of this array buffer. -
size
int size
The size of the list.
-
-
-
Class cern.colt.list.ShortArrayList
class ShortArrayList extends AbstractShortList implements Serializable-
Serialized Fields
-
elements
short[] elements
The array buffer into which the elements of the list are stored. The capacity of the list is the length of this array buffer.
-
-
-
Class cern.colt.list.SimpleLongArrayList
class SimpleLongArrayList extends AbstractLongList implements Serializable-
Serialized Fields
-
elements
long[] elements
The array buffer into which the elements of the list are stored. The capacity of the list is the length of this array buffer. -
size
int size
The size of the list.
-
-
-
-
Package cern.colt.map
-
Class cern.colt.map.AbstractDoubleIntMap
class AbstractDoubleIntMap extends AbstractMap implements Serializable -
Class cern.colt.map.AbstractIntDoubleMap
class AbstractIntDoubleMap extends AbstractMap implements Serializable -
Class cern.colt.map.AbstractIntIntMap
class AbstractIntIntMap extends AbstractMap implements Serializable -
Class cern.colt.map.AbstractIntObjectMap
class AbstractIntObjectMap extends AbstractMap implements Serializable -
Class cern.colt.map.AbstractLongObjectMap
class AbstractLongObjectMap extends AbstractMap implements Serializable -
Class cern.colt.map.AbstractMap
class AbstractMap extends PersistentObject implements Serializable-
Serialized Fields
-
distinct
int distinct
The number of distinct associations in the map; its "size()". -
highWaterMark
int highWaterMark
-
lowWaterMark
int lowWaterMark
The table capacity c=table.length always satisfies the invariant c * minLoadFactor invalid input: '<'= s invalid input: '<'= c * maxLoadFactor, where s=size() is the number of associations currently contained. The term "c * minLoadFactor" is called the "lowWaterMark", "c * maxLoadFactor" is called the "highWaterMark". In other words, the table capacity (and proportionally the memory used by this class) oscillates within these constraints. The terms are precomputed and cached to avoid recalculating them each time put(..) or removeKey(...) is called. -
maxLoadFactor
double maxLoadFactor
The maximum load factor for the hashtable. -
minLoadFactor
double minLoadFactor
The minimum load factor for the hashtable.
-
-
-
Class cern.colt.map.OpenDoubleIntHashMap
class OpenDoubleIntHashMap extends AbstractDoubleIntMap implements Serializable-
Serialized Fields
-
freeEntries
int freeEntries
The number of table entries in state==FREE. -
state
byte[] state
The state of each hash table entry (FREE, FULL, REMOVED). -
table
double[] table
The hash table keys. -
values
int[] values
The hash table values.
-
-
-
Class cern.colt.map.OpenIntDoubleHashMap
class OpenIntDoubleHashMap extends AbstractIntDoubleMap implements Serializable-
Serialized Fields
-
freeEntries
int freeEntries
The number of table entries in state==FREE. -
state
byte[] state
The state of each hash table entry (FREE, FULL, REMOVED). -
table
int[] table
The hash table keys. -
values
double[] values
The hash table values.
-
-
-
Class cern.colt.map.OpenIntIntHashMap
class OpenIntIntHashMap extends AbstractIntIntMap implements Serializable-
Serialized Fields
-
freeEntries
int freeEntries
The number of table entries in state==FREE. -
state
byte[] state
The state of each hash table entry (FREE, FULL, REMOVED). -
table
int[] table
The hash table keys. -
values
int[] values
The hash table values.
-
-
-
Class cern.colt.map.OpenIntObjectHashMap
class OpenIntObjectHashMap extends AbstractIntObjectMap implements Serializable-
Serialized Fields
-
freeEntries
int freeEntries
The number of table entries in state==FREE. -
state
byte[] state
The state of each hash table entry (FREE, FULL, REMOVED). -
table
int[] table
The hash table keys. -
values
Object[] values
The hash table values.
-
-
-
Class cern.colt.map.OpenLongObjectHashMap
class OpenLongObjectHashMap extends AbstractLongObjectMap implements Serializable-
Serialized Fields
-
freeEntries
int freeEntries
The number of table entries in state==FREE. -
state
byte[] state
The state of each hash table entry (FREE, FULL, REMOVED). -
table
long[] table
The hash table keys. -
values
Object[] values
The hash table values.
-
-
-
-
Package cern.colt.matrix
-
Class cern.colt.matrix.DoubleFactory1D
class DoubleFactory1D extends PersistentObject implements Serializable -
Class cern.colt.matrix.DoubleFactory2D
class DoubleFactory2D extends PersistentObject implements Serializable -
Class cern.colt.matrix.DoubleFactory3D
class DoubleFactory3D extends PersistentObject implements Serializable -
Class cern.colt.matrix.DoubleMatrix1D
class DoubleMatrix1D extends AbstractMatrix1D implements Serializable -
Class cern.colt.matrix.DoubleMatrix2D
class DoubleMatrix2D extends AbstractMatrix2D implements Serializable -
Class cern.colt.matrix.DoubleMatrix3D
class DoubleMatrix3D extends AbstractMatrix3D implements Serializable -
Class cern.colt.matrix.ObjectFactory1D
class ObjectFactory1D extends PersistentObject implements Serializable -
Class cern.colt.matrix.ObjectFactory2D
class ObjectFactory2D extends PersistentObject implements Serializable -
Class cern.colt.matrix.ObjectFactory3D
class ObjectFactory3D extends PersistentObject implements Serializable -
Class cern.colt.matrix.ObjectMatrix1D
class ObjectMatrix1D extends AbstractMatrix1D implements Serializable -
Class cern.colt.matrix.ObjectMatrix2D
class ObjectMatrix2D extends AbstractMatrix2D implements Serializable -
Class cern.colt.matrix.ObjectMatrix3D
class ObjectMatrix3D extends AbstractMatrix3D implements Serializable
-
-
Package cern.colt.matrix.doublealgo
-
Class cern.colt.matrix.doublealgo.Formatter
class Formatter extends AbstractFormatter implements Serializable -
Class cern.colt.matrix.doublealgo.Sorting
class Sorting extends PersistentObject implements Serializable -
Class cern.colt.matrix.doublealgo.Transform
class Transform extends PersistentObject implements Serializable
-
-
Package cern.colt.matrix.impl
-
Class cern.colt.matrix.impl.AbstractFormatter
class AbstractFormatter extends PersistentObject implements Serializable-
Serialized Fields
-
alignment
String alignment
The default format string for formatting a single cell value; currently "%G". -
columnSeparator
String columnSeparator
The default string separating any two columns from another; currently " ". -
format
String format
The default format string for formatting a single cell value; currently "%G". -
minColumnWidth
int minColumnWidth
The default minimum number of characters a column may have; currently 1. -
printShape
boolean printShape
Tells whether String representations are to be preceded with summary of the shape; currently true. -
rowSeparator
String rowSeparator
The default string separating any two rows from another; currently "\n". -
sliceSeparator
String sliceSeparator
The default string separating any two slices from another; currently "\n\n".
-
-
-
Class cern.colt.matrix.impl.AbstractMatrix
class AbstractMatrix extends PersistentObject implements Serializable-
Serialized Fields
-
isNoView
boolean isNoView
-
-
-
Class cern.colt.matrix.impl.AbstractMatrix1D
class AbstractMatrix1D extends AbstractMatrix implements Serializable-
Serialized Fields
-
size
int size
the number of cells this matrix (view) has -
stride
int stride
the number of indexes between any two elements, i.e. index(i+1) - index(i). -
zero
int zero
the index of the first element
-
-
-
Class cern.colt.matrix.impl.AbstractMatrix2D
class AbstractMatrix2D extends AbstractMatrix implements Serializable-
Serialized Fields
-
columns
int columns
the number of colums and rows this matrix (view) has -
columnStride
int columnStride
the number of elements between two columns, i.e. index(i,j+1,k) - index(i,j,k). -
columnZero
int columnZero
the index of the first element -
rows
int rows
the number of colums and rows this matrix (view) has -
rowStride
int rowStride
the number of elements between two rows, i.e. index(i+1,j,k) - index(i,j,k). -
rowZero
int rowZero
the index of the first element
-
-
-
Class cern.colt.matrix.impl.AbstractMatrix3D
class AbstractMatrix3D extends AbstractMatrix implements Serializable-
Serialized Fields
-
columns
int columns
the number of columns this matrix (view) has -
columnStride
int columnStride
the number of elements between two columns, i.e. index(k,i,j+1) - index(k,i,j). -
columnZero
int columnZero
the index of the first element -
rows
int rows
the number of rows this matrix (view) has -
rowStride
int rowStride
the number of elements between two rows, i.e. index(k,i+1,j) - index(k,i,j). -
rowZero
int rowZero
the index of the first element -
slices
int slices
the number of slices this matrix (view) has -
sliceStride
int sliceStride
the number of elements between two slices, i.e. index(k+1,i,j) - index(k,i,j). -
sliceZero
int sliceZero
the index of the first element
-
-
-
Class cern.colt.matrix.impl.DenseDoubleMatrix1D
class DenseDoubleMatrix1D extends DoubleMatrix1D implements Serializable-
Serialized Fields
-
elements
double[] elements
The elements of this matrix.
-
-
-
Class cern.colt.matrix.impl.DenseDoubleMatrix2D
class DenseDoubleMatrix2D extends DoubleMatrix2D implements Serializable- serialVersionUID:
- 1020177651L
-
Serialized Fields
-
elements
double[] elements
The elements of this matrix. elements are stored in row major, i.e. index==row*columns + column columnOf(index)==index%columns rowOf(index)==index/columns i.e. {row0 column0..m}, {row1 column0..m}, ..., {rown column0..m}
-
-
Class cern.colt.matrix.impl.DenseDoubleMatrix3D
class DenseDoubleMatrix3D extends DoubleMatrix3D implements Serializable-
Serialized Fields
-
elements
double[] elements
The elements of this matrix. elements are stored in slice major, then row major, then column major, in order of significance, i.e. index==slice*sliceStride+ row*rowStride + column*columnStride i.e. {slice0 row0..m}, {slice1 row0..m}, ..., {sliceN row0..m} with each row storead as {row0 column0..m}, {row1 column0..m}, ..., {rown column0..m}
-
-
-
Class cern.colt.matrix.impl.DenseObjectMatrix1D
class DenseObjectMatrix1D extends ObjectMatrix1D implements Serializable-
Serialized Fields
-
elements
Object[] elements
The elements of this matrix.
-
-
-
Class cern.colt.matrix.impl.DenseObjectMatrix2D
class DenseObjectMatrix2D extends ObjectMatrix2D implements Serializable-
Serialized Fields
-
elements
Object[] elements
The elements of this matrix. elements are stored in row major, i.e. index==row*columns + column columnOf(index)==index%columns rowOf(index)==index/columns i.e. {row0 column0..m}, {row1 column0..m}, ..., {rown column0..m}
-
-
-
Class cern.colt.matrix.impl.DenseObjectMatrix3D
class DenseObjectMatrix3D extends ObjectMatrix3D implements Serializable-
Serialized Fields
-
elements
Object[] elements
The elements of this matrix. elements are stored in slice major, then row major, then column major, in order of significance, i.e. index==slice*sliceStride+ row*rowStride + column*columnStride i.e. {slice0 row0..m}, {slice1 row0..m}, ..., {sliceN row0..m} with each row storead as {row0 column0..m}, {row1 column0..m}, ..., {rown column0..m}
-
-
-
Class cern.colt.matrix.impl.RCDoubleMatrix2D
class RCDoubleMatrix2D extends WrapperDoubleMatrix2D implements Serializable-
Serialized Fields
-
indexes
IntArrayList indexes
-
starts
int[] starts
-
values
DoubleArrayList values
-
-
-
Class cern.colt.matrix.impl.SparseDoubleMatrix1D
class SparseDoubleMatrix1D extends DoubleMatrix1D implements Serializable-
Serialized Fields
-
elements
AbstractIntDoubleMap elements
-
-
-
Class cern.colt.matrix.impl.SparseDoubleMatrix2D
class SparseDoubleMatrix2D extends DoubleMatrix2D implements Serializable-
Serialized Fields
-
dummy
int dummy
-
elements
AbstractIntDoubleMap elements
-
-
-
Class cern.colt.matrix.impl.SparseDoubleMatrix3D
class SparseDoubleMatrix3D extends DoubleMatrix3D implements Serializable-
Serialized Fields
-
elements
AbstractIntDoubleMap elements
-
-
-
Class cern.colt.matrix.impl.SparseObjectMatrix1D
class SparseObjectMatrix1D extends ObjectMatrix1D implements Serializable-
Serialized Fields
-
elements
AbstractIntObjectMap elements
-
-
-
Class cern.colt.matrix.impl.SparseObjectMatrix2D
class SparseObjectMatrix2D extends ObjectMatrix2D implements Serializable-
Serialized Fields
-
elements
AbstractIntObjectMap elements
-
-
-
Class cern.colt.matrix.impl.SparseObjectMatrix3D
class SparseObjectMatrix3D extends ObjectMatrix3D implements Serializable-
Serialized Fields
-
elements
AbstractIntObjectMap elements
-
-
-
-
Package cern.colt.matrix.linalg
-
Class cern.colt.matrix.linalg.Algebra
class Algebra extends PersistentObject implements Serializable-
Serialized Fields
-
property
Property property
The property object attached to this instance.
-
-
-
Class cern.colt.matrix.linalg.CholeskyDecomposition
class CholeskyDecomposition extends Object implements Serializable- serialVersionUID:
- 1020L
-
Serialized Fields
-
isSymmetricPositiveDefinite
boolean isSymmetricPositiveDefinite
Symmetric and positive definite flag.is symmetric and positive definite flag. -
L
DoubleMatrix2D L
Array for internal storage of decomposition.internal array storage. -
n
int n
Row and column dimension (square matrix).matrix dimension.
-
-
Class cern.colt.matrix.linalg.EigenvalueDecomposition
class EigenvalueDecomposition extends Object implements Serializable- serialVersionUID:
- 1020L
-
Serialized Fields
-
d
double[] d
Arrays for internal storage of eigenvalues.internal storage of eigenvalues. -
e
double[] e
Arrays for internal storage of eigenvalues.internal storage of eigenvalues. -
H
double[][] H
Array for internal storage of nonsymmetric Hessenberg form.internal storage of nonsymmetric Hessenberg form. -
issymmetric
boolean issymmetric
Symmetry flag.internal symmetry flag. -
n
int n
Row and column dimension (square matrix).matrix dimension. -
ort
double[] ort
Working storage for nonsymmetric algorithm.working storage for nonsymmetric algorithm. -
V
double[][] V
Array for internal storage of eigenvectors.internal storage of eigenvectors.
-
-
Class cern.colt.matrix.linalg.LUDecomposition
class LUDecomposition extends Object implements Serializable- serialVersionUID:
- 1020L
-
Serialized Fields
-
quick
LUDecompositionQuick quick
-
-
Class cern.colt.matrix.linalg.LUDecompositionQuick
class LUDecompositionQuick extends Object implements Serializable- serialVersionUID:
- 1020L
-
Serialized Fields
-
algebra
Algebra algebra
-
isNonSingular
boolean isNonSingular
-
LU
DoubleMatrix2D LU
Array for internal storage of decomposition.internal array storage. -
piv
int[] piv
Internal storage of pivot vector.pivot vector. -
pivsign
int pivsign
pivot sign.pivot sign.
-
-
Class cern.colt.matrix.linalg.Property
class Property extends PersistentObject implements Serializable-
Serialized Fields
-
tolerance
double tolerance
-
-
-
Class cern.colt.matrix.linalg.QRDecomposition
class QRDecomposition extends Object implements Serializable- serialVersionUID:
- 1020L
-
Serialized Fields
-
m
int m
Row and column dimensions.column dimension. -
n
int n
Row and column dimensions.column dimension. -
QR
DoubleMatrix2D QR
Array for internal storage of decomposition.internal array storage. -
Rdiag
DoubleMatrix1D Rdiag
Array for internal storage of diagonal of R.diagonal of R.
-
-
Class cern.colt.matrix.linalg.SingularValueDecomposition
class SingularValueDecomposition extends Object implements Serializable- serialVersionUID:
- 1020L
-
Serialized Fields
-
m
int m
Row and column dimensions.row dimension. -
n
int n
Row and column dimensions.row dimension. -
s
double[] s
Array for internal storage of singular values.internal storage of singular values. -
U
double[][] U
Arrays for internal storage of U and V.internal storage of U. -
V
double[][] V
Arrays for internal storage of U and V.internal storage of U.
-
-
-
Package cern.colt.matrix.objectalgo
-
Class cern.colt.matrix.objectalgo.Formatter
class Formatter extends AbstractFormatter implements Serializable -
Class cern.colt.matrix.objectalgo.Sorting
class Sorting extends PersistentObject implements Serializable
-
-
Package cern.jet.random
-
Class cern.jet.random.AbstractContinousDistribution
class AbstractContinousDistribution extends AbstractDistribution implements Serializable -
Class cern.jet.random.AbstractDiscreteDistribution
class AbstractDiscreteDistribution extends AbstractDistribution implements Serializable -
Class cern.jet.random.AbstractDistribution
class AbstractDistribution extends PersistentObject implements Serializable-
Serialized Fields
-
randomGenerator
RandomEngine randomGenerator
-
-
-
Class cern.jet.random.Benchmark
class Benchmark extends PersistentObject implements Serializable-
Serialized Fields
-
randomGenerator
RandomEngine randomGenerator
-
-
-
Class cern.jet.random.Beta
class Beta extends AbstractContinousDistribution implements Serializable-
Serialized Fields
-
a
double a
-
a_
double a_
-
a_last
double a_last
-
alpha
double alpha
-
b
double b
-
b_
double b_
-
b_last
double b_last
-
beta
double beta
-
c
double c
-
D
double D
-
Dl
double Dl
-
f1
double f1
-
f2
double f2
-
f4
double f4
-
f5
double f5
-
fa
double fa
-
fb
double fb
-
ll
double ll
-
lr
double lr
-
m
double m
-
ml
double ml
-
mu
double mu
-
p_last
double p_last
-
p1
double p1
-
p2
double p2
-
p3
double p3
-
p4
double p4
-
PDF_CONST
double PDF_CONST
-
q_last
double q_last
-
s
double s
-
t
double t
-
x1
double x1
-
x2
double x2
-
x4
double x4
-
x5
double x5
-
z2
double z2
-
z4
double z4
-
-
-
Class cern.jet.random.Binomial
class Binomial extends AbstractDiscreteDistribution implements Serializable-
Serialized Fields
-
b
int b
-
c
double c
-
ch
double ch
-
ll
double ll
-
log_n
double log_n
-
log_p
double log_p
-
log_q
double log_q
-
lr
double lr
-
m
int m
-
n
int n
-
n_last
int n_last
-
n_prev
int n_prev
-
nm
int nm
-
np
double np
-
p
double p
-
p_last
double p_last
-
p_prev
double p_prev
-
p0
double p0
-
p1
double p1
-
p2
double p2
-
p3
double p3
-
p4
double p4
-
par
double par
-
pq
double pq
-
q
double q
-
rc
double rc
-
ss
double ss
-
xl
double xl
-
xm
double xm
-
xr
double xr
-
-
-
Class cern.jet.random.BreitWigner
class BreitWigner extends AbstractContinousDistribution implements Serializable-
Serialized Fields
-
cut
double cut
-
gamma
double gamma
-
mean
double mean
-
-
-
Class cern.jet.random.BreitWignerMeanSquare
class BreitWignerMeanSquare extends BreitWigner implements Serializable-
Serialized Fields
-
uniform
Uniform uniform
-
-
-
Class cern.jet.random.ChiSquare
class ChiSquare extends AbstractContinousDistribution implements Serializable-
Serialized Fields
-
b
double b
-
freedom
double freedom
-
freedom_in
double freedom_in
-
vd
double vd
-
vm
double vm
-
vp
double vp
-
-
-
Class cern.jet.random.Empirical
class Empirical extends AbstractContinousDistribution implements Serializable-
Serialized Fields
-
cdf
double[] cdf
-
interpolationType
int interpolationType
-
-
-
Class cern.jet.random.EmpiricalWalker
class EmpiricalWalker extends AbstractDiscreteDistribution implements Serializable-
Serialized Fields
-
A
int[] A
-
cdf
double[] cdf
-
F
double[] F
-
K
int K
-
-
-
Class cern.jet.random.Exponential
class Exponential extends AbstractContinousDistribution implements Serializable-
Serialized Fields
-
lambda
double lambda
-
-
-
Class cern.jet.random.ExponentialPower
class ExponentialPower extends AbstractContinousDistribution implements Serializable-
Serialized Fields
-
s
double s
-
sm1
double sm1
-
tau
double tau
-
tau_set
double tau_set
-
-
-
Class cern.jet.random.Gamma
class Gamma extends AbstractContinousDistribution implements Serializable-
Serialized Fields
-
alpha
double alpha
-
lambda
double lambda
-
-
-
Class cern.jet.random.Hyperbolic
class Hyperbolic extends AbstractContinousDistribution implements Serializable-
Serialized Fields
-
a_setup
double a_setup
-
alpha
double alpha
-
b_setup
double b_setup
-
beta
double beta
-
e
double e
-
hl
double hl
-
hr
double hr
-
mmb_1
double mmb_1
-
mpa_1
double mpa_1
-
pm
double pm
-
pmr
double pmr
-
pr
double pr
-
s
double s
-
samb
double samb
-
u
double u
-
v
double v
-
x
double x
-
-
-
Class cern.jet.random.HyperGeometric
class HyperGeometric extends AbstractDiscreteDistribution implements Serializable-
Serialized Fields
-
b
int b
-
c_pm
double c_pm
-
dl
double dl
-
dr
double dr
-
f1
double f1
-
f2
double f2
-
f4
double f4
-
f5
double f5
-
fm
double fm
-
k1
int k1
-
k2
int k2
-
k4
int k4
-
k5
int k5
-
ll
double ll
-
lr
double lr
-
m
int m
-
M_last
int M_last
-
mp
int mp
-
Mp
double Mp
-
my_n
int my_n
-
my_N
int my_N
-
my_s
int my_s
-
n_last
int n_last
-
N_last
int N_last
-
N_Mn
int N_Mn
-
np
double np
-
p1
double p1
-
p2
double p2
-
p3
double p3
-
p4
double p4
-
p5
double p5
-
p6
double p6
-
r1
double r1
-
r2
double r2
-
r4
double r4
-
r5
double r5
-
-
-
Class cern.jet.random.Logarithmic
class Logarithmic extends AbstractContinousDistribution implements Serializable-
Serialized Fields
-
a_prev
double a_prev
-
h
double h
-
my_p
double my_p
-
t
double t
-
-
-
Class cern.jet.random.NegativeBinomial
class NegativeBinomial extends AbstractDiscreteDistribution implements Serializable -
Class cern.jet.random.Normal
class Normal extends AbstractContinousDistribution implements Serializable-
Serialized Fields
-
cache
double cache
-
cacheFilled
boolean cacheFilled
-
mean
double mean
-
SQRT_INV
double SQRT_INV
-
standardDeviation
double standardDeviation
-
variance
double variance
-
-
-
Class cern.jet.random.Poisson
class Poisson extends AbstractDiscreteDistribution implements Serializable-
Serialized Fields
-
c_pm
double c_pm
-
dl
double dl
-
dr
double dr
-
f1
double f1
-
f2
double f2
-
f4
double f4
-
f5
double f5
-
k1
int k1
-
k2
int k2
-
k4
int k4
-
k5
int k5
-
l_my
double l_my
-
ll
double ll
-
llll
int llll
-
lr
double lr
-
m
int m
-
mean
double mean
-
my_last
double my_last
-
my_old
double my_old
-
p
double p
-
p0
double p0
-
p1
double p1
-
p2
double p2
-
p3
double p3
-
p4
double p4
-
p5
double p5
-
p6
double p6
-
pp
double[] pp
-
q
double q
-
r1
double r1
-
r2
double r2
-
r4
double r4
-
r5
double r5
-
-
-
Class cern.jet.random.PoissonSlow
class PoissonSlow extends AbstractDiscreteDistribution implements Serializable-
Serialized Fields
-
cached_alxm
double cached_alxm
-
cached_g
double cached_g
-
cached_sq
double cached_sq
-
mean
double mean
-
-
-
Class cern.jet.random.StudentT
class StudentT extends AbstractContinousDistribution implements Serializable-
Serialized Fields
-
freedom
double freedom
-
TERM
double TERM
-
-
-
Class cern.jet.random.Uniform
class Uniform extends AbstractContinousDistribution implements Serializable-
Serialized Fields
-
max
double max
-
min
double min
-
-
-
Class cern.jet.random.VonMises
class VonMises extends AbstractContinousDistribution implements Serializable-
Serialized Fields
-
k_set
double k_set
-
my_k
double my_k
-
r
double r
-
rho
double rho
-
tau
double tau
-
-
-
Class cern.jet.random.Zeta
class Zeta extends AbstractDiscreteDistribution implements Serializable-
Serialized Fields
-
c
double c
-
d
double d
-
maxlongint
double maxlongint
-
pk
double pk
-
pk_prev
double pk_prev
-
ro
double ro
-
ro_prev
double ro_prev
-
-
-
-
Package cern.jet.random.engine
-
Class cern.jet.random.engine.DRand
class DRand extends RandomEngine implements Serializable-
Serialized Fields
-
current
int current
-
-
-
Class cern.jet.random.engine.MersenneTwister
class MersenneTwister extends RandomEngine implements Serializable-
Serialized Fields
-
mt
int[] mt
-
mti
int mti
-
-
-
Class cern.jet.random.engine.MersenneTwister64
class MersenneTwister64 extends MersenneTwister implements Serializable -
Class cern.jet.random.engine.RandomEngine
class RandomEngine extends PersistentObject implements Serializable -
Class cern.jet.random.engine.RandomSeedGenerator
class RandomSeedGenerator extends PersistentObject implements Serializable-
Serialized Fields
-
column
int column
-
row
int row
-
-
-
-
Package cern.jet.random.sampling
-
Class cern.jet.random.sampling.RandomSampler
class RandomSampler extends PersistentObject implements Serializable-
Serialized Fields
-
my_low
long my_low
-
my_n
long my_n
-
my_N
long my_N
-
my_RandomGenerator
RandomEngine my_RandomGenerator
-
-
-
Class cern.jet.random.sampling.RandomSamplingAssistant
class RandomSamplingAssistant extends PersistentObject implements Serializable-
Serialized Fields
-
buffer
long[] buffer
-
bufferPosition
int bufferPosition
-
n
long n
-
sampler
RandomSampler sampler
-
skip
long skip
-
-
-
Class cern.jet.random.sampling.WeightedRandomSampler
class WeightedRandomSampler extends PersistentObject implements Serializable-
Serialized Fields
-
generator
Uniform generator
-
nextSkip
int nextSkip
-
nextTriggerPos
int nextTriggerPos
-
skip
int skip
-
weight
int weight
-
-
-
-
Package cern.jet.stat.quantile
-
Class cern.jet.stat.quantile.EquiDepthHistogram
class EquiDepthHistogram extends PersistentObject implements Serializable-
Serialized Fields
-
binBoundaries
float[] binBoundaries
-
-
-
-
Package hep.aida
-
Package hep.aida.bin
-
Class hep.aida.bin.AbstractBin
class AbstractBin extends PersistentObject implements Serializable -
Class hep.aida.bin.AbstractBin1D
class AbstractBin1D extends AbstractBin implements Serializable -
Class hep.aida.bin.DynamicBin1D
class DynamicBin1D extends QuantileBin1D implements Serializable-
Serialized Fields
-
elements
DoubleArrayList elements
The elements contained in this bin. -
fixedOrder
boolean fixedOrder
Preserve element order under all circumstances? -
isIncrementalStatValid
boolean isIncrementalStatValid
-
isSorted
boolean isSorted
-
isSumOfInversionsValid
boolean isSumOfInversionsValid
-
isSumOfLogarithmsValid
boolean isSumOfLogarithmsValid
-
sortedElements
DoubleArrayList sortedElements
The elements contained in this bin, sorted ascending.
-
-
-
Class hep.aida.bin.MightyStaticBin1D
class MightyStaticBin1D extends StaticBin1D implements Serializable-
Serialized Fields
-
hasSumOfInversions
boolean hasSumOfInversions
-
hasSumOfLogarithms
boolean hasSumOfLogarithms
-
sumOfInversions
double sumOfInversions
-
sumOfLogarithms
double sumOfLogarithms
-
sumOfPowers
double[] sumOfPowers
-
-
-
Class hep.aida.bin.QuantileBin1D
class QuantileBin1D extends MightyStaticBin1D implements Serializable-
Serialized Fields
-
finder
DoubleQuantileFinder finder
-
-
-
Class hep.aida.bin.StaticBin1D
class StaticBin1D extends AbstractBin1D implements Serializable-
Serialized Fields
-
max
double max
-
min
double min
-
size
int size
The number of elements consumed by incremental parameter maintainance. -
sum
double sum
-
sum_xx
double sum_xx
-
-
-
-
Package hep.aida.ref
-
Class hep.aida.ref.FixedAxis
class FixedAxis extends Object implements Serializable-
Serialized Fields
-
bins
int bins
-
binWidth
double binWidth
-
min
double min
-
xover
int xover
-
xunder
int xunder
-
-
-
Class hep.aida.ref.Histogram1D
class Histogram1D extends AbstractHistogram1D implements Serializable-
Serialized Fields
-
entries
int[] entries
-
errors
double[] errors
-
heights
double[] heights
-
mean
double mean
-
nEntry
int nEntry
-
rms
double rms
-
sumWeight
double sumWeight
-
sumWeightSquared
double sumWeightSquared
-
-
-
Class hep.aida.ref.Histogram2D
class Histogram2D extends AbstractHistogram2D implements Serializable-
Serialized Fields
-
entries
int[][] entries
-
errors
double[][] errors
-
heights
double[][] heights
-
meanX
double meanX
-
meanY
double meanY
-
nEntry
int nEntry
-
rmsX
double rmsX
-
rmsY
double rmsY
-
sumWeight
double sumWeight
-
sumWeightSquared
double sumWeightSquared
-
-
-
Class hep.aida.ref.Histogram3D
class Histogram3D extends AbstractHistogram3D implements Serializable-
Serialized Fields
-
entries
int[][][] entries
-
errors
double[][][] errors
-
heights
double[][][] heights
-
meanX
double meanX
-
meanY
double meanY
-
meanZ
double meanZ
-
nEntry
int nEntry
-
rmsX
double rmsX
-
rmsY
double rmsY
-
rmsZ
double rmsZ
-
sumWeight
double sumWeight
-
sumWeightSquared
double sumWeightSquared
-
-
-
Class hep.aida.ref.VariableAxis
class VariableAxis extends Object implements Serializable-
Serialized Fields
-
bins
int bins
-
edges
double[] edges
-
min
double min
-
-
-