Parallel Colt 0.7.2

Serialized Form


Package cern.colt

Class cern.colt.PersistentObject extends Object implements Serializable

serialVersionUID: 1020L


Package cern.colt.buffer.tdouble

Class cern.colt.buffer.tdouble.DoubleBuffer extends PersistentObject implements Serializable

Serialized Fields

target

DoubleBufferConsumer target

elements

double[] elements

list

DoubleArrayList list

capacity

int capacity

size

int size

Class cern.colt.buffer.tdouble.DoubleBuffer2D extends PersistentObject implements Serializable

Serialized Fields

target

DoubleBuffer2DConsumer target

xElements

double[] xElements

yElements

double[] yElements

xList

DoubleArrayList xList

yList

DoubleArrayList yList

capacity

int capacity

size

int size

Class cern.colt.buffer.tdouble.DoubleBuffer3D extends PersistentObject implements Serializable

Serialized Fields

target

DoubleBuffer3DConsumer target

xElements

double[] xElements

yElements

double[] yElements

zElements

double[] zElements

xList

DoubleArrayList xList

yList

DoubleArrayList yList

zList

DoubleArrayList zList

capacity

int capacity

size

int size

Package cern.colt.buffer.tfloat

Class cern.colt.buffer.tfloat.FloatBuffer extends PersistentObject implements Serializable

Serialized Fields

target

FloatBufferConsumer target

elements

float[] elements

list

FloatArrayList list

capacity

int capacity

size

int size

Class cern.colt.buffer.tfloat.FloatBuffer2D extends PersistentObject implements Serializable

Serialized Fields

target

FloatBuffer2DConsumer target

xElements

float[] xElements

yElements

float[] yElements

xList

FloatArrayList xList

yList

FloatArrayList yList

capacity

int capacity

size

int size

Class cern.colt.buffer.tfloat.FloatBuffer3D extends PersistentObject implements Serializable

Serialized Fields

target

FloatBuffer3DConsumer target

xElements

float[] xElements

yElements

float[] yElements

zElements

float[] zElements

xList

FloatArrayList xList

yList

FloatArrayList yList

zList

FloatArrayList zList

capacity

int capacity

size

int size

Package cern.colt.buffer.tint

Class cern.colt.buffer.tint.IntBuffer extends PersistentObject implements Serializable

Serialized Fields

target

IntBufferConsumer target

elements

int[] elements

list

IntArrayList list

capacity

int capacity

size

int size

Class cern.colt.buffer.tint.IntBuffer2D extends PersistentObject implements Serializable

Serialized Fields

target

IntBuffer2DConsumer target

xElements

int[] xElements

yElements

int[] yElements

xList

IntArrayList xList

yList

IntArrayList yList

capacity

int capacity

size

int size

Class cern.colt.buffer.tint.IntBuffer3D extends PersistentObject implements Serializable

Serialized Fields

target

IntBuffer3DConsumer target

xElements

int[] xElements

yElements

int[] yElements

zElements

int[] zElements

xList

IntArrayList xList

yList

IntArrayList yList

zList

IntArrayList zList

capacity

int capacity

size

int size

Package cern.colt.buffer.tobject

Class cern.colt.buffer.tobject.ObjectBuffer extends PersistentObject implements Serializable

Serialized Fields

target

ObjectBufferConsumer target

elements

Object[] elements

list

ObjectArrayList list

capacity

int capacity

size

int size

Package cern.colt.list

Class cern.colt.list.AbstractCollection extends PersistentObject implements Serializable

Class cern.colt.list.AbstractList extends AbstractCollection implements Serializable


Package cern.colt.list.tboolean

Class cern.colt.list.tboolean.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.tboolean.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.

 

Package cern.colt.list.tbyte

Class cern.colt.list.tbyte.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.tbyte.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.

 

Package cern.colt.list.tchar

Class cern.colt.list.tchar.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.tchar.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.

 

Package cern.colt.list.tdouble

Class cern.colt.list.tdouble.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.tdouble.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.

 

Package cern.colt.list.tfloat

Class cern.colt.list.tfloat.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.tfloat.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.

 

Package cern.colt.list.tint

Class cern.colt.list.tint.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.tint.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.

 

Package cern.colt.list.tlong

Class cern.colt.list.tlong.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.tlong.DistinctNumberList extends AbstractLongList implements Serializable

Serialized Fields

distinctValues

long[] distinctValues

elements

MinMaxNumberList elements

Class cern.colt.list.tlong.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.tlong.MinMaxNumberList extends AbstractLongList implements Serializable

Serialized Fields

minValue

long minValue

bitsPerElement

int bitsPerElement

bits

long[] bits

capacity

int capacity

Class cern.colt.list.tlong.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.list.tobject

Class cern.colt.list.tobject.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.

 

Package cern.colt.list.tshort

Class cern.colt.list.tshort.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.tshort.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.

 

Package cern.colt.map.tdouble

Class cern.colt.map.tdouble.AbstractDoubleIntMap extends AbstractDoubleMap implements Serializable

Class cern.colt.map.tdouble.AbstractDoubleMap extends PersistentObject implements Serializable

Serialized Fields

distinct

int distinct
The number of distinct associations in the map; its "size()".


lowWaterMark

int lowWaterMark
The table capacity c=table.length always satisfies the invariant c * minLoadFactor <= s <= 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.


highWaterMark

int highWaterMark

minLoadFactor

double minLoadFactor
The minimum load factor for the hashtable.


maxLoadFactor

double maxLoadFactor
The maximum load factor for the hashtable.

Class cern.colt.map.tdouble.AbstractIntDoubleMap extends AbstractDoubleMap implements Serializable

Class cern.colt.map.tdouble.AbstractLongDoubleMap extends AbstractDoubleMap implements Serializable

Class cern.colt.map.tdouble.OpenDoubleIntHashMap extends AbstractDoubleIntMap implements Serializable

Serialized Fields

table

double[] table
The hash table keys.

 

values

int[] values
The hash table values.

 

state

byte[] state
The state of each hash table entry (FREE, FULL, REMOVED).

 

freeEntries

int freeEntries
The number of table entries in state==FREE.

 

Class cern.colt.map.tdouble.OpenIntDoubleHashMap extends AbstractIntDoubleMap implements Serializable

Serialized Fields

table

int[] table
The hash table keys.

 

values

double[] values
The hash table values.

 

state

byte[] state
The state of each hash table entry (FREE, FULL, REMOVED).

 

freeEntries

int freeEntries
The number of table entries in state==FREE.

 

Class cern.colt.map.tdouble.OpenLongDoubleHashMap extends AbstractLongDoubleMap implements Serializable

Serialized Fields

table

long[] table
The hash table keys.

 

values

double[] values
The hash table values.

 

state

byte[] state
The state of each hash table entry (FREE, FULL, REMOVED).

 

freeEntries

int freeEntries
The number of table entries in state==FREE.

 

Package cern.colt.map.tfloat

Class cern.colt.map.tfloat.AbstractFloatIntMap extends AbstractFloatMap implements Serializable

Class cern.colt.map.tfloat.AbstractFloatMap extends PersistentObject implements Serializable

Serialized Fields

distinct

int distinct
The number of distinct associations in the map; its "size()".


lowWaterMark

int lowWaterMark
The table capacity c=table.length always satisfies the invariant c * minLoadFactor <= s <= 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.


highWaterMark

int highWaterMark

minLoadFactor

float minLoadFactor
The minimum load factor for the hashtable.


maxLoadFactor

float maxLoadFactor
The maximum load factor for the hashtable.

Class cern.colt.map.tfloat.AbstractIntFloatMap extends AbstractFloatMap implements Serializable

Class cern.colt.map.tfloat.AbstractLongFloatMap extends AbstractFloatMap implements Serializable

Class cern.colt.map.tfloat.OpenFloatIntHashMap extends AbstractFloatIntMap implements Serializable

Serialized Fields

table

float[] table
The hash table keys.

 

values

int[] values
The hash table values.

 

state

byte[] state
The state of each hash table entry (FREE, FULL, REMOVED).

 

freeEntries

int freeEntries
The number of table entries in state==FREE.

 

Class cern.colt.map.tfloat.OpenIntFloatHashMap extends AbstractIntFloatMap implements Serializable

Serialized Fields

table

int[] table
The hash table keys.

 

values

float[] values
The hash table values.

 

state

byte[] state
The state of each hash table entry (FREE, FULL, REMOVED).

 

freeEntries

int freeEntries
The number of table entries in state==FREE.

 

Class cern.colt.map.tfloat.OpenLongFloatHashMap extends AbstractLongFloatMap implements Serializable

Serialized Fields

table

long[] table
The hash table keys.

 

values

float[] values
The hash table values.

 

state

byte[] state
The state of each hash table entry (FREE, FULL, REMOVED).

 

freeEntries

int freeEntries
The number of table entries in state==FREE.

 

Package cern.colt.map.tint

Class cern.colt.map.tint.AbstractIntIntMap extends AbstractDoubleMap implements Serializable

Class cern.colt.map.tint.OpenIntIntHashMap extends AbstractIntIntMap implements Serializable

Serialized Fields

table

int[] table
The hash table keys.

 

values

int[] values
The hash table values.

 

state

byte[] state
The state of each hash table entry (FREE, FULL, REMOVED).

 

freeEntries

int freeEntries
The number of table entries in state==FREE.

 

Class cern.colt.map.tint.QuickOpenIntIntHashMap extends OpenIntIntHashMap implements Serializable

Serialized Fields

totalProbesSaved

int totalProbesSaved

Package cern.colt.map.tobject

Class cern.colt.map.tobject.AbstractIntObjectMap extends AbstractDoubleMap implements Serializable

Class cern.colt.map.tobject.AbstractLongObjectMap extends AbstractDoubleMap implements Serializable

Class cern.colt.map.tobject.OpenIntObjectHashMap extends AbstractIntObjectMap implements Serializable

Serialized Fields

table

int[] table
The hash table keys.

 

values

Object[] values
The hash table values.

 

state

byte[] state
The state of each hash table entry (FREE, FULL, REMOVED).

 

freeEntries

int freeEntries
The number of table entries in state==FREE.

 

Class cern.colt.map.tobject.OpenLongObjectHashMap extends AbstractLongObjectMap implements Serializable

Serialized Fields

table

long[] table
The hash table keys.

 

values

Object[] values
The hash table values.

 

state

byte[] state
The state of each hash table entry (FREE, FULL, REMOVED).

 

freeEntries

int freeEntries
The number of table entries in state==FREE.

 

Package cern.colt.matrix

Class cern.colt.matrix.AbstractFormatter extends PersistentObject implements Serializable

Serialized Fields

alignment

String alignment
The default format string for formatting a single cell value; currently "%G".


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.


columnSeparator

String columnSeparator
The default string separating any two columns from another; currently " ".


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".


printShape

boolean printShape
Tells whether String representations are to be preceded with summary of the shape; currently true.

Class cern.colt.matrix.AbstractMatrix extends PersistentObject implements Serializable

Serialized Fields

isNoView

boolean isNoView

Class cern.colt.matrix.AbstractMatrix1D extends AbstractMatrix implements Serializable

Serialized Fields

size

int size
the number of cells this matrix (view) has


zero

int zero
the index of the first element


stride

int stride
the number of indexes between any two elements, i.e. index(i+1) - index(i).

Class cern.colt.matrix.AbstractMatrix2D extends AbstractMatrix implements Serializable

Serialized Fields

columns

int columns
the number of colums and rows this matrix (view) has


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).


columnStride

int columnStride
the number of elements between two columns, i.e. index(i,j+1,k) - index(i,j,k).


rowZero

int rowZero
the index of the first element


columnZero

int columnZero
the index of the first element

Class cern.colt.matrix.AbstractMatrix3D extends AbstractMatrix implements Serializable

Serialized Fields

slices

int slices
the number of slices this matrix (view) has


rows

int rows
the number of rows this matrix (view) has


columns

int columns
the number of columns 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).


rowStride

int rowStride
the number of elements between two rows, i.e. index(k,i+1,j) - index(k,i,j).


columnStride

int columnStride
the number of elements between two columns, i.e. index(k,i,j+1) - index(k,i,j).


sliceZero

int sliceZero
the index of the first element


rowZero

int rowZero
the index of the first element


columnZero

int columnZero
the index of the first element


Package cern.colt.matrix.tbit

Class cern.colt.matrix.tbit.BitMatrix extends PersistentObject implements Serializable

Serialized Fields

columns

int columns

rows

int rows

bits

long[] bits

Class cern.colt.matrix.tbit.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.matrix.tdcomplex

Class cern.colt.matrix.tdcomplex.DComplexFactory1D extends PersistentObject implements Serializable

serialVersionUID: 438423343000681857L

Class cern.colt.matrix.tdcomplex.DComplexFactory2D extends PersistentObject implements Serializable

serialVersionUID: 5196236412176785039L

Class cern.colt.matrix.tdcomplex.DComplexFactory3D extends PersistentObject implements Serializable

serialVersionUID: 1879870163732933608L

Class cern.colt.matrix.tdcomplex.DComplexMatrix1D extends AbstractMatrix1D implements Serializable

Class cern.colt.matrix.tdcomplex.DComplexMatrix2D extends AbstractMatrix2D implements Serializable

Class cern.colt.matrix.tdcomplex.DComplexMatrix3D extends AbstractMatrix3D implements Serializable


Package cern.colt.matrix.tdcomplex.impl

Class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D extends DComplexMatrix1D implements Serializable

serialVersionUID: 7295427570770814934L

Serialized Fields

fft

DoubleFFT_1D fft

elements

double[] elements
The elements of this matrix. Complex data is represented by 2 double values in sequence, i.e. elements[zero + 2 * k * stride] constitute real part and elements[zero + 2 * k * stride] constitute imaginary part (k=0,...,size()-1).

Class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D extends DComplexMatrix2D implements Serializable

serialVersionUID: 1020177651L

Serialized Fields

fft2

DoubleFFT_2D fft2

elements

double[] elements
The elements of this matrix. elements are stored in row major. Complex data is represented by 2 double values in sequence, i.e. elements[idx] constitute the real part and elements[idx+1] constitute the imaginary part, where idx = index(0,0) + row * rowStride + column * columnStride.

Class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D extends DComplexMatrix3D implements Serializable

serialVersionUID: 3008992680697668332L

Serialized Fields

fft3

DoubleFFT_3D fft3

elements

double[] elements
The elements of this matrix. elements are stored in slice major, then row major, then column major, in order of significance. Complex data is represented by 2 double values in sequence, i.e. elements[idx] constitute the real part and elements[idx+1] constitute the imaginary part, where idx = index(0,0,0) + slice * sliceStride + row * rowStride + column * columnStride.

Class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D extends DComplexMatrix1D implements Serializable

serialVersionUID: -7792866167410993582L

Serialized Fields

elements

ConcurrentHashMap<K,V> elements

Class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D extends DComplexMatrix2D implements Serializable

serialVersionUID: 4055279694434233679L

Serialized Fields

elements

ConcurrentHashMap<K,V> elements

dummy

int dummy

Class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix3D extends DComplexMatrix3D implements Serializable

serialVersionUID: -3505231436029104977L

Serialized Fields

elements

ConcurrentHashMap<K,V> elements

Package cern.colt.matrix.tdouble

Class cern.colt.matrix.tdouble.DoubleFactory1D extends PersistentObject implements Serializable

Class cern.colt.matrix.tdouble.DoubleFactory2D extends PersistentObject implements Serializable

Class cern.colt.matrix.tdouble.DoubleFactory3D extends PersistentObject implements Serializable

Class cern.colt.matrix.tdouble.DoubleMatrix1D extends AbstractMatrix1D implements Serializable

Class cern.colt.matrix.tdouble.DoubleMatrix2D extends AbstractMatrix2D implements Serializable

Class cern.colt.matrix.tdouble.DoubleMatrix3D extends AbstractMatrix3D implements Serializable


Package cern.colt.matrix.tdouble.algo

Class cern.colt.matrix.tdouble.algo.DoubleAlgebra extends PersistentObject implements Serializable

serialVersionUID: 7387616224214397704L

Serialized Fields

property

DoubleProperty property
The property object attached to this instance.

Class cern.colt.matrix.tdouble.algo.DoubleFormatter extends AbstractFormatter implements Serializable

Class cern.colt.matrix.tdouble.algo.DoubleProperty extends PersistentObject implements Serializable

Serialized Fields

tolerance

double tolerance

Class cern.colt.matrix.tdouble.algo.DoubleSorting extends PersistentObject implements Serializable


Package cern.colt.matrix.tdouble.algo.decomposition

Class cern.colt.matrix.tdouble.algo.decomposition.DoubleCholeskyDecomposition extends Object implements Serializable

serialVersionUID: 1020L

Serialized Fields

L

DoubleMatrix2D L
Array for internal storage of decomposition.

internal array storage.

Lt

DoubleMatrix2D Lt

n

int n
Row and column dimension (square matrix).

matrix dimension.

isSymmetricPositiveDefinite

boolean isSymmetricPositiveDefinite
Symmetric and positive definite flag.

is symmetric and positive definite flag.

Class cern.colt.matrix.tdouble.algo.decomposition.DoubleEigenvalueDecomposition extends Object implements Serializable

serialVersionUID: 1020L

Serialized Fields

n

int n
Row and column dimension (square matrix).

matrix dimension.

issymmetric

boolean issymmetric
Symmetry flag.

internal symmetry flag.

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.

V

double[][] V
Array for internal storage of eigenvectors.

internal storage of eigenvectors.

H

double[][] H
Array for internal storage of nonsymmetric Hessenberg form.

internal storage of nonsymmetric Hessenberg form.

ort

double[] ort
Working storage for nonsymmetric algorithm.

working storage for nonsymmetric algorithm.

Class cern.colt.matrix.tdouble.algo.decomposition.DoubleLUDecomposition extends Object implements Serializable

serialVersionUID: 1020L

Serialized Fields

quick

DoubleLUDecompositionQuick quick

Class cern.colt.matrix.tdouble.algo.decomposition.DoubleLUDecompositionQuick extends Object implements Serializable

serialVersionUID: 1020L

Serialized Fields

LU

DoubleMatrix2D LU
Array for internal storage of decomposition.

internal array storage.

pivsign

int pivsign
pivot sign.

pivot sign.

piv

int[] piv
Internal storage of pivot vector.

pivot vector.

isNonSingular

boolean isNonSingular

algebra

DoubleAlgebra algebra

Class cern.colt.matrix.tdouble.algo.decomposition.DoubleQRDecomposition extends Object implements Serializable

serialVersionUID: 1020L

Serialized Fields

QR

DoubleMatrix2D QR
Array for internal storage of decomposition.

internal array storage.

m

int m
Row and column dimensions.

column dimension.

n

int n
Row and column dimensions.

column dimension.

Rdiag

DoubleMatrix1D Rdiag
Array for internal storage of diagonal of R.

diagonal of R.

Class cern.colt.matrix.tdouble.algo.decomposition.DoubleSingularValueDecomposition extends Object implements Serializable

serialVersionUID: 1020L

Serialized Fields

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.

s

double[] s
Array for internal storage of singular values.

internal storage of singular values.

m

int m
Row and column dimensions.

row dimension.

n

int n
Row and column dimensions.

row dimension.

Package cern.colt.matrix.tdouble.algo.solver

Class cern.colt.matrix.tdouble.algo.solver.DoubleNotConvergedException extends Exception implements Serializable

serialVersionUID: -2305369220010776320L

Serialized Fields

reason

DoubleNotConvergedException.Reason reason
The reason for this exception

Class cern.colt.matrix.tdouble.algo.solver.IterativeSolverDoubleNotConvergedException extends DoubleNotConvergedException implements Serializable

serialVersionUID: 5354102050137093202L

Serialized Fields

iterations

int iterations
Iteration count when this exception was thrown


r

double r
Final residual


Package cern.colt.matrix.tdouble.impl

Class cern.colt.matrix.tdouble.impl.CCDoubleMatrix2D extends WrapperDoubleMatrix2D implements Serializable

Serialized Fields

rowIndexes

IntArrayList rowIndexes

values

DoubleArrayList values

columnPointers

int[] columnPointers

Class cern.colt.matrix.tdouble.impl.CCMDoubleMatrix2D extends WrapperDoubleMatrix2D implements Serializable

Serialized Fields

elements

SparseDoubleMatrix1D[] elements

Class cern.colt.matrix.tdouble.impl.DenseColDoubleMatrix2D extends DoubleMatrix2D implements Serializable

serialVersionUID: 1020177651L

Serialized Fields

fft2

DoubleFFT_2D fft2

dct2

DoubleDCT_2D dct2

dst2

DoubleDST_2D dst2

dht2

DoubleDHT_2D dht2

elements

double[] elements
The elements of this matrix. elements are stored in column 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.tdouble.impl.DenseDoubleMatrix1D extends DoubleMatrix1D implements Serializable

serialVersionUID: -706456704651139684L

Serialized Fields

fft

DoubleFFT_1D fft

dct

DoubleDCT_1D dct

dst

DoubleDST_1D dst

dht

DoubleDHT_1D dht

elements

double[] elements
The elements of this matrix.

Class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D extends DoubleMatrix2D implements Serializable

serialVersionUID: 1020177651L

Serialized Fields

fft2

DoubleFFT_2D fft2

dct2

DoubleDCT_2D dct2

dst2

DoubleDST_2D dst2

dht2

DoubleDHT_2D dht2

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.tdouble.impl.DenseDoubleMatrix3D extends DoubleMatrix3D implements Serializable

serialVersionUID: 5711401505315728697L

Serialized Fields

fft3

DoubleFFT_3D fft3

dct3

DoubleDCT_3D dct3

dst3

DoubleDST_3D dst3

dht3

DoubleDHT_3D dht3

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.tdouble.impl.DiagonalDoubleMatrix2D extends WrapperDoubleMatrix2D implements Serializable

Serialized Fields

elements

double[] elements

dlength

int dlength

dindex

int dindex

Class cern.colt.matrix.tdouble.impl.RCDoubleMatrix2D extends WrapperDoubleMatrix2D implements Serializable

Serialized Fields

columnIndexes

IntArrayList columnIndexes

values

DoubleArrayList values

rowPointers

int[] rowPointers

Class cern.colt.matrix.tdouble.impl.RCMDoubleMatrix2D extends WrapperDoubleMatrix2D implements Serializable

Serialized Fields

elements

SparseDoubleMatrix1D[] elements

Class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D extends DoubleMatrix1D implements Serializable

Serialized Fields

elements

AbstractLongDoubleMap elements

Class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D extends DoubleMatrix2D implements Serializable

Serialized Fields

elements

AbstractLongDoubleMap elements

dummy

int dummy

Class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D extends DoubleMatrix3D implements Serializable

Serialized Fields

elements

AbstractLongDoubleMap elements

Class cern.colt.matrix.tdouble.impl.TridiagonalDoubleMatrix2D extends WrapperDoubleMatrix2D implements Serializable

Serialized Fields

values

double[] values

dims

int[] dims

Class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D extends DoubleMatrix1D implements Serializable

Serialized Fields

content

DoubleMatrix1D content

Class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D extends DoubleMatrix2D implements Serializable

Serialized Fields

content

DoubleMatrix2D content

Package cern.colt.matrix.tfcomplex

Class cern.colt.matrix.tfcomplex.FComplexFactory1D extends PersistentObject implements Serializable

serialVersionUID: 438423343000681857L

Class cern.colt.matrix.tfcomplex.FComplexFactory2D extends PersistentObject implements Serializable

serialVersionUID: 5196236412176785039L

Class cern.colt.matrix.tfcomplex.FComplexFactory3D extends PersistentObject implements Serializable

serialVersionUID: 1879870163732933608L

Class cern.colt.matrix.tfcomplex.FComplexMatrix1D extends AbstractMatrix1D implements Serializable

Class cern.colt.matrix.tfcomplex.FComplexMatrix2D extends AbstractMatrix2D implements Serializable

Class cern.colt.matrix.tfcomplex.FComplexMatrix3D extends AbstractMatrix3D implements Serializable


Package cern.colt.matrix.tfcomplex.impl

Class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D extends FComplexMatrix1D implements Serializable

serialVersionUID: 7295427570770814934L

Serialized Fields

fft

FloatFFT_1D fft

elements

float[] elements
The elements of this matrix. Complex data is represented by 2 float values in sequence, i.e. elements[zero + 2 * k * stride] constitute real part and elements[zero + 2 * k * stride] constitute imaginary part (k=0,...,size()-1).

Class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D extends FComplexMatrix2D implements Serializable

serialVersionUID: 1020177651L

Serialized Fields

fft2

FloatFFT_2D fft2

elements

float[] elements
The elements of this matrix. elements are stored in row major. Complex data is represented by 2 float values in sequence, i.e. elements[idx] constitute the real part and elements[idx+1] constitute the imaginary part, where idx = index(0,0) + row * rowStride + column * columnStride.

Class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D extends FComplexMatrix3D implements Serializable

serialVersionUID: 3008992680697668332L

Serialized Fields

fft3

FloatFFT_3D fft3

elements

float[] elements
The elements of this matrix. elements are stored in slice major, then row major, then column major, in order of significance. Complex data is represented by 2 float values in sequence, i.e. elements[idx] constitute the real part and elements[idx+1] constitute the imaginary part, where idx = index(0,0,0) + slice * sliceStride + row * rowStride + column * columnStride.

Class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D extends FComplexMatrix1D implements Serializable

serialVersionUID: -7792866167410993582L

Serialized Fields

elements

ConcurrentHashMap<K,V> elements

Class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D extends FComplexMatrix2D implements Serializable

serialVersionUID: 4055279694434233679L

Serialized Fields

elements

ConcurrentHashMap<K,V> elements

dummy

int dummy

Class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix3D extends FComplexMatrix3D implements Serializable

serialVersionUID: -3505231436029104977L

Serialized Fields

elements

ConcurrentHashMap<K,V> elements

Package cern.colt.matrix.tfloat

Class cern.colt.matrix.tfloat.FloatFactory1D extends PersistentObject implements Serializable

Class cern.colt.matrix.tfloat.FloatFactory2D extends PersistentObject implements Serializable

Class cern.colt.matrix.tfloat.FloatFactory3D extends PersistentObject implements Serializable

Class cern.colt.matrix.tfloat.FloatMatrix1D extends AbstractMatrix1D implements Serializable

Class cern.colt.matrix.tfloat.FloatMatrix2D extends AbstractMatrix2D implements Serializable

Class cern.colt.matrix.tfloat.FloatMatrix3D extends AbstractMatrix3D implements Serializable


Package cern.colt.matrix.tfloat.algo

Class cern.colt.matrix.tfloat.algo.FloatAlgebra extends PersistentObject implements Serializable

serialVersionUID: 7387616224214397704L

Serialized Fields

property

FloatProperty property
The property object attached to this instance.

Class cern.colt.matrix.tfloat.algo.FloatFormatter extends AbstractFormatter implements Serializable

Class cern.colt.matrix.tfloat.algo.FloatProperty extends PersistentObject implements Serializable

Serialized Fields

tolerance

float tolerance

Class cern.colt.matrix.tfloat.algo.FloatSorting extends PersistentObject implements Serializable


Package cern.colt.matrix.tfloat.algo.decomposition

Class cern.colt.matrix.tfloat.algo.decomposition.FloatCholeskyDecomposition extends Object implements Serializable

serialVersionUID: 1020L

Serialized Fields

L

FloatMatrix2D L
Array for internal storage of decomposition.

internal array storage.

Lt

FloatMatrix2D Lt

n

int n
Row and column dimension (square matrix).

matrix dimension.

isSymmetricPositiveDefinite

boolean isSymmetricPositiveDefinite
Symmetric and positive definite flag.

is symmetric and positive definite flag.

Class cern.colt.matrix.tfloat.algo.decomposition.FloatEigenvalueDecomposition extends Object implements Serializable

serialVersionUID: 1020L

Serialized Fields

n

int n
Row and column dimension (square matrix).

matrix dimension.

issymmetric

boolean issymmetric
Symmetry flag.

internal symmetry flag.

d

float[] d
Arrays for internal storage of eigenvalues.

internal storage of eigenvalues.

e

float[] e
Arrays for internal storage of eigenvalues.

internal storage of eigenvalues.

V

float[][] V
Array for internal storage of eigenvectors.

internal storage of eigenvectors.

H

float[][] H
Array for internal storage of nonsymmetric Hessenberg form.

internal storage of nonsymmetric Hessenberg form.

ort

float[] ort
Working storage for nonsymmetric algorithm.

working storage for nonsymmetric algorithm.

Class cern.colt.matrix.tfloat.algo.decomposition.FloatLUDecomposition extends Object implements Serializable

serialVersionUID: 1020L

Serialized Fields

quick

FloatLUDecompositionQuick quick

Class cern.colt.matrix.tfloat.algo.decomposition.FloatLUDecompositionQuick extends Object implements Serializable

serialVersionUID: 1020L

Serialized Fields

LU

FloatMatrix2D LU
Array for internal storage of decomposition.

internal array storage.

pivsign

int pivsign
pivot sign.

pivot sign.

piv

int[] piv
Internal storage of pivot vector.

pivot vector.

isNonSingular

boolean isNonSingular

algebra

FloatAlgebra algebra

Class cern.colt.matrix.tfloat.algo.decomposition.FloatQRDecomposition extends Object implements Serializable

serialVersionUID: 1020L

Serialized Fields

QR

FloatMatrix2D QR
Array for internal storage of decomposition.

internal array storage.

m

int m
Row and column dimensions.

column dimension.

n

int n
Row and column dimensions.

column dimension.

Rdiag

FloatMatrix1D Rdiag
Array for internal storage of diagonal of R.

diagonal of R.

Class cern.colt.matrix.tfloat.algo.decomposition.FloatSingularValueDecomposition extends Object implements Serializable

serialVersionUID: 1020L

Serialized Fields

U

float[][] U
Arrays for internal storage of U and V.

internal storage of U.

V

float[][] V
Arrays for internal storage of U and V.

internal storage of U.

s

float[] s
Array for internal storage of singular values.

internal storage of singular values.

m

int m
Row and column dimensions.

row dimension.

n

int n
Row and column dimensions.

row dimension.

Package cern.colt.matrix.tfloat.algo.solver

Class cern.colt.matrix.tfloat.algo.solver.FloatNotConvergedException extends Exception implements Serializable

serialVersionUID: -2305369220010776320L

Serialized Fields

reason

FloatNotConvergedException.Reason reason
The reason for this exception

Class cern.colt.matrix.tfloat.algo.solver.IterativeSolverFloatNotConvergedException extends FloatNotConvergedException implements Serializable

serialVersionUID: 5354102050137093202L

Serialized Fields

iterations

int iterations
Iteration count when this exception was thrown


r

float r
Final residual


Package cern.colt.matrix.tfloat.impl

Class cern.colt.matrix.tfloat.impl.CCFloatMatrix2D extends WrapperFloatMatrix2D implements Serializable

Serialized Fields

rowIndexes

IntArrayList rowIndexes

values

FloatArrayList values

columnPointers

int[] columnPointers

Class cern.colt.matrix.tfloat.impl.CCMFloatMatrix2D extends WrapperFloatMatrix2D implements Serializable

Serialized Fields

elements

SparseFloatMatrix1D[] elements

Class cern.colt.matrix.tfloat.impl.DenseColFloatMatrix2D extends FloatMatrix2D implements Serializable

serialVersionUID: 1020177651L

Serialized Fields

fft2

FloatFFT_2D fft2

dct2

FloatDCT_2D dct2

dst2

FloatDST_2D dst2

dht2

FloatDHT_2D dht2

elements

float[] elements
The elements of this matrix. elements are stored in column 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.tfloat.impl.DenseFloatMatrix1D extends FloatMatrix1D implements Serializable

serialVersionUID: -706456704651139684L

Serialized Fields

fft

FloatFFT_1D fft

dct

FloatDCT_1D dct

dst

FloatDST_1D dst

dht

FloatDHT_1D dht

elements

float[] elements
The elements of this matrix.

Class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D extends FloatMatrix2D implements Serializable

serialVersionUID: 1020177651L

Serialized Fields

fft2

FloatFFT_2D fft2

dct2

FloatDCT_2D dct2

dst2

FloatDST_2D dst2

dht2

FloatDHT_2D dht2

elements

float[] 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.tfloat.impl.DenseFloatMatrix3D extends FloatMatrix3D implements Serializable

serialVersionUID: 5711401505315728697L

Serialized Fields

fft3

FloatFFT_3D fft3

dct3

FloatDCT_3D dct3

dst3

FloatDST_3D dst3

dht3

FloatDHT_3D dht3

elements

float[] 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.tfloat.impl.DiagonalFloatMatrix2D extends WrapperFloatMatrix2D implements Serializable

Serialized Fields

elements

float[] elements

dlength

int dlength

dindex

int dindex

Class cern.colt.matrix.tfloat.impl.RCFloatMatrix2D extends WrapperFloatMatrix2D implements Serializable

Serialized Fields

columnIndexes

IntArrayList columnIndexes

values

FloatArrayList values

rowPointers

int[] rowPointers

Class cern.colt.matrix.tfloat.impl.RCMFloatMatrix2D extends WrapperFloatMatrix2D implements Serializable

Serialized Fields

elements

SparseFloatMatrix1D[] elements

Class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D extends FloatMatrix1D implements Serializable

Serialized Fields

elements

AbstractLongFloatMap elements

Class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D extends FloatMatrix2D implements Serializable

Serialized Fields

elements

AbstractLongFloatMap elements

dummy

int dummy

Class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D extends FloatMatrix3D implements Serializable

Serialized Fields

elements

AbstractLongFloatMap elements

Class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D extends FloatMatrix1D implements Serializable

Serialized Fields

content

FloatMatrix1D content

Class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D extends FloatMatrix2D implements Serializable

Serialized Fields

content

FloatMatrix2D content

Package cern.colt.matrix.tint

Class cern.colt.matrix.tint.IntFactory1D extends PersistentObject implements Serializable

Class cern.colt.matrix.tint.IntFactory2D extends PersistentObject implements Serializable

Class cern.colt.matrix.tint.IntFactory3D extends PersistentObject implements Serializable

Class cern.colt.matrix.tint.IntMatrix1D extends AbstractMatrix1D implements Serializable

Class cern.colt.matrix.tint.IntMatrix2D extends AbstractMatrix2D implements Serializable

Class cern.colt.matrix.tint.IntMatrix3D extends AbstractMatrix3D implements Serializable


Package cern.colt.matrix.tint.algo

Class cern.colt.matrix.tint.algo.IntFormatter extends AbstractFormatter implements Serializable

Class cern.colt.matrix.tint.algo.IntProperty extends PersistentObject implements Serializable

Class cern.colt.matrix.tint.algo.IntSorting extends PersistentObject implements Serializable


Package cern.colt.matrix.tint.impl

Class cern.colt.matrix.tint.impl.DenseIntMatrix1D extends IntMatrix1D implements Serializable

serialVersionUID: -706456704651139684L

Serialized Fields

elements

int[] elements
The elements of this matrix.

Class cern.colt.matrix.tint.impl.DenseIntMatrix2D extends IntMatrix2D implements Serializable

serialVersionUID: 1020177651L

Serialized Fields

elements

int[] 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.tint.impl.DenseIntMatrix3D extends IntMatrix3D implements Serializable

serialVersionUID: 5711401505315728697L

Serialized Fields

elements

int[] 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.tint.impl.RCIntMatrix2D extends WrapperIntMatrix2D implements Serializable

Serialized Fields

columnIndexes

IntArrayList columnIndexes

values

IntArrayList values

rowPointers

int[] rowPointers

Class cern.colt.matrix.tint.impl.SparseIntMatrix1D extends IntMatrix1D implements Serializable

Serialized Fields

elements

AbstractIntIntMap elements

Class cern.colt.matrix.tint.impl.SparseIntMatrix2D extends IntMatrix2D implements Serializable

Serialized Fields

elements

AbstractIntIntMap elements

dummy

int dummy

Class cern.colt.matrix.tint.impl.SparseIntMatrix3D extends IntMatrix3D implements Serializable

Serialized Fields

elements

AbstractIntIntMap elements

Class cern.colt.matrix.tint.impl.WrapperIntMatrix1D extends IntMatrix1D implements Serializable

Serialized Fields

content

IntMatrix1D content

Class cern.colt.matrix.tint.impl.WrapperIntMatrix2D extends IntMatrix2D implements Serializable

Serialized Fields

content

IntMatrix2D content

Package cern.colt.matrix.tobject

Class cern.colt.matrix.tobject.ObjectFactory1D extends PersistentObject implements Serializable

Class cern.colt.matrix.tobject.ObjectFactory2D extends PersistentObject implements Serializable

Class cern.colt.matrix.tobject.ObjectFactory3D extends PersistentObject implements Serializable

Class cern.colt.matrix.tobject.ObjectMatrix1D extends AbstractMatrix1D implements Serializable

Class cern.colt.matrix.tobject.ObjectMatrix2D extends AbstractMatrix2D implements Serializable

Class cern.colt.matrix.tobject.ObjectMatrix3D extends AbstractMatrix3D implements Serializable


Package cern.colt.matrix.tobject.algo

Class cern.colt.matrix.tobject.algo.ObjectFormatter extends AbstractFormatter implements Serializable

Class cern.colt.matrix.tobject.algo.ObjectSorting extends PersistentObject implements Serializable


Package cern.colt.matrix.tobject.impl

Class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D extends ObjectMatrix1D implements Serializable

Serialized Fields

elements

Object[] elements
The elements of this matrix.

Class cern.colt.matrix.tobject.impl.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.tobject.impl.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.tobject.impl.SparseObjectMatrix1D extends ObjectMatrix1D implements Serializable

Serialized Fields

elements

AbstractIntObjectMap elements

Class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D extends ObjectMatrix2D implements Serializable

Serialized Fields

elements

AbstractIntObjectMap elements

Class cern.colt.matrix.tobject.impl.SparseObjectMatrix3D extends ObjectMatrix3D implements Serializable

Serialized Fields

elements

AbstractIntObjectMap elements

Package cern.jet.random.tdouble

Class cern.jet.random.tdouble.AbstractContinousDoubleDistribution extends AbstractDoubleDistribution implements Serializable

Class cern.jet.random.tdouble.AbstractDiscreteDistribution extends AbstractDoubleDistribution implements Serializable

Class cern.jet.random.tdouble.AbstractDoubleDistribution extends PersistentObject implements Serializable

Serialized Fields

randomGenerator

DoubleRandomEngine randomGenerator

Class cern.jet.random.tdouble.Beta extends AbstractContinousDoubleDistribution implements Serializable

Serialized Fields

alpha

double alpha

beta

double beta

PDF_CONST

double PDF_CONST

a_last

double a_last

b_last

double b_last

a_

double a_

b_

double b_

t

double t

fa

double fa

fb

double fb

p1

double p1

p2

double p2

c

double c

ml

double ml

mu

double mu

p_last

double p_last

q_last

double q_last

a

double a

b

double b

s

double s

m

double m

D

double D

Dl

double Dl

x1

double x1

x2

double x2

x4

double x4

x5

double x5

f1

double f1

f2

double f2

f4

double f4

f5

double f5

ll

double ll

lr

double lr

z2

double z2

z4

double z4

p3

double p3

p4

double p4

Class cern.jet.random.tdouble.Binomial extends AbstractDiscreteDistribution implements Serializable

Serialized Fields

n

int n

p

double p

n_last

int n_last

n_prev

int n_prev

par

double par

np

double np

p0

double p0

q

double q

p_last

double p_last

p_prev

double p_prev

b

int b

m

int m

nm

int nm

pq

double pq

rc

double rc

ss

double ss

xm

double xm

xl

double xl

xr

double xr

ll

double ll

lr

double lr

c

double c

p1

double p1

p2

double p2

p3

double p3

p4

double p4

ch

double ch

log_p

double log_p

log_q

double log_q

log_n

double log_n

Class cern.jet.random.tdouble.BreitWigner extends AbstractContinousDoubleDistribution implements Serializable

Serialized Fields

mean

double mean

gamma

double gamma

cut

double cut

Class cern.jet.random.tdouble.BreitWignerMeanSquare extends BreitWigner implements Serializable

Serialized Fields

uniform

DoubleUniform uniform

Class cern.jet.random.tdouble.ChiSquare extends AbstractContinousDoubleDistribution implements Serializable

Serialized Fields

freedom

double freedom

freedom_in

double freedom_in

b

double b

vm

double vm

vp

double vp

vd

double vd

Class cern.jet.random.tdouble.DoubleUniform extends AbstractContinousDoubleDistribution implements Serializable

Serialized Fields

min

double min

max

double max

Class cern.jet.random.tdouble.Empirical extends AbstractContinousDoubleDistribution implements Serializable

Serialized Fields

cdf

double[] cdf

interpolationType

int interpolationType

Class cern.jet.random.tdouble.EmpiricalWalker extends AbstractDiscreteDistribution implements Serializable

Serialized Fields

K

int K

A

int[] A

F

double[] F

cdf

double[] cdf

Class cern.jet.random.tdouble.Exponential extends AbstractContinousDoubleDistribution implements Serializable

Serialized Fields

lambda

double lambda

Class cern.jet.random.tdouble.ExponentialPower extends AbstractContinousDoubleDistribution implements Serializable

Serialized Fields

tau

double tau

s

double s

sm1

double sm1

tau_set

double tau_set

Class cern.jet.random.tdouble.Gamma extends AbstractContinousDoubleDistribution implements Serializable

Serialized Fields

alpha

double alpha

lambda

double lambda

Class cern.jet.random.tdouble.Hyperbolic extends AbstractContinousDoubleDistribution implements Serializable

Serialized Fields

alpha

double alpha

beta

double beta

a_setup

double a_setup

b_setup

double b_setup

x

double x

u

double u

v

double v

e

double e

hr

double hr

hl

double hl

s

double s

pm

double pm

pr

double pr

samb

double samb

pmr

double pmr

mpa_1

double mpa_1

mmb_1

double mmb_1

Class cern.jet.random.tdouble.HyperGeometric extends AbstractDiscreteDistribution implements Serializable

Serialized Fields

my_N

int my_N

my_s

int my_s

my_n

int my_n

N_last

int N_last

M_last

int M_last

n_last

int n_last

N_Mn

int N_Mn

m

int m

mp

int mp

b

int b

Mp

double Mp

np

double np

fm

double fm

k2

int k2

k4

int k4

k1

int k1

k5

int k5

dl

double dl

dr

double dr

r1

double r1

r2

double r2

r4

double r4

r5

double r5

ll

double ll

lr

double lr

c_pm

double c_pm

f1

double f1

f2

double f2

f4

double f4

f5

double f5

p1

double p1

p2

double p2

p3

double p3

p4

double p4

p5

double p5

p6

double p6

Class cern.jet.random.tdouble.Logarithmic extends AbstractContinousDoubleDistribution implements Serializable

Serialized Fields

my_p

double my_p

t

double t

h

double h

a_prev

double a_prev

Class cern.jet.random.tdouble.NegativeBinomial extends AbstractDiscreteDistribution implements Serializable

Serialized Fields

n

int n

p

double p

gamma

Gamma gamma

poisson

Poisson poisson

Class cern.jet.random.tdouble.Normal extends AbstractContinousDoubleDistribution implements Serializable

Serialized Fields

mean

double mean

variance

double variance

standardDeviation

double standardDeviation

cache

double cache

cacheFilled

boolean cacheFilled

SQRT_INV

double SQRT_INV

Class cern.jet.random.tdouble.Poisson extends AbstractDiscreteDistribution implements Serializable

Serialized Fields

mean

double mean

my_old

double my_old

p

double p

q

double q

p0

double p0

pp

double[] pp

llll

int llll

my_last

double my_last

ll

double ll

k2

int k2

k4

int k4

k1

int k1

k5

int k5

dl

double dl

dr

double dr

r1

double r1

r2

double r2

r4

double r4

r5

double r5

lr

double lr

l_my

double l_my

c_pm

double c_pm

f1

double f1

f2

double f2

f4

double f4

f5

double f5

p1

double p1

p2

double p2

p3

double p3

p4

double p4

p5

double p5

p6

double p6

m

int m

Class cern.jet.random.tdouble.PoissonSlow extends AbstractDiscreteDistribution implements Serializable

Serialized Fields

mean

double mean

cached_sq

double cached_sq

cached_alxm

double cached_alxm

cached_g

double cached_g

Class cern.jet.random.tdouble.StudentT extends AbstractContinousDoubleDistribution implements Serializable

Serialized Fields

freedom

double freedom

TERM

double TERM

Class cern.jet.random.tdouble.VonMises extends AbstractContinousDoubleDistribution implements Serializable

Serialized Fields

my_k

double my_k

k_set

double k_set

tau

double tau

rho

double rho

r

double r

Class cern.jet.random.tdouble.Zeta extends AbstractDiscreteDistribution implements Serializable

Serialized Fields

ro

double ro

pk

double pk

c

double c

d

double d

ro_prev

double ro_prev

pk_prev

double pk_prev

maxlongint

double maxlongint

Package cern.jet.random.tdouble.engine

Class cern.jet.random.tdouble.engine.DoubleMersenneTwister extends DoubleRandomEngine implements Serializable

Serialized Fields

mti

int mti

mt

int[] mt

Class cern.jet.random.tdouble.engine.DoubleRandomEngine extends PersistentObject implements Serializable

Class cern.jet.random.tdouble.engine.DRand extends DoubleRandomEngine implements Serializable

Serialized Fields

current

int current

Class cern.jet.random.tdouble.engine.MersenneTwister64 extends DoubleMersenneTwister implements Serializable

Class cern.jet.random.tdouble.engine.RandomSeedGenerator extends PersistentObject implements Serializable

Serialized Fields

row

int row

column

int column

Package cern.jet.random.tdouble.sampling

Class cern.jet.random.tdouble.sampling.DoubleRandomSampler extends PersistentObject implements Serializable

Serialized Fields

my_n

long my_n

my_N

long my_N

my_low

long my_low

my_RandomGenerator

DoubleRandomEngine my_RandomGenerator

Class cern.jet.random.tdouble.sampling.DoubleRandomSamplingAssistant extends PersistentObject implements Serializable

Serialized Fields

sampler

DoubleRandomSampler sampler

buffer

long[] buffer

bufferPosition

int bufferPosition

skip

long skip

n

long n

Class cern.jet.random.tdouble.sampling.WeightedDoubleRandomSampler extends PersistentObject implements Serializable

Serialized Fields

skip

int skip

nextTriggerPos

int nextTriggerPos

nextSkip

int nextSkip

weight

int weight

generator

DoubleUniform generator

Package cern.jet.random.tfloat

Class cern.jet.random.tfloat.AbstractContinousFloatDistribution extends AbstractFloatDistribution implements Serializable

Class cern.jet.random.tfloat.AbstractFloatDistribution extends PersistentObject implements Serializable

Serialized Fields

randomGenerator

FloatRandomEngine randomGenerator

Class cern.jet.random.tfloat.FloatUniform extends AbstractContinousFloatDistribution implements Serializable

Serialized Fields

min

float min

max

float max

Package cern.jet.random.tfloat.engine

Class cern.jet.random.tfloat.engine.FloatMersenneTwister extends FloatRandomEngine implements Serializable

Serialized Fields

mti

int mti

mt

int[] mt

Class cern.jet.random.tfloat.engine.FloatRandomEngine extends PersistentObject implements Serializable

Class cern.jet.random.tfloat.engine.FRand extends FloatRandomEngine implements Serializable

Serialized Fields

current

int current

Package cern.jet.random.tfloat.sampling

Class cern.jet.random.tfloat.sampling.FloatRandomSampler extends PersistentObject implements Serializable

Serialized Fields

my_n

long my_n

my_N

long my_N

my_low

long my_low

my_RandomGenerator

FloatRandomEngine my_RandomGenerator

Class cern.jet.random.tfloat.sampling.FloatRandomSamplingAssistant extends PersistentObject implements Serializable

Serialized Fields

sampler

FloatRandomSampler sampler

buffer

long[] buffer

bufferPosition

int bufferPosition

skip

long skip

n

long n

Class cern.jet.random.tfloat.sampling.WeightedFloatRandomSampler extends PersistentObject implements Serializable

Serialized Fields

skip

int skip

nextTriggerPos

int nextTriggerPos

nextSkip

int nextSkip

weight

int weight

generator

FloatUniform generator

Package cern.jet.stat

Class cern.jet.stat.Buffer extends PersistentObject implements Serializable

Serialized Fields

weight

int weight

level

int level

k

int k

isAllocated

boolean isAllocated

Class cern.jet.stat.BufferSet extends PersistentObject implements Serializable


Package cern.jet.stat.tdouble.quantile

Class cern.jet.stat.tdouble.quantile.DoubleBuffer extends Buffer implements Serializable

Serialized Fields

values

DoubleArrayList values

isSorted

boolean isSorted

Class cern.jet.stat.tdouble.quantile.DoubleEquiDepthHistogram extends PersistentObject implements Serializable

Serialized Fields

binBoundaries

double[] binBoundaries

Class cern.jet.stat.tdouble.quantile.ExactDoubleQuantileFinder extends PersistentObject implements Serializable

Serialized Fields

buffer

DoubleArrayList buffer

isSorted

boolean isSorted

Package cern.jet.stat.tfloat.quantile

Class cern.jet.stat.tfloat.quantile.FloatEquiDepthHistogram extends PersistentObject implements Serializable

Serialized Fields

binBoundaries

float[] binBoundaries

Package hep.aida.tdouble

Package hep.aida.tdouble.bin

Class hep.aida.tdouble.bin.AbstractDoubleBin extends PersistentObject implements Serializable

Class hep.aida.tdouble.bin.AbstractDoubleBin1D extends AbstractDoubleBin implements Serializable

Class hep.aida.tdouble.bin.DynamicDoubleBin1D extends QuantileDoubleBin1D implements Serializable

Serialized Fields

elements

DoubleArrayList elements
The elements contained in this bin.


sortedElements

DoubleArrayList sortedElements
The elements contained in this bin, sorted ascending.


fixedOrder

boolean fixedOrder
Preserve element order under all circumstances?


isSorted

boolean isSorted

isIncrementalStatValid

boolean isIncrementalStatValid

isSumOfInversionsValid

boolean isSumOfInversionsValid

isSumOfLogarithmsValid

boolean isSumOfLogarithmsValid

Class hep.aida.tdouble.bin.MightyStaticDoubleBin1D extends StaticDoubleBin1D implements Serializable

Serialized Fields

hasSumOfLogarithms

boolean hasSumOfLogarithms

sumOfLogarithms

double sumOfLogarithms

hasSumOfInversions

boolean hasSumOfInversions

sumOfInversions

double sumOfInversions

sumOfPowers

double[] sumOfPowers

Class hep.aida.tdouble.bin.QuantileDoubleBin1D extends MightyStaticDoubleBin1D implements Serializable

Serialized Fields

finder

DoubleQuantileFinder finder

Class hep.aida.tdouble.bin.StaticDoubleBin1D extends AbstractDoubleBin1D implements Serializable

Serialized Fields

size

int size
The number of elements consumed by incremental parameter maintainance.


min

double min

max

double max

sum

double sum

sum_xx

double sum_xx

Package hep.aida.tdouble.ref

Class hep.aida.tdouble.ref.DoubleFixedAxis extends Object implements Serializable

Serialized Fields

bins

int bins

min

double min

binWidth

double binWidth

xunder

int xunder

xover

int xover

Class hep.aida.tdouble.ref.DoubleHistogram1D extends hep.aida.tdouble.ref.DoubleAbstractHistogram1D implements Serializable

Serialized Fields

errors

double[] errors

heights

double[] heights

entries

int[] entries

nEntry

int nEntry

sumWeight

double sumWeight

sumWeightSquared

double sumWeightSquared

mean

double mean

rms

double rms

Class hep.aida.tdouble.ref.DoubleHistogram2D extends hep.aida.tdouble.ref.DoubleAbstractHistogram2D implements Serializable

Serialized Fields

heights

double[][] heights

errors

double[][] errors

entries

int[][] entries

nEntry

int nEntry

sumWeight

double sumWeight

sumWeightSquared

double sumWeightSquared

meanX

double meanX

rmsX

double rmsX

meanY

double meanY

rmsY

double rmsY

Class hep.aida.tdouble.ref.DoubleHistogram3D extends hep.aida.tdouble.ref.DoubleAbstractHistogram3D implements Serializable

Serialized Fields

heights

double[][][] heights

errors

double[][][] errors

entries

int[][][] entries

nEntry

int nEntry

sumWeight

double sumWeight

sumWeightSquared

double sumWeightSquared

meanX

double meanX

rmsX

double rmsX

meanY

double meanY

rmsY

double rmsY

meanZ

double meanZ

rmsZ

double rmsZ

Class hep.aida.tdouble.ref.DoubleVariableAxis extends Object implements Serializable

Serialized Fields

min

double min

bins

int bins

edges

double[] edges

Package hep.aida.tfloat

Package hep.aida.tfloat.bin

Class hep.aida.tfloat.bin.AbstractFloatBin extends PersistentObject implements Serializable

Class hep.aida.tfloat.bin.AbstractFloatBin1D extends AbstractFloatBin implements Serializable

Class hep.aida.tfloat.bin.DynamicFloatBin1D extends QuantileFloatBin1D implements Serializable

Serialized Fields

elements

FloatArrayList elements
The elements contained in this bin.


sortedElements

FloatArrayList sortedElements
The elements contained in this bin, sorted ascending.


fixedOrder

boolean fixedOrder
Preserve element order under all circumstances?


isSorted

boolean isSorted

isIncrementalStatValid

boolean isIncrementalStatValid

isSumOfInversionsValid

boolean isSumOfInversionsValid

isSumOfLogarithmsValid

boolean isSumOfLogarithmsValid

Class hep.aida.tfloat.bin.MightyStaticFloatBin1D extends StaticFloatBin1D implements Serializable

Serialized Fields

hasSumOfLogarithms

boolean hasSumOfLogarithms

sumOfLogarithms

float sumOfLogarithms

hasSumOfInversions

boolean hasSumOfInversions

sumOfInversions

float sumOfInversions

sumOfPowers

float[] sumOfPowers

Class hep.aida.tfloat.bin.QuantileFloatBin1D extends MightyStaticFloatBin1D implements Serializable

Serialized Fields

finder

FloatQuantileFinder finder

Class hep.aida.tfloat.bin.StaticFloatBin1D extends AbstractFloatBin1D implements Serializable

Serialized Fields

size

int size
The number of elements consumed by incremental parameter maintainance.


min

float min

max

float max

sum

float sum

sum_xx

float sum_xx

Package hep.aida.tfloat.ref

Class hep.aida.tfloat.ref.FloatFixedAxis extends Object implements Serializable

Serialized Fields

bins

int bins

min

float min

binWidth

float binWidth

xunder

int xunder

xover

int xover

Class hep.aida.tfloat.ref.FloatHistogram1D extends hep.aida.tfloat.ref.FloatAbstractHistogram1D implements Serializable

Serialized Fields

errors

float[] errors

heights

float[] heights

entries

int[] entries

nEntry

int nEntry

sumWeight

float sumWeight

sumWeightSquared

float sumWeightSquared

mean

float mean

rms

float rms

Class hep.aida.tfloat.ref.FloatHistogram2D extends hep.aida.tfloat.ref.FloatAbstractHistogram2D implements Serializable

Serialized Fields

heights

float[][] heights

errors

float[][] errors

entries

int[][] entries

nEntry

int nEntry

sumWeight

float sumWeight

sumWeightSquared

float sumWeightSquared

meanX

float meanX

rmsX

float rmsX

meanY

float meanY

rmsY

float rmsY

Class hep.aida.tfloat.ref.FloatHistogram3D extends hep.aida.tfloat.ref.FloatAbstractHistogram3D implements Serializable

Serialized Fields

heights

float[][][] heights

errors

float[][][] errors

entries

int[][][] entries

nEntry

int nEntry

sumWeight

float sumWeight

sumWeightSquared

float sumWeightSquared

meanX

float meanX

rmsX

float rmsX

meanY

float meanY

rmsY

float rmsY

meanZ

float meanZ

rmsZ

float rmsZ

Class hep.aida.tfloat.ref.FloatVariableAxis extends Object implements Serializable

Serialized Fields

min

float min

bins

int bins

edges

float[] edges


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage