Colt 1.2.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

A - Variable in class cern.jet.random.EmpiricalWalker
 
A_i0 - Static variable in class cern.jet.math.Bessel
Chebyshev coefficients for exp(-x) I0(x) in the interval [0,8].
A_i1 - Static variable in class cern.jet.math.Bessel
Chebyshev coefficients for exp(-x) I1(x) / x in the interval [0,8].
A_k0 - Static variable in class cern.jet.math.Bessel
COEFFICIENTS FOR METHODS k0, k0e *
A_k1 - Static variable in class cern.jet.math.Bessel
COEFFICIENTS FOR METHODS k1, k1e *
a_setup - Variable in class cern.jet.random.Hyperbolic
 
abs(DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A[i] = Math.abs(A[i]).
abs(DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A[row,col] = Math.abs(A[row,col]).
abs - Static variable in class cern.jet.math.Functions
Function that returns Math.abs(a).
abs - Static variable in class cern.jet.math.IntFunctions
Function that returns Math.abs(a) == (a < 0) ? -a : a.
AbstractBooleanList - Class in cern.colt.list
Abstract base class for resizable lists holding boolean elements; abstract.
AbstractBooleanList() - Constructor for class cern.colt.list.AbstractBooleanList
Makes this class non instantiable, but still let's others inherit from it.
AbstractByteList - Class in cern.colt.list
Abstract base class for resizable lists holding byte elements; abstract.
AbstractByteList() - Constructor for class cern.colt.list.AbstractByteList
Makes this class non instantiable, but still let's others inherit from it.
AbstractCharList - Class in cern.colt.list
Abstract base class for resizable lists holding char elements; abstract.
AbstractCharList() - Constructor for class cern.colt.list.AbstractCharList
Makes this class non instantiable, but still let's others inherit from it.
AbstractCollection - Class in cern.colt.list
Abstract base class for resizable collections holding objects or primitive data types such as int, float, etc.
AbstractCollection() - Constructor for class cern.colt.list.AbstractCollection
Makes this class non instantiable, but still let's others inherit from it.
AbstractContinousDistribution - Class in cern.jet.random
Abstract base class for all continous distributions.
AbstractContinousDistribution() - Constructor for class cern.jet.random.AbstractContinousDistribution
Makes this class non instantiable, but still let's others inherit from it.
AbstractDiscreteDistribution - Class in cern.jet.random
Abstract base class for all discrete distributions.
AbstractDiscreteDistribution() - Constructor for class cern.jet.random.AbstractDiscreteDistribution
Makes this class non instantiable, but still let's others inherit from it.
AbstractDistribution - Class in cern.jet.random
Abstract base class for all random distributions.
AbstractDistribution() - Constructor for class cern.jet.random.AbstractDistribution
Makes this class non instantiable, but still let's others inherit from it.
AbstractDoubleIntMap - Class in cern.colt.map
Abstract base class for hash maps holding (key,value) associations of type (double-->int).
AbstractDoubleIntMap() - Constructor for class cern.colt.map.AbstractDoubleIntMap
Makes this class non instantiable, but still let's others inherit from it.
AbstractDoubleList - Class in cern.colt.list
Abstract base class for resizable lists holding double elements; abstract.
AbstractDoubleList() - Constructor for class cern.colt.list.AbstractDoubleList
Makes this class non instantiable, but still let's others inherit from it.
AbstractFloatList - Class in cern.colt.list
Abstract base class for resizable lists holding float elements; abstract.
AbstractFloatList() - Constructor for class cern.colt.list.AbstractFloatList
Makes this class non instantiable, but still let's others inherit from it.
AbstractFormatter - Class in cern.colt.matrix.impl
Abstract base class for flexible, well human readable matrix print formatting.
AbstractFormatter() - Constructor for class cern.colt.matrix.impl.AbstractFormatter
Makes this class non instantiable, but still let's others inherit from it.
AbstractIntDoubleMap - Class in cern.colt.map
Abstract base class for hash maps holding (key,value) associations of type (int-->double).
AbstractIntDoubleMap() - Constructor for class cern.colt.map.AbstractIntDoubleMap
Makes this class non instantiable, but still let's others inherit from it.
AbstractIntIntMap - Class in cern.colt.map
Abstract base class for hash maps holding (key,value) associations of type (int-->int).
AbstractIntIntMap() - Constructor for class cern.colt.map.AbstractIntIntMap
Makes this class non instantiable, but still let's others inherit from it.
AbstractIntList - Class in cern.colt.list
Abstract base class for resizable lists holding int elements; abstract.
AbstractIntList() - Constructor for class cern.colt.list.AbstractIntList
Makes this class non instantiable, but still let's others inherit from it.
AbstractIntObjectMap - Class in cern.colt.map
Abstract base class for hash maps holding (key,value) associations of type (int-->Object).
AbstractIntObjectMap() - Constructor for class cern.colt.map.AbstractIntObjectMap
Makes this class non instantiable, but still let's others inherit from it.
AbstractList - Class in cern.colt.list
Abstract base class for resizable lists holding objects or primitive data types such as int, float, etc.
AbstractList() - Constructor for class cern.colt.list.AbstractList
Makes this class non instantiable, but still let's others inherit from it.
AbstractLongList - Class in cern.colt.list
Abstract base class for resizable lists holding long elements; abstract.
AbstractLongList() - Constructor for class cern.colt.list.AbstractLongList
Makes this class non instantiable, but still let's others inherit from it.
AbstractLongObjectMap - Class in cern.colt.map
Abstract base class for hash maps holding (key,value) associations of type (long-->Object).
AbstractLongObjectMap() - Constructor for class cern.colt.map.AbstractLongObjectMap
Makes this class non instantiable, but still let's others inherit from it.
AbstractMap - Class in cern.colt.map
Abstract base class for hash maps holding objects or primitive data types such as int, float, etc.
AbstractMap() - Constructor for class cern.colt.map.AbstractMap
Makes this class non instantiable, but still let's others inherit from it.
AbstractMatrix - Class in cern.colt.matrix.impl
Abstract base class for arbitrary-dimensional matrices holding objects or primitive data types such as int, float, etc.
AbstractMatrix() - Constructor for class cern.colt.matrix.impl.AbstractMatrix
Makes this class non instantiable, but still let's others inherit from it.
AbstractMatrix1D - Class in cern.colt.matrix.impl
Abstract base class for 1-d matrices (aka vectors) holding objects or primitive data types such as int, double, etc.
AbstractMatrix1D() - Constructor for class cern.colt.matrix.impl.AbstractMatrix1D
Makes this class non instantiable, but still let's others inherit from it.
AbstractMatrix2D - Class in cern.colt.matrix.impl
Abstract base class for 2-d matrices holding objects or primitive data types such as int, double, etc.
AbstractMatrix2D() - Constructor for class cern.colt.matrix.impl.AbstractMatrix2D
Makes this class non instantiable, but still let's others inherit from it.
AbstractMatrix3D - Class in cern.colt.matrix.impl
Abstract base class for 3-d matrices holding objects or primitive data types such as int, double, etc.
AbstractMatrix3D() - Constructor for class cern.colt.matrix.impl.AbstractMatrix3D
Makes this class non instantiable, but still let's others inherit from it.
AbstractShortList - Class in cern.colt.list
Abstract base class for resizable lists holding short elements; abstract.
AbstractShortList() - Constructor for class cern.colt.list.AbstractShortList
Makes this class non instantiable, but still let's others inherit from it.
acos - Static variable in class cern.jet.math.Functions
Function that returns Math.acos(a).
add(double) - Method in class cern.colt.buffer.DoubleBuffer
Adds the specified element to the receiver.
add(double, double) - Method in class cern.colt.buffer.DoubleBuffer2D
Adds the specified point (x,y) to the receiver.
add(double, double, double) - Method in class cern.colt.buffer.DoubleBuffer3D
Adds the specified point (x,y,z) to the receiver.
add(int) - Method in class cern.colt.buffer.IntBuffer
Adds the specified element to the receiver.
add(int, int) - Method in class cern.colt.buffer.IntBuffer2D
Adds the specified point (x,y) to the receiver.
add(int, int, int) - Method in class cern.colt.buffer.IntBuffer3D
Adds the specified point (x,y,z) to the receiver.
add(Object) - Method in class cern.colt.buffer.ObjectBuffer
Adds the specified element to the receiver.
add(boolean) - Method in class cern.colt.list.AbstractBooleanList
Appends the specified element to the end of this list.
add(byte) - Method in class cern.colt.list.AbstractByteList
Appends the specified element to the end of this list.
add(char) - Method in class cern.colt.list.AbstractCharList
Appends the specified element to the end of this list.
add(double) - Method in class cern.colt.list.AbstractDoubleList
Appends the specified element to the end of this list.
add(float) - Method in class cern.colt.list.AbstractFloatList
Appends the specified element to the end of this list.
add(int) - Method in class cern.colt.list.AbstractIntList
Appends the specified element to the end of this list.
add(long) - Method in class cern.colt.list.AbstractLongList
Appends the specified element to the end of this list.
add(short) - Method in class cern.colt.list.AbstractShortList
Appends the specified element to the end of this list.
add(int, Object) - Method in class cern.colt.list.adapter.DoubleListAdapter
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class cern.colt.list.adapter.FloatListAdapter
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class cern.colt.list.adapter.IntListAdapter
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class cern.colt.list.adapter.LongListAdapter
Inserts the specified element at the specified position in this list (optional operation).
add(int, Object) - Method in class cern.colt.list.adapter.ObjectListAdapter
Inserts the specified element at the specified position in this list (optional operation).
add(boolean) - Method in class cern.colt.list.BooleanArrayList
Appends the specified element to the end of this list.
add(byte) - Method in class cern.colt.list.ByteArrayList
Appends the specified element to the end of this list.
add(char) - Method in class cern.colt.list.CharArrayList
Appends the specified element to the end of this list.
add(long) - Method in class cern.colt.list.DistinctNumberList
Appends the specified element to the end of this list.
add(double) - Method in class cern.colt.list.DoubleArrayList
Appends the specified element to the end of this list.
add(float) - Method in class cern.colt.list.FloatArrayList
Appends the specified element to the end of this list.
add(int) - Method in class cern.colt.list.IntArrayList
Appends the specified element to the end of this list.
add(long) - Method in class cern.colt.list.LongArrayList
Appends the specified element to the end of this list.
add(long) - Method in class cern.colt.list.MinMaxNumberList
Appends the specified element to the end of this list.
add(Object) - Method in class cern.colt.list.ObjectArrayList
Appends the specified element to the end of this list.
add(short) - Method in class cern.colt.list.ShortArrayList
Appends the specified element to the end of this list.
add(double) - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Adds a value to the receiver.
addAllOf(DoubleArrayList) - Method in class cern.colt.buffer.DoubleBuffer
Adds all elements of the specified list to the receiver.
addAllOf(DoubleArrayList, DoubleArrayList) - Method in class cern.colt.buffer.DoubleBuffer2D
Adds all specified points (x,y) to the receiver.
addAllOf(DoubleArrayList, DoubleArrayList) - Method in interface cern.colt.buffer.DoubleBuffer2DConsumer
Adds all specified (x,y) points to the receiver.
addAllOf(DoubleArrayList, DoubleArrayList, DoubleArrayList) - Method in class cern.colt.buffer.DoubleBuffer3D
Adds all specified (x,y,z) points to the receiver.
addAllOf(DoubleArrayList, DoubleArrayList, DoubleArrayList) - Method in interface cern.colt.buffer.DoubleBuffer3DConsumer
Adds all specified (x,y,z) points to the receiver.
addAllOf(DoubleArrayList) - Method in interface cern.colt.buffer.DoubleBufferConsumer
Adds all elements of the specified list to the receiver.
addAllOf(IntArrayList) - Method in class cern.colt.buffer.IntBuffer
Adds all elements of the specified list to the receiver.
addAllOf(IntArrayList, IntArrayList) - Method in class cern.colt.buffer.IntBuffer2D
Adds all specified points (x,y) to the receiver.
addAllOf(IntArrayList, IntArrayList) - Method in interface cern.colt.buffer.IntBuffer2DConsumer
Adds all specified (x,y) points to the receiver.
addAllOf(IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.buffer.IntBuffer3D
Adds all specified (x,y,z) points to the receiver.
addAllOf(IntArrayList, IntArrayList, IntArrayList) - Method in interface cern.colt.buffer.IntBuffer3DConsumer
Adds all specified (x,y,z) points to the receiver.
addAllOf(IntArrayList) - Method in interface cern.colt.buffer.IntBufferConsumer
Adds all elements of the specified list to the receiver.
addAllOf(ObjectArrayList) - Method in class cern.colt.buffer.ObjectBuffer
Adds all elements of the specified list to the receiver.
addAllOf(ObjectArrayList) - Method in interface cern.colt.buffer.ObjectBufferConsumer
Adds all elements of the specified list to the receiver.
addAllOf(DoubleArrayList) - Method in class cern.colt.list.AbstractDoubleList
Appends all elements of the specified list to the receiver.
addAllOf(IntArrayList) - Method in class cern.colt.list.AbstractIntList
Appends all elements of the specified list to the receiver.
addAllOf(Collection) - Method in class cern.colt.list.AbstractList
Appends all of the elements of the specified Collection to the receiver.
addAllOf(DoubleArrayList) - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Adds all values of the specified list to the receiver.
addAllOfFromTo(AbstractBooleanList, int, int) - Method in class cern.colt.list.AbstractBooleanList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractByteList, int, int) - Method in class cern.colt.list.AbstractByteList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractCharList, int, int) - Method in class cern.colt.list.AbstractCharList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractDoubleList, int, int) - Method in class cern.colt.list.AbstractDoubleList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractFloatList, int, int) - Method in class cern.colt.list.AbstractFloatList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractIntList, int, int) - Method in class cern.colt.list.AbstractIntList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractLongList, int, int) - Method in class cern.colt.list.AbstractLongList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(AbstractShortList, int, int) - Method in class cern.colt.list.AbstractShortList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(long[], int, int) - Method in class cern.colt.list.MinMaxNumberList
Appends the elements elements[from] (inclusive), ..., elements[to] (inclusive) to the receiver.
addAllOfFromTo(ObjectArrayList, int, int) - Method in class cern.colt.list.ObjectArrayList
Appends the part of the specified list between from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
ADDRESS_BITS_PER_UNIT - Static variable in class cern.colt.bitvector.QuickBitVector
 
aggregate(DoubleMatrix2D, BinFunction1D[], DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Statistic
Applies the given aggregation functions to each column and stores the results in a the result matrix.
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix1D
Applies a function to each cell and aggregates the results.
aggregate(DoubleMatrix1D, DoubleDoubleFunction, DoubleDoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix1D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix2D
Applies a function to each cell and aggregates the results.
aggregate(DoubleMatrix2D, DoubleDoubleFunction, DoubleDoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix2D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix3D
Applies a function to each cell and aggregates the results.
aggregate(DoubleMatrix3D, DoubleDoubleFunction, DoubleDoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix3D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(ObjectObjectFunction, ObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix1D
Applies a function to each cell and aggregates the results.
aggregate(ObjectMatrix1D, ObjectObjectFunction, ObjectObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix1D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(ObjectObjectFunction, ObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix2D
Applies a function to each cell and aggregates the results.
aggregate(ObjectMatrix2D, ObjectObjectFunction, ObjectObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix2D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(ObjectObjectFunction, ObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix3D
Applies a function to each cell and aggregates the results.
aggregate(ObjectMatrix3D, ObjectObjectFunction, ObjectObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix3D
Applies a function to each corresponding cell of two matrices and aggregates the results.
Algebra - Class in cern.colt.matrix.linalg
Linear algebraic matrix operations operating on DoubleMatrix2D; concentrates most functionality of this package.
Algebra() - Constructor for class cern.colt.matrix.linalg.Algebra
Constructs a new instance with an equality tolerance given by Property.DEFAULT.tolerance().
Algebra(double) - Constructor for class cern.colt.matrix.linalg.Algebra
Constructs a new instance with the given equality tolerance.
algebra - Variable in class cern.colt.matrix.linalg.LUDecompositionQuick
 
align(String[][]) - Method in class cern.colt.matrix.impl.AbstractFormatter
Modifies the strings in a column of the string matrix to be aligned (left,centered,right,decimal).
alignment - Variable in class cern.colt.matrix.impl.AbstractFormatter
The default format string for formatting a single cell value; currently "%G".
alignmentCode(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Converts a row into a string.
alignRow(String[], int[], int[]) - Method in class cern.colt.matrix.impl.AbstractFormatter
Modifies the strings the string matrix to be aligned (left,centered,right,decimal).
allocateBlas(int, Blas) - Static method in class cern.colt.matrix.linalg.SmpBlas
Sets the public global variable SmpBlas.smpBlas to a blas using a maximum of maxThreads threads, each executing the given sequential algorithm; maxThreads is normally the number of CPUs.
alpha - Variable in class cern.jet.random.Beta
 
alpha - Variable in class cern.jet.random.Gamma
 
alpha - Variable in class cern.jet.random.Hyperbolic
 
alpha_rcl2 - Static variable in class cern.clhep.PhysicalConstants
 
ampere - Static variable in class cern.clhep.Units
 
amu - Static variable in class cern.clhep.PhysicalConstants
 
amu_c2 - Static variable in class cern.clhep.PhysicalConstants
 
and(BitMatrix) - Method in class cern.colt.bitvector.BitMatrix
Performs a logical AND of the receiver with another bit matrix.
and(BitVector) - Method in class cern.colt.bitvector.BitVector
Performs a logical AND of the receiver with another bit vector (A = A & B).
and - Static variable in class cern.jet.math.IntFunctions
Function that returns a & b.
and(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a & b.
andNot(BitMatrix) - Method in class cern.colt.bitvector.BitMatrix
Clears all of the bits in receiver whose corresponding bit is set in the other bit matrix.
andNot(BitVector) - Method in class cern.colt.bitvector.BitVector
Clears all of the bits in receiver whose corresponding bit is set in the other bitvector (A = A \ B).
angstrom - Static variable in class cern.clhep.Units
 
append(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleFactory1D
C = A||B; Constructs a new matrix which is the concatenation of two other matrices.
append(ObjectMatrix1D, ObjectMatrix1D) - Method in class cern.colt.matrix.ObjectFactory1D
C = A||B; Constructs a new matrix which is the concatenation of two other matrices.
appendColumns(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleFactory2D
C = A||B; Constructs a new matrix which is the column-wise concatenation of two other matrices.
appendColumns(ObjectMatrix2D, ObjectMatrix2D) - Method in class cern.colt.matrix.ObjectFactory2D
C = A||B; Constructs a new matrix which is the column-wise concatenation of two other matrices.
appendRows(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleFactory2D
C = A||B; Constructs a new matrix which is the row-wise concatenation of two other matrices.
appendRows(ObjectMatrix2D, ObjectMatrix2D) - Method in class cern.colt.matrix.ObjectFactory2D
C = A||B; Constructs a new matrix which is the row-wise concatenation of two other matrices.
apply(boolean) - Method in interface cern.colt.function.BooleanProcedure
Applies a procedure to an argument.
apply(byte) - Method in interface cern.colt.function.ByteProcedure
Applies a procedure to an argument.
apply(char) - Method in interface cern.colt.function.CharProcedure
Applies a procedure to an argument.
apply(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Method in interface cern.colt.function.Double27Function
Applies a function to 27 arguments.
apply(double, double, double, double, double) - Method in interface cern.colt.function.Double5Function
Applies a function to two arguments.
apply(double, double, double, double, double, double, double, double, double) - Method in interface cern.colt.function.Double9Function
Applies a function to nine arguments.
apply(double, double) - Method in interface cern.colt.function.DoubleDoubleFunction
Applies a function to two arguments.
apply(double, double) - Method in interface cern.colt.function.DoubleDoubleProcedure
Applies a procedure to two arguments.
apply(double) - Method in interface cern.colt.function.DoubleFunction
Applies a function to an argument.
apply(double, int) - Method in interface cern.colt.function.DoubleIntProcedure
Applies a procedure to two arguments.
apply(double) - Method in interface cern.colt.function.DoubleProcedure
Applies a procedure to an argument.
apply(float) - Method in interface cern.colt.function.FloatProcedure
Applies a procedure to an argument.
apply(int, double) - Method in interface cern.colt.function.IntDoubleFunction
Applies a function to two arguments.
apply(int, double) - Method in interface cern.colt.function.IntDoubleProcedure
Applies a procedure to two arguments.
apply(int) - Method in interface cern.colt.function.IntFunction
Applies a function to an argument.
apply(int, int, double) - Method in interface cern.colt.function.IntIntDoubleFunction
Applies a function to three arguments.
apply(int, int, double) - Method in interface cern.colt.function.IntIntDoubleProcedure
Applies a procedure to two arguments.
apply(int, int) - Method in interface cern.colt.function.IntIntFunction
Applies a function to two arguments.
apply(int, int, int) - Method in interface cern.colt.function.IntIntIntProcedure
Applies a procedure to three arguments.
apply(int, int) - Method in interface cern.colt.function.IntIntProcedure
Applies a procedure to two arguments.
apply(int, Object) - Method in interface cern.colt.function.IntObjectProcedure
Applies a procedure to two arguments.
apply(int) - Method in interface cern.colt.function.IntProcedure
Applies a procedure to an argument.
apply(long, Object) - Method in interface cern.colt.function.LongObjectProcedure
Applies a procedure to two arguments.
apply(long) - Method in interface cern.colt.function.LongProcedure
Applies a procedure to an argument.
apply(Object) - Method in interface cern.colt.function.ObjectFunction
Applies a function to an argument.
apply(Object, Object) - Method in interface cern.colt.function.ObjectObjectFunction
Applies a function to two arguments.
apply(Object) - Method in interface cern.colt.function.ObjectProcedure
Applies a procedure to an argument.
apply(short) - Method in interface cern.colt.function.ShortProcedure
Applies a procedure to an argument.
apply(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.doublealgo.Statistic.VectorVectorFunction
Applies a function to two argument vectors.
apply(DoubleMatrix1D) - Method in interface cern.colt.matrix.DoubleMatrix1DProcedure
Applies a procedure to an argument.
apply(DoubleMatrix2D) - Method in interface cern.colt.matrix.DoubleMatrix2DProcedure
Applies a procedure to an argument.
apply(DoubleMatrix3D) - Method in interface cern.colt.matrix.DoubleMatrix3DProcedure
Applies a procedure to an argument.
apply(DoubleMatrix2D, DoubleMatrix2D) - Method in interface cern.colt.matrix.linalg.Matrix2DMatrix2DFunction
Applies a function to two arguments.
apply(ObjectMatrix1D) - Method in interface cern.colt.matrix.ObjectMatrix1DProcedure
Applies a procedure to an argument.
apply(ObjectMatrix2D) - Method in interface cern.colt.matrix.ObjectMatrix2DProcedure
Applies a procedure to an argument.
apply(DoubleMatrix3D) - Method in interface cern.colt.matrix.ObjectMatrix3DProcedure
Applies a procedure to an argument.
apply(ObjectMatrix3D) - Method in interface cern.colt.matrix.ObjectMatrix3DProcedure
Applies a procedure to an argument.
apply(double) - Method in class cern.jet.math.Mult
Returns the result of the function evaluation.
apply(double, double) - Method in class cern.jet.math.PlusMult
Returns the result of the function evaluation.
apply(double) - Method in class cern.jet.random.AbstractDistribution
Equivalent to nextDouble().
apply(int) - Method in class cern.jet.random.AbstractDistribution
Equivalent to nextInt().
apply(double) - Method in class cern.jet.random.engine.RandomEngine
Equivalent to raw().
apply(int) - Method in class cern.jet.random.engine.RandomEngine
Equivalent to nextInt().
Arithmetic - Class in cern.jet.math
Arithmetic functions.
Arithmetic() - Constructor for class cern.jet.math.Arithmetic
Makes this class non instantiable, but still let's others inherit from it.
Arrays - Class in cern.colt
Array manipulations; complements java.util.Arrays.
Arrays() - Constructor for class cern.colt.Arrays
Makes this class non instantiable, but still let's others inherit from it.
ascending(int) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a matrix with cells having ascending values.
ascending(int, int) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a matrix with cells having ascending values.
ascending(int, int, int) - Method in class cern.colt.matrix.DoubleFactory3D
Constructs a matrix with cells having ascending values.
asin - Static variable in class cern.jet.math.Functions
Function that returns Math.asin(a).
assign(DoubleFunction) - Method in class cern.colt.map.AbstractIntDoubleMap
Assigns the result of a function to each value; v[i] = function(v[i]).
assign(AbstractIntDoubleMap) - Method in class cern.colt.map.AbstractIntDoubleMap
Clears the receiver, then adds all (key,value) pairs of othervalues to it.
assign(DoubleFunction) - Method in class cern.colt.map.OpenIntDoubleHashMap
Assigns the result of a function to each value; v[i] = function(v[i]).
assign(AbstractIntDoubleMap) - Method in class cern.colt.map.OpenIntDoubleHashMap
Clears the receiver, then adds all (key,value) pairs of othervalues to it.
assign(double[]) - Method in class cern.colt.matrix.DoubleMatrix1D
Sets all cells to the state specified by values.
assign(double) - Method in class cern.colt.matrix.DoubleMatrix1D
Sets all cells to the state specified by value.
assign(DoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i]).
assign(DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleMatrix1D
Replaces all cell values of the receiver with the values of another matrix.
assign(DoubleMatrix1D, DoubleDoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(DoubleMatrix1D, DoubleDoubleFunction, IntArrayList) - Method in class cern.colt.matrix.DoubleMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(double[][]) - Method in class cern.colt.matrix.DoubleMatrix2D
Sets all cells to the state specified by values.
assign(double) - Method in class cern.colt.matrix.DoubleMatrix2D
Sets all cells to the state specified by value.
assign(DoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(double[][][]) - Method in class cern.colt.matrix.DoubleMatrix3D
Sets all cells to the state specified by values.
assign(double) - Method in class cern.colt.matrix.DoubleMatrix3D
Sets all cells to the state specified by value.
assign(DoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix3D
Assigns the result of a function to each cell; x[slice,row,col] = function(x[slice,row,col]).
assign(DoubleMatrix3D) - Method in class cern.colt.matrix.DoubleMatrix3D
Replaces all cell values of the receiver with the values of another matrix.
assign(DoubleMatrix3D, DoubleDoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix3D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(double[]) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Sets all cells to the state specified by values.
assign(double) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Sets all cells to the state specified by value.
assign(DoubleFunction) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i]).
assign(DoubleMatrix1D) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Replaces all cell values of the receiver with the values of another matrix.
assign(DoubleMatrix1D, DoubleDoubleFunction) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(double[][]) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Sets all cells to the state specified by values.
assign(double) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Sets all cells to the state specified by value.
assign(DoubleFunction) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(DoubleMatrix2D) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(double[][][]) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
Sets all cells to the state specified by values.
assign(DoubleMatrix3D) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
Replaces all cell values of the receiver with the values of another matrix.
assign(Object[]) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Sets all cells to the state specified by values.
assign(ObjectFunction) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i]).
assign(ObjectMatrix1D) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Replaces all cell values of the receiver with the values of another matrix.
assign(ObjectMatrix1D, ObjectObjectFunction) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(Object[][]) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Sets all cells to the state specified by values.
assign(ObjectFunction) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(ObjectMatrix2D) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(ObjectMatrix2D, ObjectObjectFunction) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(Object[][][]) - Method in class cern.colt.matrix.impl.DenseObjectMatrix3D
Sets all cells to the state specified by values.
assign(ObjectMatrix3D) - Method in class cern.colt.matrix.impl.DenseObjectMatrix3D
Replaces all cell values of the receiver with the values of another matrix.
assign(double) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
Sets all cells to the state specified by value.
assign(DoubleFunction) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
assign(DoubleMatrix2D) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
assign(double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Sets all cells to the state specified by value.
assign(double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Sets all cells to the state specified by value.
assign(DoubleFunction) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(DoubleMatrix2D) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
 
assign(double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Sets all cells to the state specified by value.
assign(DoubleMatrix2D, DoubleFunction) - Method in interface cern.colt.matrix.linalg.Blas
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(DoubleMatrix2D, DoubleMatrix2D, DoubleDoubleFunction) - Method in interface cern.colt.matrix.linalg.Blas
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(DoubleMatrix2D, DoubleFunction) - Method in class cern.colt.matrix.linalg.SeqBlas
 
assign(DoubleMatrix2D, DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.linalg.SeqBlas
 
assign(DoubleMatrix2D, DoubleFunction) - Method in class cern.colt.matrix.linalg.SmpBlas
 
assign(DoubleMatrix2D, DoubleMatrix2D, DoubleDoubleFunction) - Method in class cern.colt.matrix.linalg.SmpBlas
 
assign(Object[]) - Method in class cern.colt.matrix.ObjectMatrix1D
Sets all cells to the state specified by values.
assign(ObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i]).
assign(ObjectMatrix1D) - Method in class cern.colt.matrix.ObjectMatrix1D
Replaces all cell values of the receiver with the values of another matrix.
assign(ObjectMatrix1D, ObjectObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix1D
Assigns the result of a function to each cell; x[i] = function(x[i],y[i]).
assign(Object) - Method in class cern.colt.matrix.ObjectMatrix1D
Sets all cells to the state specified by value.
assign(Object[][]) - Method in class cern.colt.matrix.ObjectMatrix2D
Sets all cells to the state specified by values.
assign(ObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col]).
assign(ObjectMatrix2D) - Method in class cern.colt.matrix.ObjectMatrix2D
Replaces all cell values of the receiver with the values of another matrix.
assign(ObjectMatrix2D, ObjectObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix2D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(Object) - Method in class cern.colt.matrix.ObjectMatrix2D
Sets all cells to the state specified by value.
assign(Object[][][]) - Method in class cern.colt.matrix.ObjectMatrix3D
Sets all cells to the state specified by values.
assign(ObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix3D
Assigns the result of a function to each cell; x[slice,row,col] = function(x[slice,row,col]).
assign(ObjectMatrix3D) - Method in class cern.colt.matrix.ObjectMatrix3D
Replaces all cell values of the receiver with the values of another matrix.
assign(ObjectMatrix3D, ObjectObjectFunction) - Method in class cern.colt.matrix.ObjectMatrix3D
Assigns the result of a function to each cell; x[row,col] = function(x[row,col],y[row,col]).
assign(Object) - Method in class cern.colt.matrix.ObjectMatrix3D
Sets all cells to the state specified by value.
asString() - Static method in class cern.colt.Version
Returns all version information as string.
atan - Static variable in class cern.jet.math.Functions
Function that returns Math.atan(a).
atan2 - Static variable in class cern.jet.math.Functions
Function that returns Math.atan2(a,b).
atmosphere - Static variable in class cern.clhep.Units
 
autoCorrelation(DoubleArrayList, int, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the auto-correlation of a data sequence.
Avogadro - Static variable in class cern.clhep.PhysicalConstants
 

B

b00(double, double, RandomEngine) - Method in class cern.jet.random.Beta
 
b01(double, double, RandomEngine) - Method in class cern.jet.random.Beta
 
b1prs(double, double, RandomEngine) - Method in class cern.jet.random.Beta
 
B_i0 - Static variable in class cern.jet.math.Bessel
Chebyshev coefficients for exp(-x) sqrt(x) I0(x) in the inverted interval [8,infinity].
B_i1 - Static variable in class cern.jet.math.Bessel
 
B_k0 - Static variable in class cern.jet.math.Bessel
 
B_k1 - Static variable in class cern.jet.math.Bessel
 
b_setup - Variable in class cern.jet.random.Hyperbolic
 
bar - Static variable in class cern.clhep.Units
 
barn - Static variable in class cern.clhep.Units
 
becquerel - Static variable in class cern.clhep.Units
 
beforeInsert(int, boolean) - Method in class cern.colt.list.AbstractBooleanList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, byte) - Method in class cern.colt.list.AbstractByteList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, char) - Method in class cern.colt.list.AbstractCharList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, double) - Method in class cern.colt.list.AbstractDoubleList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, float) - Method in class cern.colt.list.AbstractFloatList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, int) - Method in class cern.colt.list.AbstractIntList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, long) - Method in class cern.colt.list.AbstractLongList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, short) - Method in class cern.colt.list.AbstractShortList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, boolean) - Method in class cern.colt.list.BooleanArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, byte) - Method in class cern.colt.list.ByteArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, char) - Method in class cern.colt.list.CharArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, double) - Method in class cern.colt.list.DoubleArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, float) - Method in class cern.colt.list.FloatArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, int) - Method in class cern.colt.list.IntArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, long) - Method in class cern.colt.list.LongArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, Object) - Method in class cern.colt.list.ObjectArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsert(int, short) - Method in class cern.colt.list.ShortArrayList
Inserts the specified element before the specified position into the receiver.
beforeInsertAllOf(int, Collection) - Method in class cern.colt.list.AbstractList
Inserts all elements of the specified collection before the specified position into the receiver.
beforeInsertAllOfFromTo(int, AbstractBooleanList, int, int) - Method in class cern.colt.list.AbstractBooleanList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
beforeInsertAllOfFromTo(int, AbstractByteList, int, int) - Method in class cern.colt.list.AbstractByteList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
beforeInsertAllOfFromTo(int, AbstractCharList, int, int) - Method in class cern.colt.list.AbstractCharList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
beforeInsertAllOfFromTo(int, AbstractDoubleList, int, int) - Method in class cern.colt.list.AbstractDoubleList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
beforeInsertAllOfFromTo(int, AbstractFloatList, int, int) - Method in class cern.colt.list.AbstractFloatList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
beforeInsertAllOfFromTo(int, AbstractIntList, int, int) - Method in class cern.colt.list.AbstractIntList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
beforeInsertAllOfFromTo(int, AbstractLongList, int, int) - Method in class cern.colt.list.AbstractLongList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
beforeInsertAllOfFromTo(int, AbstractShortList, int, int) - Method in class cern.colt.list.AbstractShortList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
beforeInsertAllOfFromTo(int, ObjectArrayList, int, int) - Method in class cern.colt.list.ObjectArrayList
Inserts the part of the specified list between otherFrom (inclusive) and otherTo (inclusive) before the specified position into the receiver.
beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractBooleanList
Inserts length dummy elements before the specified position into the receiver.
beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractByteList
Inserts length dummy elements before the specified position into the receiver.
beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractCharList
Inserts length dummy elements before the specified position into the receiver.
beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractDoubleList
Inserts length dummy elements before the specified position into the receiver.
beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractFloatList
Inserts length dummy elements before the specified position into the receiver.
beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractIntList
Inserts length dummy elements before the specified position into the receiver.
beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractList
Inserts length dummy elements before the specified position into the receiver.
beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractLongList
Inserts length dummy elements before the specified position into the receiver.
beforeInsertDummies(int, int) - Method in class cern.colt.list.AbstractShortList
Inserts length dummy elements before the specified position into the receiver.
beforeInsertDummies(int, int) - Method in class cern.colt.list.ObjectArrayList
Inserts length dummies before the specified position into the receiver.
bench_dgemm(String[]) - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Not yet documented.
bench_dgemv(String[]) - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Not yet documented.
bench_pow(String[]) - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Not yet documented.
benchGeneric(Double2DProcedure, String[]) - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Not yet documented.
Benchmark - Class in cern.colt.map
Benchmarks the classes of this package.
Benchmark() - Constructor for class cern.colt.map.Benchmark
Makes this class non instantiable, but still let's others inherit from it.
benchmark(int, int, String) - Static method in class cern.colt.map.Benchmark
 
Benchmark - Class in cern.jet.random
Benchmarks random number generation from various distributions as well as PDF and CDF lookups.
Benchmark() - Constructor for class cern.jet.random.Benchmark
Makes this class non instantiable, but still let's others inherit from it.
Benchmark - Class in cern.jet.random.engine
Benchmarks the performance of the currently provided uniform pseudo-random number generation engines.
Benchmark() - Constructor for class cern.jet.random.engine.Benchmark
Makes this class non instantiable, but still let's others inherit from it.
benchmark(int) - Static method in class cern.jet.random.engine.Benchmark
Benchmarks raw() for various uniform generation engines.
BenchmarkMatrix - Class in cern.colt.matrix.bench
Configurable matrix benchmark.
BenchmarkMatrix() - Constructor for class cern.colt.matrix.bench.BenchmarkMatrix
Benchmark constructor comment.
Bessel - Class in cern.jet.math
Bessel and Airy functions.
Bessel() - Constructor for class cern.jet.math.Bessel
Makes this class non instantiable, but still let's others inherit from it.
Beta - Class in cern.jet.random
Beta(double, double, RandomEngine) - Constructor for class cern.jet.random.Beta
Constructs a Beta distribution.
beta - Variable in class cern.jet.random.Beta
 
beta - Variable in class cern.jet.random.Hyperbolic
 
beta(double, double) - Static method in class cern.jet.stat.Gamma
Returns the beta function of the arguments.
beta(double, double, double) - Static method in class cern.jet.stat.Probability
Returns the area from zero to x under the beta density function.
betaComplemented(double, double, double) - Static method in class cern.jet.stat.Probability
Returns the area under the right hand tail (from x to infinity) of the beta density function.
between(double, double) - Static method in class cern.jet.math.Functions
Constructs a function that returns (from<=a && a<=to) ? 1 : 0.
between(int, int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns (from<=a && a<=to) ? 1 : 0.
big - Static variable in class cern.jet.math.Constants
 
biginv - Static variable in class cern.jet.math.Constants
 
bin(DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Statistic
Fills all cell values of the given vector into a bin from which statistics measures can be retrieved efficiently.
binarySearch(boolean) - Method in class cern.colt.list.AbstractBooleanList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(byte) - Method in class cern.colt.list.AbstractByteList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(char) - Method in class cern.colt.list.AbstractCharList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(double) - Method in class cern.colt.list.AbstractDoubleList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(float) - Method in class cern.colt.list.AbstractFloatList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(int) - Method in class cern.colt.list.AbstractIntList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(long) - Method in class cern.colt.list.AbstractLongList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(short) - Method in class cern.colt.list.AbstractShortList
Searches the receiver for the specified value using the binary search algorithm.
binarySearch(Object) - Method in class cern.colt.list.ObjectArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(boolean, int, int) - Method in class cern.colt.list.AbstractBooleanList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(byte, int, int) - Method in class cern.colt.list.AbstractByteList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(char, int, int) - Method in class cern.colt.list.AbstractCharList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(double, int, int) - Method in class cern.colt.list.AbstractDoubleList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(float, int, int) - Method in class cern.colt.list.AbstractFloatList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(int, int, int) - Method in class cern.colt.list.AbstractIntList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(long, int, int) - Method in class cern.colt.list.AbstractLongList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(short, int, int) - Method in class cern.colt.list.AbstractShortList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(byte, int, int) - Method in class cern.colt.list.ByteArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(char, int, int) - Method in class cern.colt.list.CharArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(double, int, int) - Method in class cern.colt.list.DoubleArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(float, int, int) - Method in class cern.colt.list.FloatArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(int, int, int) - Method in class cern.colt.list.IntArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(long, int, int) - Method in class cern.colt.list.LongArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(Object, int, int) - Method in class cern.colt.list.ObjectArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(Object, int, int, Comparator) - Method in class cern.colt.list.ObjectArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(short, int, int) - Method in class cern.colt.list.ShortArrayList
Searches the receiver for the specified value using the binary search algorithm.
binarySearchFromTo(byte[], byte, int, int) - Static method in class cern.colt.Sorting
Searches the list for the specified value using the binary search algorithm.
binarySearchFromTo(char[], char, int, int) - Static method in class cern.colt.Sorting
Searches the list for the specified value using the binary search algorithm.
binarySearchFromTo(double[], double, int, int) - Static method in class cern.colt.Sorting
Searches the list for the specified value using the binary search algorithm.
binarySearchFromTo(float[], float, int, int) - Static method in class cern.colt.Sorting
Searches the list for the specified value using the binary search algorithm.
binarySearchFromTo(int[], int, int, int) - Static method in class cern.colt.Sorting
Searches the list for the specified value using the binary search algorithm.
binarySearchFromTo(long[], long, int, int) - Static method in class cern.colt.Sorting
Searches the list for the specified value using the binary search algorithm.
binarySearchFromTo(Object[], Object, int, int, Comparator) - Static method in class cern.colt.Sorting
Searches the list for the specified value using the binary search algorithm.
binarySearchFromTo(short[], short, int, int) - Static method in class cern.colt.Sorting
Searches the list for the specified value using the binary search algorithm.
binarySearchFromTo(int, int, IntComparator) - Static method in class cern.colt.Sorting
Generically searches the list for the specified value using the binary search algorithm.
binBoundaries - Variable in class cern.jet.stat.quantile.EquiDepthHistogram
 
bindArg1(DoubleDoubleFunction, double) - Static method in class cern.jet.math.Functions
Constructs a unary function from a binary function with the first operand (argument) fixed to the given constant c.
bindArg1(IntIntFunction, int) - Static method in class cern.jet.math.IntFunctions
Constructs a unary function from a binary function with the first operand (argument) fixed to the given constant c.
bindArg2(DoubleDoubleFunction, double) - Static method in class cern.jet.math.Functions
Constructs a unary function from a binary function with the second operand (argument) fixed to the given constant c.
bindArg2(IntIntFunction, int) - Static method in class cern.jet.math.IntFunctions
Constructs a unary function from a binary function with the second operand (argument) fixed to the given constant c.
binOfElement(float) - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns the bin index of the given element.
binomial(double, long) - Static method in class cern.jet.math.Arithmetic
Efficiently returns the binomial coefficient, often also referred to as "n over k" or "n choose k".
binomial(long, long) - Static method in class cern.jet.math.Arithmetic
Efficiently returns the binomial coefficient, often also referred to as "n over k" or "n choose k".
Binomial - Class in cern.jet.random
Binomial distribution; See the math definition and animated definition.
Binomial(int, double, RandomEngine) - Constructor for class cern.jet.random.Binomial
Constructs a binomial distribution.
binomial(int, int, double) - Static method in class cern.jet.stat.Probability
Returns the sum of the terms 0 through k of the Binomial probability density.
binomialComplemented(int, int, double) - Static method in class cern.jet.stat.Probability
Returns the sum of the terms k+1 through n of the Binomial probability density.
bins() - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns the number of bins.
BIT_INDEX_MASK - Static variable in class cern.colt.bitvector.QuickBitVector
 
bitMaskWithBitsSetFromTo(int, int) - Static method in class cern.colt.bitvector.QuickBitVector
Returns a bit mask with bits in the specified range set to 1, all the rest set to 0.
BitMatrix - Class in cern.colt.bitvector
Fixed sized (non resizable) n*m bit matrix.
BitMatrix(int, int) - Constructor for class cern.colt.bitvector.BitMatrix
Constructs a bit matrix with a given number of columns and rows.
bits - Variable in class cern.colt.bitvector.BitMatrix
 
bits - Variable in class cern.colt.bitvector.BitVector
The bits of this object.
bits - Variable in class cern.colt.list.MinMaxNumberList
 
BITS_PER_UNIT - Static variable in class cern.colt.bitvector.QuickBitVector
 
bitsPerElement - Variable in class cern.colt.list.MinMaxNumberList
 
bitsPerElement() - Method in class cern.colt.list.MinMaxNumberList
Returns the number of bits necessary to store a single element.
bitsPerElement(long, long) - Static method in class cern.colt.list.MinMaxNumberList
Returns the number of bits necessary to store values in the range [minimum,maximum].
BitVector - Class in cern.colt.bitvector
Fixed sized (non resizable) bitvector.
BitVector(long[], int) - Constructor for class cern.colt.bitvector.BitVector
You normally need not use this method.
BitVector(int) - Constructor for class cern.colt.bitvector.BitVector
Constructs a bit vector that holds size bits.
blanks(int) - Method in class cern.colt.matrix.impl.AbstractFormatter
Returns a String with length blanks.
blanks(int) - Static method in class cern.colt.matrix.linalg.Property
Returns a String with length blanks.
Blas - Interface in cern.colt.matrix.linalg
Subset of the BLAS (Basic Linear Algebra System); High quality "building block" routines for performing basic vector and matrix operations.
Bohr_radius - Static variable in class cern.clhep.PhysicalConstants
 
BooleanArrayList - Class in cern.colt.list
Resizable list holding boolean elements; implemented with arrays.
BooleanArrayList() - Constructor for class cern.colt.list.BooleanArrayList
Constructs an empty list.
BooleanArrayList(boolean[]) - Constructor for class cern.colt.list.BooleanArrayList
Constructs a list containing the specified elements.
BooleanArrayList(int) - Constructor for class cern.colt.list.BooleanArrayList
Constructs an empty list with the specified initial capacity.
BooleanProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
BRAY_CURTIS - Static variable in class cern.colt.matrix.doublealgo.Statistic
Bray-Curtis distance function; Sum( abs(x[i]-y[i]) ) / Sum( x[i]+y[i] ).
BreitWigner - Class in cern.jet.random
BreitWigner (aka Lorentz) distribution; See the math definition.
BreitWigner(double, double, double, RandomEngine) - Constructor for class cern.jet.random.BreitWigner
Constructs a BreitWigner distribution.
BreitWignerMeanSquare - Class in cern.jet.random
Mean-square BreitWigner distribution; See the math definition.
BreitWignerMeanSquare(double, double, double, RandomEngine) - Constructor for class cern.jet.random.BreitWignerMeanSquare
Constructs a mean-squared BreitWigner distribution.
buffer - Variable in class cern.jet.random.sampling.RandomSamplingAssistant
 
bufferPosition - Variable in class cern.jet.random.sampling.RandomSamplingAssistant
 
ByteArrayList - Class in cern.colt.list
Resizable list holding byte elements; implemented with arrays.
ByteArrayList() - Constructor for class cern.colt.list.ByteArrayList
Constructs an empty list.
ByteArrayList(byte[]) - Constructor for class cern.colt.list.ByteArrayList
Constructs a list containing the specified elements.
ByteArrayList(int) - Constructor for class cern.colt.list.ByteArrayList
Constructs an empty list with the specified initial capacity.
ByteComparator - Interface in cern.colt.function
A comparison function which imposes a total ordering on some collection of elements.
ByteProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.

C

c - Variable in class cern.jet.random.Zeta
 
c_light - Static variable in class cern.clhep.PhysicalConstants
 
c_pm - Variable in class cern.jet.random.Poisson
 
c_squared - Static variable in class cern.clhep.PhysicalConstants
 
cache - Variable in class cern.jet.random.Normal
 
cached_alxm - Variable in class cern.jet.random.PoissonSlow
 
cached_g - Variable in class cern.jet.random.PoissonSlow
 
cached_sq - Variable in class cern.jet.random.PoissonSlow
 
cacheFilled - Variable in class cern.jet.random.Normal
 
CANBERRA - Static variable in class cern.colt.matrix.doublealgo.Statistic
Canberra distance function; Sum( abs(x[i]-y[i]) / abs(x[i]+y[i]) ).
candela - Static variable in class cern.clhep.Units
 
capacity - Variable in class cern.colt.buffer.DoubleBuffer
 
capacity - Variable in class cern.colt.buffer.DoubleBuffer2D
 
capacity - Variable in class cern.colt.buffer.DoubleBuffer3D
 
capacity - Variable in class cern.colt.buffer.IntBuffer
 
capacity - Variable in class cern.colt.buffer.IntBuffer2D
 
capacity - Variable in class cern.colt.buffer.IntBuffer3D
 
capacity - Variable in class cern.colt.buffer.ObjectBuffer
 
capacity - Variable in class cern.colt.list.MinMaxNumberList
 
cardinality() - Method in class cern.colt.bitvector.BitMatrix
Returns the number of bits currently in the true state.
cardinality() - Method in class cern.colt.bitvector.BitVector
Returns the number of bits currently in the true state.
cardinality() - Method in class cern.colt.matrix.DoubleMatrix1D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality(int) - Method in class cern.colt.matrix.DoubleMatrix1D
Returns the number of cells having non-zero values, but at most maxCardinality; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.DoubleMatrix2D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.DoubleMatrix3D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality(int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Returns the number of cells having non-zero values, but at most maxCardinality; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Returns the number of cells having non-zero values.
cardinality() - Method in class cern.colt.matrix.ObjectMatrix1D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.ObjectMatrix2D
Returns the number of cells having non-zero values; ignores tolerance.
cardinality() - Method in class cern.colt.matrix.ObjectMatrix3D
Returns the number of cells having non-zero values; ignores tolerance.
cdf(double) - Method in class cern.jet.random.Beta
Returns the cumulative distribution function.
cdf(int) - Method in class cern.jet.random.Binomial
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.ChiSquare
Returns the cumulative distribution function.
cdf - Variable in class cern.jet.random.Empirical
 
cdf(int) - Method in class cern.jet.random.Empirical
Returns the cumulative distribution function.
cdf - Variable in class cern.jet.random.EmpiricalWalker
 
cdf(int) - Method in class cern.jet.random.EmpiricalWalker
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.Exponential
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.Gamma
Returns the cumulative distribution function.
cdf(int) - Method in class cern.jet.random.NegativeBinomial
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.Normal
Returns the cumulative distribution function.
cdf(int) - Method in class cern.jet.random.Poisson
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.StudentT
Returns the cumulative distribution function.
cdf(double) - Method in class cern.jet.random.Uniform
Returns the cumulative distribution function (assuming a continous uniform distribution).
ceil(double) - Static method in class cern.jet.math.Arithmetic
Returns the smallest long >= value.
ceil - Static variable in class cern.jet.math.Functions
Function that returns Math.ceil(a).
CENTER - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The alignment string aligning the cells of a column to its center.
centimeter - Static variable in class cern.clhep.Units
 
centimeter2 - Static variable in class cern.clhep.Units
 
centimeter3 - Static variable in class cern.clhep.Units
 
cern.clhep - package cern.clhep
A Java port of CLHEP 1.4.0 (C++) - A Class Library for High Energy Physics; still quite incomplete - should probably find a way to take cern.clhep out of this distribution and merge cern.clhep with hep.lcd (SLAC).
cern.colt - package cern.colt
Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting.
cern.colt.bitvector - package cern.colt.bitvector
Bit vectors and bit matrices.
cern.colt.buffer - package cern.colt.buffer
Fixed sized (non resizable) streaming buffers connected to a target objects to which data is automatically flushed upon buffer overflow.
cern.colt.function - package cern.colt.function
Core interfaces for functions, comparisons and procedures on objects and primitive data types.
cern.colt.list - package cern.colt.list
Resizable lists holding objects or primitive data types such as int, double, etc.
cern.colt.list.adapter - package cern.colt.list.adapter
List adapters that make Colt lists compatible with the JDK 1.2 Collections Framework.
cern.colt.map - package cern.colt.map
Automatically growing and shrinking maps holding objects or primitive data types such as int, double, etc.
cern.colt.matrix - package cern.colt.matrix
Matrix interfaces and factories; efficient and flexible dense and sparse 1, 2, 3 and d-dimensional matrices holding objects or primitive data types such as int, double, etc; Templated, fixed sized (not dynamically resizable); Also known as multi-dimensional arrays or Data Cubes.
cern.colt.matrix.bench - package cern.colt.matrix.bench
Matrix benchmarks.
cern.colt.matrix.doublealgo - package cern.colt.matrix.doublealgo
Double matrix algorithms such as print formatting, sorting, partitioning and statistics.
cern.colt.matrix.impl - package cern.colt.matrix.impl
Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces of cern.colt.matrix, without subsetting or supersetting.
cern.colt.matrix.linalg - package cern.colt.matrix.linalg
Linear Algebraic matrix computations operating on DoubleMatrix2D and DoubleMatrix1D.
cern.colt.matrix.objectalgo - package cern.colt.matrix.objectalgo
Object matrix algorithms such as print formatting, sorting, partitioning and statistics.
cern.jet.math - package cern.jet.math
Tools for basic and advanced mathematics: Arithmetics and Algebra, Polynomials and Chebyshev series, Bessel and Airy functions, Function Objects for generic function evaluation, etc.
cern.jet.random - package cern.jet.random
Large variety of probability distributions featuring high performance generation of random numbers, CDF's and PDF's.
cern.jet.random.engine - package cern.jet.random.engine
Engines generating strong uniformly distributed pseudo-random numbers; Needed by all JET probability distributions since they rely on uniform random numbers to generate random numbers from their own distribution.
cern.jet.random.sampling - package cern.jet.random.sampling
Samples (picks) random subsets of data sequences.
cern.jet.stat - package cern.jet.stat
Tools for basic and advanced statistics: Estimators, Gamma functions, Beta functions, Probabilities, Special integrals, etc.
cern.jet.stat.quantile - package cern.jet.stat.quantile
Scalable algorithms and data structures to compute approximate quantiles over very large data sequences.
chain(DoubleDoubleFunction, DoubleFunction, DoubleFunction) - Static method in class cern.jet.math.Functions
Constructs the function f( g(a), h(b) ).
chain(DoubleFunction, DoubleDoubleFunction) - Static method in class cern.jet.math.Functions
Constructs the function g( h(a,b) ).
chain(DoubleFunction, DoubleFunction) - Static method in class cern.jet.math.Functions
Constructs the function g( h(a) ).
chain(IntFunction, IntFunction) - Static method in class cern.jet.math.IntFunctions
Constructs the function g( h(a) ).
chain(IntFunction, IntIntFunction) - Static method in class cern.jet.math.IntFunctions
Constructs the function g( h(a,b) ).
chain(IntIntFunction, IntFunction, IntFunction) - Static method in class cern.jet.math.IntFunctions
Constructs the function f( g(a), h(b) ).
CharArrayList - Class in cern.colt.list
Resizable list holding char elements; implemented with arrays.
CharArrayList() - Constructor for class cern.colt.list.CharArrayList
Constructs an empty list.
CharArrayList(char[]) - Constructor for class cern.colt.list.CharArrayList
Constructs a list containing the specified elements.
CharArrayList(int) - Constructor for class cern.colt.list.CharArrayList
Constructs an empty list with the specified initial capacity.
CharComparator - Interface in cern.colt.function
A comparison function which imposes a total ordering on some collection of elements.
CharProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
chbevl(double, double[], int) - Static method in class cern.jet.math.Arithmetic
Evaluates the series of Chebyshev polynomials Ti at argument x/2.
checkBox(int, int, int, int) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Checks whether the receiver contains the given box and throws an exception, if necessary.
checkBox(int, int, int, int, int, int) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Checks whether the receiver contains the given box and throws an exception, if necessary.
checkColumn(int) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Sanity check for operations requiring a column index to be within bounds.
checkColumn(int) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Sanity check for operations requiring a column index to be within bounds.
checkColumnIndexes(int[]) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Checks whether indexes are legal and throws an exception, if necessary.
checkColumnIndexes(int[]) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Checks whether indexes are legal and throws an exception, if necessary.
checkDimensionCompatibility(BitMatrix) - Method in class cern.colt.bitvector.BitMatrix
Sanity check for operations requiring matrices with the same number of columns and rows.
checkIndex(int) - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Sanity check for operations requiring an index to be within bounds.
checkIndexes(int[]) - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Checks whether indexes are legal and throws an exception, if necessary.
checkRange(int, int) - Static method in class cern.colt.list.AbstractList
Checks if the given index is in range.
checkRange(int, int) - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Checks whether the receiver contains the given range and throws an exception, if necessary.
checkRangeFromTo(int, int, int) - Static method in class cern.colt.bitvector.BitVector
Checks if the given range is within the contained array's bounds.
checkRangeFromTo(int, int, int) - Static method in class cern.colt.list.AbstractList
Checks if the given range is within the contained array's bounds.
checkRangeFromTo(int, int, int) - Static method in class cern.jet.stat.Descriptive
Checks if the given range is within the contained array's bounds.
checkRectangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
Checks whether the given matrix A is rectangular.
checkRectangularShape(double[][]) - Static method in class cern.colt.matrix.DoubleFactory2D
Checks whether the given array is rectangular, that is, whether all rows have the same number of columns.
checkRectangularShape(DoubleMatrix2D[][]) - Static method in class cern.colt.matrix.DoubleFactory2D
Checks whether the given array is rectangular, that is, whether all rows have the same number of columns.
checkRectangularShape(ObjectMatrix2D[][]) - Static method in class cern.colt.matrix.ObjectFactory2D
Checks whether the given array is rectangular, that is, whether all rows have the same number of columns.
checkRectangularShape(Object[][]) - Static method in class cern.colt.matrix.ObjectFactory2D
Checks whether the given array is rectangular, that is, whether all rows have the same number of columns.
checkRow(int) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Sanity check for operations requiring a row index to be within bounds.
checkRow(int) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Sanity check for operations requiring a row index to be within bounds.
checkRowIndexes(int[]) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Checks whether indexes are legal and throws an exception, if necessary.
checkRowIndexes(int[]) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Checks whether indexes are legal and throws an exception, if necessary.
checkShape(AbstractMatrix2D) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Sanity check for operations requiring two matrices with the same number of columns and rows.
checkShape(AbstractMatrix2D, AbstractMatrix2D) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Sanity check for operations requiring matrices with the same number of columns and rows.
checkShape(AbstractMatrix3D) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Sanity check for operations requiring two matrices with the same number of slices, rows and columns.
checkShape(AbstractMatrix3D, AbstractMatrix3D) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Sanity check for operations requiring matrices with the same number of slices, rows and columns.
checkSize(BitVector) - Method in class cern.colt.bitvector.BitVector
Sanity check for operations requiring another bitvector with at least the same size.
checkSize(double[]) - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Sanity check for operations requiring two matrices with the same size.
checkSize(AbstractMatrix1D) - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Sanity check for operations requiring two matrices with the same size.
checkSlice(int) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Sanity check for operations requiring a slice index to be within bounds.
checkSliceIndexes(int[]) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Checks whether indexes are legal and throws an exception, if necessary.
checkSquare(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
Checks whether the given matrix A is square.
ChiSquare - Class in cern.jet.random
ChiSquare distribution; See the math definition and animated definition.
ChiSquare(double, RandomEngine) - Constructor for class cern.jet.random.ChiSquare
Constructs a ChiSquare distribution.
chiSquare(double, double) - Static method in class cern.jet.stat.Probability
Returns the area under the left hand tail (from 0 to x) of the Chi square probability density function with v degrees of freedom.
chiSquareComplemented(double, double) - Static method in class cern.jet.stat.Probability
Returns the area under the right hand tail (from x to infinity) of the Chi square probability density function with v degrees of freedom.
CholeskyDecomposition - Class in cern.colt.matrix.linalg
For a symmetric, positive definite matrix A, the Cholesky decomposition is a lower triangular matrix L so that A = L*L'; If the matrix is not symmetric or positive definite, the constructor returns a partial decomposition and sets an internal flag that may be queried by the isSymmetricPositiveDefinite() method.
CholeskyDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.linalg.CholeskyDecomposition
Constructs and returns a new Cholesky decomposition object for a symmetric and positive definite matrix; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
chooseGrowCapacity(int, double, double) - Method in class cern.colt.map.AbstractMap
Chooses a new prime table capacity optimized for growing that (approximately) satisfies the invariant c * minLoadFactor <= size <= c * maxLoadFactor and has at least one FREE slot for the given size.
chooseHighWaterMark(int, double) - Method in class cern.colt.map.AbstractMap
Returns new high water mark threshold based on current capacity and maxLoadFactor.
chooseLowWaterMark(int, double) - Method in class cern.colt.map.AbstractMap
Returns new low water mark threshold based on current capacity and minLoadFactor.
chooseMeanCapacity(int, double, double) - Method in class cern.colt.map.AbstractMap
Chooses a new prime table capacity neither favoring shrinking nor growing, that (approximately) satisfies the invariant c * minLoadFactor <= size <= c * maxLoadFactor and has at least one FREE slot for the given size.
chooseShrinkCapacity(int, double, double) - Method in class cern.colt.map.AbstractMap
Chooses a new prime table capacity optimized for shrinking that (approximately) satisfies the invariant c * minLoadFactor <= size <= c * maxLoadFactor and has at least one FREE slot for the given size.
classic_electr_radius - Static variable in class cern.clhep.PhysicalConstants
 
clear() - Method in class cern.colt.bitvector.BitMatrix
Clears all bits of the receiver.
clear() - Method in class cern.colt.bitvector.BitVector
Clears all bits of the receiver.
clear(int) - Method in class cern.colt.bitvector.BitVector
Changes the bit with index bitIndex to the "clear" (false) state.
clear(long[], int) - Static method in class cern.colt.bitvector.QuickBitVector
Changes the bit with index bitIndex in the bitvector bits to the "clear" (false) state.
clear() - Method in class cern.colt.buffer.DoubleBuffer
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.DoubleBuffer2D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.DoubleBuffer3D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.IntBuffer
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.IntBuffer2D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.IntBuffer3D
Sets the receiver's size to zero.
clear() - Method in class cern.colt.buffer.ObjectBuffer
Sets the receiver's size to zero.
clear() - Method in class cern.colt.list.AbstractCollection
Removes all elements from the receiver.
clear() - Method in class cern.colt.list.AbstractList
Removes all elements from the receiver.
clear() - Method in class cern.colt.map.AbstractMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.OpenDoubleIntHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.OpenIntDoubleHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.OpenIntIntHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.OpenIntObjectHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in class cern.colt.map.OpenLongObjectHashMap
Removes all (key,value) associations from the receiver.
clear() - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Removes all elements from the receiver.
clone() - Method in class cern.colt.bitvector.BitMatrix
Cloning this BitMatrix produces a new BitMatrix that is equal to it.
clone() - Method in class cern.colt.bitvector.BitVector
Cloning this BitVector produces a new BitVector that is equal to it.
clone() - Method in class cern.colt.list.AbstractBooleanList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.AbstractByteList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.AbstractCharList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.AbstractDoubleList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.AbstractFloatList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.AbstractIntList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.AbstractLongList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.AbstractShortList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.BooleanArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.ByteArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.CharArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.DoubleArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.FloatArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.IntArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.LongArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.list.ObjectArrayList
Returns a copy of the receiver such that the copy and the receiver share the same elements, but do not share the same array to index them; So modifying an object in the copy modifies the object in the receiver and vice versa; However, structurally modifying the copy (for example changing its size, setting other objects at indexes, etc.) does not affect the receiver and vice versa.
clone() - Method in class cern.colt.list.ShortArrayList
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.OpenDoubleIntHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.OpenIntDoubleHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.OpenIntIntHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.OpenIntObjectHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.map.OpenLongObjectHashMap
Returns a deep copy of the receiver.
clone() - Method in class cern.colt.matrix.linalg.Algebra
Returns a copy of the receiver.
clone() - Method in class cern.colt.PersistentObject
Returns a copy of the receiver.
clone() - Method in class cern.jet.random.AbstractDistribution
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.BreitWignerMeanSquare
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.Empirical
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.EmpiricalWalker
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.engine.MersenneTwister
Returns a copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.NegativeBinomial
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.Poisson
Returns a deep copy of the receiver; the copy will produce identical sequences.
clone() - Method in class cern.jet.random.sampling.RandomSampler
Returns a deep copy of the receiver.
clone() - Method in class cern.jet.random.sampling.RandomSamplingAssistant
Returns a deep copy of the receiver.
clone() - Method in class cern.jet.random.sampling.WeightedRandomSampler
Returns a deep copy of the receiver.
clone() - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Returns a deep copy of the receiver.
cm - Static variable in class cern.clhep.Units
 
cm2 - Static variable in class cern.clhep.Units
 
cm3 - Static variable in class cern.clhep.Units
 
codeOf(long) - Method in class cern.colt.list.DistinctNumberList
Returns the code that shall be stored for the given element.
cof - Static variable in class cern.jet.random.PoissonSlow
 
column - Variable in class cern.jet.random.engine.RandomSeedGenerator
 
columns - Variable in class cern.colt.bitvector.BitMatrix
 
columns() - Method in class cern.colt.bitvector.BitMatrix
Returns the number of columns of the receiver.
columns - Variable in class cern.colt.matrix.impl.AbstractMatrix2D
the number of colums and rows this matrix (view) has
columns() - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Returns the number of columns.
columns - Variable in class cern.colt.matrix.impl.AbstractMatrix3D
the number of columns this matrix (view) has
columns() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the number of columns.
COLUMNS - Static variable in class cern.jet.random.engine.RandomSeedTable
The number of columns of the matrix (currently COLUMNS = 2).
columnSeparator - Variable in class cern.colt.matrix.impl.AbstractFormatter
The default string separating any two columns from another; currently " ".
columnStride - Variable in class cern.colt.matrix.impl.AbstractMatrix2D
the number of elements between two columns, i.e.
columnStride - Variable in class cern.colt.matrix.impl.AbstractMatrix3D
the number of elements between two columns, i.e.
columnZero - Variable in class cern.colt.matrix.impl.AbstractMatrix2D
the index of the first element
columnZero - Variable in class cern.colt.matrix.impl.AbstractMatrix3D
the index of the first element
commands() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
 
compare(byte, byte) - Method in interface cern.colt.function.ByteComparator
Compares its two arguments for order.
compare(char, char) - Method in interface cern.colt.function.CharComparator
Compares its two arguments for order.
compare(double, double) - Method in interface cern.colt.function.DoubleComparator
Compares its two arguments for order.
compare(float, float) - Method in interface cern.colt.function.FloatComparator
Compares its two arguments for order.
compare(int, int) - Method in interface cern.colt.function.IntComparator
Compares its two arguments for order.
compare(long, long) - Method in interface cern.colt.function.LongComparator
Compares its two arguments for order.
compare(short, short) - Method in interface cern.colt.function.ShortComparator
Compares its two arguments for order.
compare(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.doublealgo.DoubleMatrix1DComparator
Compares its two arguments for order.
compare(DoubleMatrix2D, DoubleMatrix2D) - Method in interface cern.colt.matrix.doublealgo.DoubleMatrix2DComparator
Compares its two arguments for order.
compare(ObjectMatrix1D, ObjectMatrix1D) - Method in interface cern.colt.matrix.objectalgo.ObjectMatrix1DComparator
Compares its two arguments for order.
compare(ObjectMatrix2D, ObjectMatrix2D) - Method in interface cern.colt.matrix.objectalgo.ObjectMatrix2DComparator
Compares its two arguments for order.
compare - Static variable in class cern.jet.math.Functions
Function that returns a < b ? -1 : a > b ? 1 : 0.
compare(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a < b ? -1 : a > b ? 1 : 0.
compare - Static variable in class cern.jet.math.IntFunctions
Function that returns a < b ? -1 : a > b ? 1 : 0.
compare(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a < b ? -1 : a > b ? 1 : 0.
compose(DoubleMatrix2D[][]) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a block matrix made from the given parts.
compose(ObjectMatrix2D[][]) - Method in class cern.colt.matrix.ObjectFactory2D
Constructs a block matrix made from the given parts.
composeDiagonal(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a diagonal block matrix from the given parts (the direct sum of two matrices).
composeDiagonal(DoubleMatrix2D, DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a diagonal block matrix from the given parts.
composeDiagonal(ObjectMatrix2D, ObjectMatrix2D) - Method in class cern.colt.matrix.ObjectFactory2D
Constructs a diagonal block matrix from the given parts (the direct sum of two matrices).
composeDiagonal(ObjectMatrix2D, ObjectMatrix2D, ObjectMatrix2D) - Method in class cern.colt.matrix.ObjectFactory2D
Constructs a diagonal block matrix from the given parts.
cond(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the condition of matrix A, which is the ratio of largest to smallest singular value.
cond() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns the two norm condition number, which is max(S) / min(S).
constant(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns the constant c.
constant(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns the constant c.
Constants - Class in cern.jet.math
Defines some useful constants.
Constants() - Constructor for class cern.jet.math.Constants
Makes this class non instantiable, but still let's others inherit from it.
contains(boolean) - Method in class cern.colt.list.AbstractBooleanList
Returns true if the receiver contains the specified element.
contains(byte) - Method in class cern.colt.list.AbstractByteList
Returns true if the receiver contains the specified element.
contains(char) - Method in class cern.colt.list.AbstractCharList
Returns true if the receiver contains the specified element.
contains(double) - Method in class cern.colt.list.AbstractDoubleList
Returns true if the receiver contains the specified element.
contains(float) - Method in class cern.colt.list.AbstractFloatList
Returns true if the receiver contains the specified element.
contains(int) - Method in class cern.colt.list.AbstractIntList
Returns true if the receiver contains the specified element.
contains(long) - Method in class cern.colt.list.AbstractLongList
Returns true if the receiver contains the specified element.
contains(short) - Method in class cern.colt.list.AbstractShortList
Returns true if the receiver contains the specified element.
contains(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
Returns true if the receiver contains the specified element.
containsBox(int, int, int, int) - Method in class cern.colt.bitvector.BitMatrix
Checks whether the receiver contains the given box.
containsKey(double) - Method in class cern.colt.map.AbstractDoubleIntMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.AbstractIntDoubleMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.AbstractIntIntMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.AbstractIntObjectMap
Returns true if the receiver contains the specified key.
containsKey(long) - Method in class cern.colt.map.AbstractLongObjectMap
Returns true if the receiver contains the specified key.
containsKey(double) - Method in class cern.colt.map.OpenDoubleIntHashMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.OpenIntIntHashMap
Returns true if the receiver contains the specified key.
containsKey(int) - Method in class cern.colt.map.OpenIntObjectHashMap
Returns true if the receiver contains the specified key.
containsKey(long) - Method in class cern.colt.map.OpenLongObjectHashMap
Returns true if the receiver contains the specified key.
containsValue(int) - Method in class cern.colt.map.AbstractDoubleIntMap
Returns true if the receiver contains the specified value.
containsValue(double) - Method in class cern.colt.map.AbstractIntDoubleMap
Returns true if the receiver contains the specified value.
containsValue(int) - Method in class cern.colt.map.AbstractIntIntMap
Returns true if the receiver contains the specified value.
containsValue(Object) - Method in class cern.colt.map.AbstractIntObjectMap
Returns true if the receiver contains the specified value.
containsValue(Object) - Method in class cern.colt.map.AbstractLongObjectMap
Returns true if the receiver contains the specified value.
containsValue(int) - Method in class cern.colt.map.OpenDoubleIntHashMap
Returns true if the receiver contains the specified value.
containsValue(double) - Method in class cern.colt.map.OpenIntDoubleHashMap
Returns true if the receiver contains the specified value.
containsValue(int) - Method in class cern.colt.map.OpenIntIntHashMap
Returns true if the receiver contains the specified value.
containsValue(Object) - Method in class cern.colt.map.OpenIntObjectHashMap
Returns true if the receiver contains the specified value.
containsValue(Object) - Method in class cern.colt.map.OpenLongObjectHashMap
Returns true if the receiver contains the specified value.
content - Variable in class cern.colt.list.adapter.DoubleListAdapter
 
content - Variable in class cern.colt.list.adapter.FloatListAdapter
 
content - Variable in class cern.colt.list.adapter.IntListAdapter
 
content - Variable in class cern.colt.list.adapter.LongListAdapter
 
content - Variable in class cern.colt.list.adapter.ObjectListAdapter
 
copy() - Method in class cern.colt.bitvector.BitMatrix
Returns a shallow clone of the receiver; calls clone() and casts the result.
copy() - Method in class cern.colt.bitvector.BitVector
Returns a deep copy of the receiver; calls clone() and casts the result.
copy() - Method in class cern.colt.list.BooleanArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.ByteArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.CharArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.DoubleArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.FloatArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.IntArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.LongArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.list.ObjectArrayList
Returns a copy of the receiver; call clone() and casts the result.
copy() - Method in class cern.colt.list.ShortArrayList
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.AbstractDoubleIntMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.AbstractIntDoubleMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.AbstractIntIntMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.AbstractIntObjectMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.map.AbstractLongObjectMap
Returns a deep copy of the receiver; uses clone() and casts the result.
copy() - Method in class cern.colt.matrix.DoubleMatrix1D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.ObjectMatrix1D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a deep copy of the receiver.
copy() - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a deep copy of the receiver.
correlation(DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Statistic
Modifies the given covariance matrix to be a correlation matrix (in-place).
correlation(DoubleArrayList, double, DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
Returns the correlation of two data sequences.
cos - Static variable in class cern.jet.math.Functions
Function that returns Math.cos(a).
coulomb - Static variable in class cern.clhep.Units
 
countSortFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
Sorts the specified range of the receiver into ascending numerical order (false < true).
countSortFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
Sorts the specified range of the receiver into ascending numerical order.
countSortFromTo(int, int, byte, byte) - Method in class cern.colt.list.ByteArrayList
Sorts the specified range of the receiver into ascending numerical order.
countSortFromTo(int, int, char, char) - Method in class cern.colt.list.CharArrayList
Sorts the specified range of the receiver into ascending numerical order.
countSortFromTo(int, int, int, int) - Method in class cern.colt.list.IntArrayList
Sorts the specified range of the receiver into ascending numerical order.
countSortFromTo(int, int, long, long) - Method in class cern.colt.list.LongArrayList
Sorts the specified range of the receiver into ascending numerical order.
countSortFromTo(int, int, short, short) - Method in class cern.colt.list.ShortArrayList
Sorts the specified range of the receiver into ascending numerical order.
covariance(DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Statistic
Constructs and returns the covariance matrix of the given matrix.
covariance(DoubleArrayList, DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the covariance of two data sequences, which is cov(x,y) = (1/(size()-1)) * Sum((x[i]-mean(x)) * (y[i]-mean(y))).
create(String) - Method in class cern.colt.matrix.impl.FormerFactory
Constructs and returns a new format instance.
cube(DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Statistic
2-d OLAP cube operator; Fills all cells of the given vectors into the given histogram.
cube(DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Statistic
3-d OLAP cube operator; Fills all cells of the given vectors into the given histogram.
curie - Static variable in class cern.clhep.Units
 
cut - Variable in class cern.jet.random.BreitWigner
 

D

d - Variable in class cern.jet.random.Zeta
 
dasum(DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Returns the sum of absolute values; |x[0]| + |x[1]| + ...
dasum(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dasum(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
daxpy(double, DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Combined vector scaling; y = y + alpha*x.
daxpy(double, DoubleMatrix2D, DoubleMatrix2D) - Method in interface cern.colt.matrix.linalg.Blas
Combined matrix scaling; B = B + alpha*A.
daxpy(double, DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
daxpy(double, DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
daxpy(double, DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
daxpy(double, DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dcopy(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Vector assignment (copying); y = x.
dcopy(DoubleMatrix2D, DoubleMatrix2D) - Method in interface cern.colt.matrix.linalg.Blas
Matrix assignment (copying); B = A.
dcopy(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dcopy(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dcopy(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dcopy(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
ddot(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
ddot(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
ddot(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dec - Static variable in class cern.jet.math.IntFunctions
Function that returns a--.
DECIMAL - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The alignment string aligning the cells of a column to the decimal point.
decompose(DoubleMatrix2D[][], DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleFactory2D
Splits a block matrix into its constituent blocks; Copies blocks of a matrix into the given parts.
decompose(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Decomposes matrix A into L and U (in-place).
decompose(DoubleMatrix2D, int) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Decomposes the banded and square matrix A into L and U (in-place).
decompose(ObjectMatrix2D[][], ObjectMatrix2D) - Method in class cern.colt.matrix.ObjectFactory2D
Splits a block matrix into its constituent blocks; Copies blocks of a matrix into the given parts.
DEFAULT - Static variable in class cern.colt.matrix.linalg.Algebra
A default Algebra object; has Property.DEFAULT attached for tolerance.
DEFAULT - Static variable in class cern.colt.matrix.linalg.Property
The default Property object; currently has tolerance()==1.0E-9.
DEFAULT_COLUMN_SEPARATOR - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The default string separating any two columns from another; currently " ".
DEFAULT_MIN_COLUMN_WIDTH - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The default minimum number of characters a column may have; currently 1.
DEFAULT_ROW_SEPARATOR - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The default string separating any two rows from another; currently "\n".
DEFAULT_SEED - Static variable in class cern.jet.random.engine.DRand
 
DEFAULT_SEED - Static variable in class cern.jet.random.engine.MersenneTwister
 
DEFAULT_SLICE_SEPARATOR - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The default string separating any two slices from another; currently "\n\n".
defaultCapacity - Static variable in class cern.colt.map.AbstractMap
 
defaultMaxLoadFactor - Static variable in class cern.colt.map.AbstractMap
 
defaultMinLoadFactor - Static variable in class cern.colt.map.AbstractMap
 
deg - Static variable in class cern.clhep.Units
 
degree - Static variable in class cern.clhep.Units
 
delete(boolean) - Method in class cern.colt.list.AbstractBooleanList
Deletes the first element from the receiver that is identical to the specified element.
delete(byte) - Method in class cern.colt.list.AbstractByteList
Deletes the first element from the receiver that is identical to the specified element.
delete(char) - Method in class cern.colt.list.AbstractCharList
Deletes the first element from the receiver that is identical to the specified element.
delete(double) - Method in class cern.colt.list.AbstractDoubleList
Deletes the first element from the receiver that is identical to the specified element.
delete(float) - Method in class cern.colt.list.AbstractFloatList
Deletes the first element from the receiver that is identical to the specified element.
delete(int) - Method in class cern.colt.list.AbstractIntList
Deletes the first element from the receiver that is identical to the specified element.
delete(long) - Method in class cern.colt.list.AbstractLongList
Deletes the first element from the receiver that is identical to the specified element.
delete(short) - Method in class cern.colt.list.AbstractShortList
Deletes the first element from the receiver that is identical to the specified element.
delete(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
Deletes the first element from the receiver that matches the specified element.
demo1() - Static method in class cern.colt.matrix.doublealgo.Formatter
Demonstrates how to use this class.
demo1() - Static method in class cern.colt.matrix.doublealgo.Statistic
Demonstrates usage of this class.
demo1() - Method in class cern.colt.matrix.DoubleFactory2D
Demonstrates usage of this class.
demo1() - Static method in class cern.colt.matrix.impl.AbstractFormatter
Demonstrates how to use this class.
demo1() - Static method in class cern.jet.math.Functions
Demonstrates usage of this class.
demo1() - Static method in class cern.jet.random.Benchmark
Prints the first size random numbers generated by the distribution.
demo2() - Static method in class cern.colt.matrix.doublealgo.Formatter
Demonstrates how to use this class.
demo2(int, int, boolean) - Static method in class cern.colt.matrix.doublealgo.Statistic
Demonstrates usage of this class.
demo2() - Method in class cern.colt.matrix.DoubleFactory2D
Demonstrates usage of this class.
demo2() - Static method in class cern.colt.matrix.impl.AbstractFormatter
Demonstrates how to use this class.
demo2(int) - Static method in class cern.jet.math.Functions
Benchmarks and demonstrates usage of trivial and complex functions.
demo3(int, double) - Static method in class cern.colt.matrix.doublealgo.Formatter
Demonstrates how to use this class.
demo3(Statistic.VectorVectorFunction) - Static method in class cern.colt.matrix.doublealgo.Statistic
Demonstrates usage of this class.
demo3(int, Object) - Static method in class cern.colt.matrix.impl.AbstractFormatter
Demonstrates how to use this class.
demo4() - Static method in class cern.colt.matrix.doublealgo.Formatter
Demonstrates how to use this class.
demo5() - Static method in class cern.colt.matrix.doublealgo.Formatter
Demonstrates how to use this class.
demo6() - Static method in class cern.colt.matrix.doublealgo.Formatter
Demonstrates how to use this class.
demo7() - Static method in class cern.colt.matrix.doublealgo.Formatter
Demonstrates how to use this class.
dense - Static variable in class cern.colt.matrix.DoubleFactory1D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.DoubleFactory2D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.DoubleFactory3D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.ObjectFactory1D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.ObjectFactory2D
A factory producing dense matrices.
dense - Static variable in class cern.colt.matrix.ObjectFactory3D
A factory producing dense matrices.
DenseDoubleMatrix1D - Class in cern.colt.matrix.impl
Dense 1-d matrix (aka vector) holding double elements.
DenseDoubleMatrix1D(double[]) - Constructor for class cern.colt.matrix.impl.DenseDoubleMatrix1D
Constructs a matrix with a copy of the given values.
DenseDoubleMatrix1D(int) - Constructor for class cern.colt.matrix.impl.DenseDoubleMatrix1D
Constructs a matrix with a given number of cells.
DenseDoubleMatrix1D(int, double[], int, int) - Constructor for class cern.colt.matrix.impl.DenseDoubleMatrix1D
Constructs a matrix view with the given parameters.
DenseDoubleMatrix2D - Class in cern.colt.matrix.impl
Dense 2-d matrix holding double elements.
DenseDoubleMatrix2D(double[][]) - Constructor for class cern.colt.matrix.impl.DenseDoubleMatrix2D
Constructs a matrix with a copy of the given values.
DenseDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.impl.DenseDoubleMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseDoubleMatrix2D(int, int, double[], int, int, int, int) - Constructor for class cern.colt.matrix.impl.DenseDoubleMatrix2D
Constructs a view with the given parameters.
DenseDoubleMatrix3D - Class in cern.colt.matrix.impl
Dense 3-d matrix holding double elements.
DenseDoubleMatrix3D(double[][][]) - Constructor for class cern.colt.matrix.impl.DenseDoubleMatrix3D
Constructs a matrix with a copy of the given values.
DenseDoubleMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.impl.DenseDoubleMatrix3D
Constructs a matrix with a given number of slices, rows and columns.
DenseDoubleMatrix3D(int, int, int, double[], int, int, int, int, int, int) - Constructor for class cern.colt.matrix.impl.DenseDoubleMatrix3D
Constructs a view with the given parameters.
DenseObjectMatrix1D - Class in cern.colt.matrix.impl
Dense 1-d matrix (aka vector) holding Object elements.
DenseObjectMatrix1D(Object[]) - Constructor for class cern.colt.matrix.impl.DenseObjectMatrix1D
Constructs a matrix with a copy of the given values.
DenseObjectMatrix1D(int) - Constructor for class cern.colt.matrix.impl.DenseObjectMatrix1D
Constructs a matrix with a given number of cells.
DenseObjectMatrix1D(int, Object[], int, int) - Constructor for class cern.colt.matrix.impl.DenseObjectMatrix1D
Constructs a matrix view with the given parameters.
DenseObjectMatrix2D - Class in cern.colt.matrix.impl
Dense 2-d matrix holding Object elements.
DenseObjectMatrix2D(Object[][]) - Constructor for class cern.colt.matrix.impl.DenseObjectMatrix2D
Constructs a matrix with a copy of the given values.
DenseObjectMatrix2D(int, int) - Constructor for class cern.colt.matrix.impl.DenseObjectMatrix2D
Constructs a matrix with a given number of rows and columns.
DenseObjectMatrix2D(int, int, Object[], int, int, int, int) - Constructor for class cern.colt.matrix.impl.DenseObjectMatrix2D
Constructs a view with the given parameters.
DenseObjectMatrix3D - Class in cern.colt.matrix.impl
Dense 3-d matrix holding Object elements.
DenseObjectMatrix3D(Object[][][]) - Constructor for class cern.colt.matrix.impl.DenseObjectMatrix3D
Constructs a matrix with a copy of the given values.
DenseObjectMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.impl.DenseObjectMatrix3D
Constructs a matrix with a given number of slices, rows and columns.
DenseObjectMatrix3D(int, int, int, Object[], int, int, int, int, int, int) - Constructor for class cern.colt.matrix.impl.DenseObjectMatrix3D
Constructs a view with the given parameters.
density(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
Returns the matrix's fraction of non-zero cells; A.cardinality() / A.size().
descending(int) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a matrix with cells having descending values.
descending(int, int) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a matrix with cells having descending values.
descending(int, int, int) - Method in class cern.colt.matrix.DoubleFactory3D
Constructs a matrix with cells having descending values.
Descriptive - Class in cern.jet.stat
Basic descriptive statistics.
Descriptive() - Constructor for class cern.jet.stat.Descriptive
Makes this class non instantiable, but still let's others inherit from it.
det(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the determinant of matrix A.
det() - Method in class cern.colt.matrix.linalg.LUDecomposition
Returns the determinant, det(A).
det() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns the determinant, det(A).
dgemm(boolean, boolean, double, DoubleMatrix2D, DoubleMatrix2D, double, DoubleMatrix2D) - Method in interface cern.colt.matrix.linalg.Blas
Generalized linear algebraic matrix-matrix multiply; C = alpha*A*B + beta*C.
dgemm(boolean, boolean, double, DoubleMatrix2D, DoubleMatrix2D, double, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dgemm(boolean, boolean, double, DoubleMatrix2D, DoubleMatrix2D, double, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dgemv(boolean, double, DoubleMatrix2D, DoubleMatrix1D, double, DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Generalized linear algebraic matrix-vector multiply; y = alpha*A*x + beta*y.
dgemv(boolean, double, DoubleMatrix2D, DoubleMatrix1D, double, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dgemv(boolean, double, DoubleMatrix2D, DoubleMatrix1D, double, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dger(double, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix2D) - Method in interface cern.colt.matrix.linalg.Blas
Performs a rank 1 update; A = A + alpha*x*y'.
dger(double, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dger(double, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
diagonal(DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a new diagonal matrix whose diagonal elements are the elements of vector.
diagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a new vector consisting of the diagonal elements of A.
diagonal(ObjectMatrix1D) - Method in class cern.colt.matrix.ObjectFactory2D
Constructs a new diagonal matrix whose diagonal elements are the elements of vector.
diagonal(ObjectMatrix2D) - Method in class cern.colt.matrix.ObjectFactory2D
Constructs a new vector consisting of the diagonal elements of A.
display() - Method in class cern.colt.Timer
Prints the elapsed time on System.out
distance(DoubleMatrix2D, Statistic.VectorVectorFunction) - Static method in class cern.colt.matrix.doublealgo.Statistic
Constructs and returns the distance matrix of the given matrix.
distinct - Variable in class cern.colt.map.AbstractMap
The number of distinct associations in the map; its "size()".
DistinctNumberList - Class in cern.colt.list
Resizable compressed list holding numbers; based on the fact that a number from a large list with few distinct values need not take more than log(distinctValues) bits; implemented with a MinMaxNumberList.
DistinctNumberList(long[], int) - Constructor for class cern.colt.list.DistinctNumberList
Constructs an empty list with the specified initial capacity and the specified distinct values allowed to be hold in this list.
distinctValues - Variable in class cern.colt.list.DistinctNumberList
 
Distributions - Class in cern.jet.random
Contains methods for conveniently generating pseudo-random numbers from special distributions such as the Burr, Cauchy, Erlang, Geometric, Lambda, Laplace, Logistic, Weibull, etc.
Distributions() - Constructor for class cern.jet.random.Distributions
Makes this class non instantiable, but still let's others inherit from it.
div(DoubleMatrix1D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A / s <=> A[i] = A[i] / s.
div(DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A / B <=> A[i] = A[i] / B[i].
div(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A / s <=> A[row,col] = A[row,col] / s.
div(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A / B <=> A[row,col] = A[row,col] / B[row,col].
div - Static variable in class cern.jet.math.Functions
Function that returns a / b.
div(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a / b.
div - Static variable in class cern.jet.math.IntFunctions
Function that returns a / b.
div(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a / b.
div(double) - Static method in class cern.jet.math.Mult
a / constant.
dl - Variable in class cern.jet.random.Poisson
 
dnrm2(DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Return the 2-norm; sqrt(x[0]^2 + x[1]^2 + ...).
dnrm2(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dnrm2(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
Double27Function - Interface in cern.colt.function
Interface that represents a function object: a function that takes 27 arguments and returns a single value.
Double5Function - Interface in cern.colt.function
Interface that represents a function object: a function that takes 5 arguments and returns a single value.
Double9Function - Interface in cern.colt.function
Interface that represents a function object: a function that takes 9 arguments and returns a single value.
DoubleArrayList - Class in cern.colt.list
Resizable list holding double elements; implemented with arrays.
DoubleArrayList() - Constructor for class cern.colt.list.DoubleArrayList
Constructs an empty list.
DoubleArrayList(double[]) - Constructor for class cern.colt.list.DoubleArrayList
Constructs a list containing the specified elements.
DoubleArrayList(int) - Constructor for class cern.colt.list.DoubleArrayList
Constructs an empty list with the specified initial capacity.
DoubleBuffer - Class in cern.colt.buffer
Fixed sized (non resizable) streaming buffer connected to a target DoubleBufferConsumer to which data is automatically flushed upon buffer overflow.
DoubleBuffer(DoubleBufferConsumer, int) - Constructor for class cern.colt.buffer.DoubleBuffer
Constructs and returns a new buffer with the given target.
DoubleBuffer2D - Class in cern.colt.buffer
Fixed sized (non resizable) streaming buffer connected to a target DoubleBuffer2DConsumer to which data is automatically flushed upon buffer overflow.
DoubleBuffer2D(DoubleBuffer2DConsumer, int) - Constructor for class cern.colt.buffer.DoubleBuffer2D
Constructs and returns a new buffer with the given target.
DoubleBuffer2DConsumer - Interface in cern.colt.buffer
Target of a streaming DoubleBuffer2D into which data is flushed upon buffer overflow.
DoubleBuffer3D - Class in cern.colt.buffer
Fixed sized (non resizable) streaming buffer connected to a target DoubleBuffer3DConsumer to which data is automatically flushed upon buffer overflow.
DoubleBuffer3D(DoubleBuffer3DConsumer, int) - Constructor for class cern.colt.buffer.DoubleBuffer3D
Constructs and returns a new buffer with the given target.
DoubleBuffer3DConsumer - Interface in cern.colt.buffer
Target of a streaming DoubleBuffer3D into which data is flushed upon buffer overflow.
DoubleBufferConsumer - Interface in cern.colt.buffer
Target of a streaming DoubleBuffer into which data is flushed upon buffer overflow.
DoubleComparator - Interface in cern.colt.function
A comparison function which imposes a total ordering on some collection of elements.
DoubleDoubleFunction - Interface in cern.colt.function
Interface that represents a function object: a function that takes two arguments and returns a single value.
DoubleDoubleProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
doubleFactorials - Static variable in class cern.jet.math.Arithmetic
 
DoubleFactory1D - Class in cern.colt.matrix
Factory for convenient construction of 1-d matrices holding double cells.
DoubleFactory1D() - Constructor for class cern.colt.matrix.DoubleFactory1D
Makes this class non instantiable, but still let's others inherit from it.
DoubleFactory2D - Class in cern.colt.matrix
Factory for convenient construction of 2-d matrices holding double cells.
DoubleFactory2D() - Constructor for class cern.colt.matrix.DoubleFactory2D
Makes this class non instantiable, but still let's others inherit from it.
DoubleFactory3D - Class in cern.colt.matrix
Factory for convenient construction of 3-d matrices holding double cells.
DoubleFactory3D() - Constructor for class cern.colt.matrix.DoubleFactory3D
Makes this class non instantiable, but still let's others inherit from it.
DoubleFunction - Interface in cern.colt.function
Interface that represents a function object: a function that takes a single argument and returns a single value.
DoubleIntProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
DoubleListAdapter - Class in cern.colt.list.adapter
Adapter that permits an AbstractDoubleList to be viewed and treated as a JDK 1.2 AbstractList.
DoubleListAdapter(AbstractDoubleList) - Constructor for class cern.colt.list.adapter.DoubleListAdapter
Constructs a list backed by the specified content list.
DoubleMatrix1D - Class in cern.colt.matrix
Abstract base class for 1-d matrices (aka vectors) holding double elements.
DoubleMatrix1D() - Constructor for class cern.colt.matrix.DoubleMatrix1D
Makes this class non instantiable, but still let's others inherit from it.
DoubleMatrix1DComparator - Interface in cern.colt.matrix.doublealgo
A comparison function which imposes a total ordering on some collection of elements.
DoubleMatrix1DProcedure - Interface in cern.colt.matrix
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleMatrix2D - Class in cern.colt.matrix
Abstract base class for 2-d matrices holding double elements.
DoubleMatrix2D() - Constructor for class cern.colt.matrix.DoubleMatrix2D
Makes this class non instantiable, but still let's others inherit from it.
DoubleMatrix2DComparator - Interface in cern.colt.matrix.doublealgo
A comparison function which imposes a total ordering on some collection of elements.
DoubleMatrix2DProcedure - Interface in cern.colt.matrix
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleMatrix3D - Class in cern.colt.matrix
Abstract base class for 3-d matrices holding double elements.
DoubleMatrix3D() - Constructor for class cern.colt.matrix.DoubleMatrix3D
Makes this class non instantiable, but still let's others inherit from it.
DoubleMatrix3DProcedure - Interface in cern.colt.matrix
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
DoubleProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
DoubleQuantileFinder - Interface in cern.jet.stat.quantile
The interface shared by all quantile finders, no matter if they are exact or approximate.
dr - Variable in class cern.jet.random.Poisson
 
DRand - Class in cern.jet.random.engine
Quick medium quality uniform pseudo-random number generator.
DRand() - Constructor for class cern.jet.random.engine.DRand
Constructs and returns a random number generator with a default seed, which is a constant.
DRand(int) - Constructor for class cern.jet.random.engine.DRand
Constructs and returns a random number generator with the given seed.
DRand(Date) - Constructor for class cern.jet.random.engine.DRand
Constructs and returns a random number generator seeded with the given date.
drot(DoubleMatrix1D, DoubleMatrix1D, double, double) - Method in interface cern.colt.matrix.linalg.Blas
Applies a givens plane rotation to (x,y); x = c*x + s*y; y = c*y - s*x.
drot(DoubleMatrix1D, DoubleMatrix1D, double, double) - Method in class cern.colt.matrix.linalg.SeqBlas
 
drot(DoubleMatrix1D, DoubleMatrix1D, double, double) - Method in class cern.colt.matrix.linalg.SmpBlas
 
drotg(double, double, double[]) - Method in interface cern.colt.matrix.linalg.Blas
Constructs a Givens plane rotation for (a,b).
drotg(double, double, double[]) - Method in class cern.colt.matrix.linalg.SeqBlas
 
drotg(double, double, double[]) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dscal(double, DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Vector scaling; x = alpha*x.
dscal(double, DoubleMatrix2D) - Method in interface cern.colt.matrix.linalg.Blas
Matrix scaling; A = alpha*A.
dscal(double, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dscal(double, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dscal(double, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dscal(double, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dswap(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Swaps the elements of two vectors; y <==> x.
dswap(DoubleMatrix2D, DoubleMatrix2D) - Method in interface cern.colt.matrix.linalg.Blas
Swaps the elements of two matrices; B <==> A.
dswap(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dswap(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dswap(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dswap(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dsymv(boolean, double, DoubleMatrix2D, DoubleMatrix1D, double, DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Symmetric matrix-vector multiplication; y = alpha*A*x + beta*y.
dsymv(boolean, double, DoubleMatrix2D, DoubleMatrix1D, double, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dsymv(boolean, double, DoubleMatrix2D, DoubleMatrix1D, double, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dtrmv(boolean, boolean, boolean, DoubleMatrix2D, DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Triangular matrix-vector multiplication; x = A*x or x = A'*x.
dtrmv(boolean, boolean, boolean, DoubleMatrix2D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
dtrmv(boolean, boolean, boolean, DoubleMatrix2D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
dualPartition(double[], double[], int, int, double[], int, int, int[]) - Static method in class cern.colt.Partitioning
Same as Partitioning.dualPartition(int[],int[],int,int,int[],int,int,int[]) except that it synchronously partitions double[] rather than int[] arrays.
dualPartition(double[], double[], int, int, double) - Static method in class cern.colt.Partitioning
Same as Partitioning.dualPartition(int[],int[],int,int,int) except that it synchronously partitions double[] rather than int[] arrays.
dualPartition(int[], int[], int, int, int[], int, int, int[]) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that this method synchronously partitions two arrays at the same time; both arrays are partially sorted according to the elements of the primary array.
dualPartition(int[], int[], int, int, int) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int) except that this method synchronously partitions two arrays at the same time; both arrays are partially sorted according to the elements of the primary array.
dummy - Variable in class cern.colt.matrix.impl.SparseDoubleMatrix2D
 
durbinWatson(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Durbin-Watson computation.

E

e - Variable in class cern.jet.random.Hyperbolic
 
e_SI - Static variable in class cern.clhep.Units
 
e_squared - Static variable in class cern.clhep.PhysicalConstants
 
EigenvalueDecomposition - Class in cern.colt.matrix.linalg
Eigenvalues and eigenvectors of a real matrix A.
EigenvalueDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.linalg.EigenvalueDecomposition
Constructs and returns a new eigenvalue decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
elapsedTime() - Method in class cern.colt.Timer
Same as seconds().
electron_charge - Static variable in class cern.clhep.PhysicalConstants
 
electron_Compton_length - Static variable in class cern.clhep.PhysicalConstants
 
electron_mass_c2 - Static variable in class cern.clhep.PhysicalConstants
 
electronvolt - Static variable in class cern.clhep.Units
 
elements() - Method in class cern.colt.bitvector.BitMatrix
 
elements(long[], int, int) - Method in class cern.colt.bitvector.BitMatrix
You normally need not use this method.
elements() - Method in class cern.colt.bitvector.BitVector
You normally need not use this method.
elements(long[], int) - Method in class cern.colt.bitvector.BitVector
You normally need not use this method.
elements - Variable in class cern.colt.buffer.DoubleBuffer
 
elements - Variable in class cern.colt.buffer.IntBuffer
 
elements - Variable in class cern.colt.buffer.ObjectBuffer
 
elements() - Method in class cern.colt.list.AbstractBooleanList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(boolean[]) - Method in class cern.colt.list.AbstractBooleanList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.AbstractByteList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(byte[]) - Method in class cern.colt.list.AbstractByteList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.AbstractCharList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(char[]) - Method in class cern.colt.list.AbstractCharList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.AbstractDoubleList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(double[]) - Method in class cern.colt.list.AbstractDoubleList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.AbstractFloatList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(float[]) - Method in class cern.colt.list.AbstractFloatList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.AbstractIntList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(int[]) - Method in class cern.colt.list.AbstractIntList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.AbstractLongList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(long[]) - Method in class cern.colt.list.AbstractLongList
Sets the receiver's elements to be the specified array.
elements() - Method in class cern.colt.list.AbstractShortList
Returns the elements currently stored, possibly including invalid elements between size and capacity.
elements(short[]) - Method in class cern.colt.list.AbstractShortList
Sets the receiver's elements to be the specified array.
elements - Variable in class cern.colt.list.BooleanArrayList
The array buffer into which the elements of the list are stored.
elements() - Method in class cern.colt.list.BooleanArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(boolean[]) - Method in class cern.colt.list.BooleanArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements - Variable in class cern.colt.list.ByteArrayList
The array buffer into which the elements of the list are stored.
elements() - Method in class cern.colt.list.ByteArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(byte[]) - Method in class cern.colt.list.ByteArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements - Variable in class cern.colt.list.CharArrayList
The array buffer into which the elements of the list are stored.
elements() - Method in class cern.colt.list.CharArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(char[]) - Method in class cern.colt.list.CharArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements - Variable in class cern.colt.list.DistinctNumberList
 
elements - Variable in class cern.colt.list.DoubleArrayList
The array buffer into which the elements of the list are stored.
elements() - Method in class cern.colt.list.DoubleArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(double[]) - Method in class cern.colt.list.DoubleArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements - Variable in class cern.colt.list.FloatArrayList
The array buffer into which the elements of the list are stored.
elements() - Method in class cern.colt.list.FloatArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(float[]) - Method in class cern.colt.list.FloatArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements - Variable in class cern.colt.list.IntArrayList
The array buffer into which the elements of the list are stored.
elements() - Method in class cern.colt.list.IntArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(int[]) - Method in class cern.colt.list.IntArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements - Variable in class cern.colt.list.LongArrayList
The array buffer into which the elements of the list are stored.
elements() - Method in class cern.colt.list.LongArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(long[]) - Method in class cern.colt.list.LongArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements - Variable in class cern.colt.list.ObjectArrayList
The array buffer into which the elements of the list are stored.
elements() - Method in class cern.colt.list.ObjectArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(Object[]) - Method in class cern.colt.list.ObjectArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements - Variable in class cern.colt.list.ShortArrayList
The array buffer into which the elements of the list are stored.
elements() - Method in class cern.colt.list.ShortArrayList
Returns the elements currently stored, including invalid elements between size and capacity, if any.
elements(short[]) - Method in class cern.colt.list.ShortArrayList
Sets the receiver's elements to be the specified array (not a copy of it).
elements - Variable in class cern.colt.list.SimpleLongArrayList
The array buffer into which the elements of the list are stored.
elements - Variable in class cern.colt.matrix.impl.DenseDoubleMatrix1D
The elements of this matrix.
elements - Variable in class cern.colt.matrix.impl.DenseDoubleMatrix2D
The elements of this matrix.
elements - Variable in class cern.colt.matrix.impl.DenseDoubleMatrix3D
The elements of this matrix.
elements - Variable in class cern.colt.matrix.impl.DenseObjectMatrix1D
The elements of this matrix.
elements - Variable in class cern.colt.matrix.impl.DenseObjectMatrix2D
The elements of this matrix.
elements - Variable in class cern.colt.matrix.impl.DenseObjectMatrix3D
The elements of this matrix.
elements - Variable in class cern.colt.matrix.impl.SparseDoubleMatrix1D
 
elements - Variable in class cern.colt.matrix.impl.SparseDoubleMatrix2D
 
elements - Variable in class cern.colt.matrix.impl.SparseDoubleMatrix3D
 
elements - Variable in class cern.colt.matrix.impl.SparseObjectMatrix1D
 
elements - Variable in class cern.colt.matrix.impl.SparseObjectMatrix2D
 
elements - Variable in class cern.colt.matrix.impl.SparseObjectMatrix3D
 
elm_coupling - Static variable in class cern.clhep.PhysicalConstants
 
Empirical - Class in cern.jet.random
Empirical distribution.
Empirical(double[], int, RandomEngine) - Constructor for class cern.jet.random.Empirical
Constructs an Empirical distribution.
EmpiricalWalker - Class in cern.jet.random
Discrete Empirical distribution (pdf's can be specified).
EmpiricalWalker(double[], int, RandomEngine) - Constructor for class cern.jet.random.EmpiricalWalker
Constructs an Empirical distribution.
endOfBin(int) - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns the end of the range associated with the given bin.
ensureCapacity(byte[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(char[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(double[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(float[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(int[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(long[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(Object[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(short[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(boolean[], int) - Static method in class cern.colt.Arrays
Ensures that a given array can hold up to minCapacity elements.
ensureCapacity(int) - Method in class cern.colt.list.AbstractBooleanList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.AbstractByteList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.AbstractCharList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.AbstractDoubleList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.AbstractFloatList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.AbstractIntList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.AbstractLongList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.AbstractShortList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.BooleanArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.ByteArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.CharArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.DistinctNumberList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.DoubleArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.FloatArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.IntArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.LongArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.MinMaxNumberList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.ObjectArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.ShortArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.list.SimpleLongArrayList
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.AbstractMap
Ensures that the receiver can hold at least the specified number of elements without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.OpenDoubleIntHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.OpenIntIntHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.OpenIntObjectHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.map.OpenLongObjectHashMap
Ensures that the receiver can hold at least the specified number of associations without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.impl.AbstractMatrix
Ensures that the receiver can hold at least the specified number of non-zero (non-null) cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
ensureCapacity(int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Ensures that the receiver can hold at least the specified number of non-zero cells without needing to allocate new internal memory.
eplus - Static variable in class cern.clhep.Units
 
epsilon0 - Static variable in class cern.clhep.PhysicalConstants
 
equals(Object) - Method in class cern.colt.bitvector.BitMatrix
Compares this object against the specified object.
equals(Object) - Method in class cern.colt.bitvector.BitVector
Compares this object against the specified object.
equals(Object) - Method in interface cern.colt.function.ByteComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.CharComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.DoubleComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.FloatComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.IntComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.LongComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.function.ShortComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class cern.colt.list.AbstractBooleanList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.AbstractByteList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.AbstractCharList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.AbstractDoubleList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.AbstractFloatList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.AbstractIntList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.AbstractLongList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.AbstractShortList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.BooleanArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.ByteArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.CharArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.DoubleArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.FloatArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.IntArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.LongArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.list.ObjectArrayList
Compares the specified Object with the receiver for equality.
equals(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
Compares the specified Object with the receiver for equality.
equals(Object) - Method in class cern.colt.list.ShortArrayList
Compares the specified Object with the receiver.
equals(Object) - Method in class cern.colt.map.AbstractDoubleIntMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.AbstractIntDoubleMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.AbstractIntIntMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.AbstractIntObjectMap
Compares the specified object with this map for equality.
equals(Object) - Method in class cern.colt.map.AbstractLongObjectMap
Compares the specified object with this map for equality.
equals(Object) - Method in interface cern.colt.matrix.doublealgo.DoubleMatrix1DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.matrix.doublealgo.DoubleMatrix2DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A[row,col] = A[row,col] == s ? 1 : 0; ignores tolerance.
equals(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A[row,col] = A[row,col] == B[row,col] ? 1 : 0; ignores tolerance.
equals(double) - Method in class cern.colt.matrix.DoubleMatrix1D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.DoubleMatrix1D
Compares this object against the specified object.
equals(double) - Method in class cern.colt.matrix.DoubleMatrix2D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.DoubleMatrix2D
Compares this object against the specified object.
equals(double) - Method in class cern.colt.matrix.DoubleMatrix3D
Returns whether all cells are equal to the given value.
equals(Object) - Method in class cern.colt.matrix.DoubleMatrix3D
Compares this object against the specified object.
equals(DoubleMatrix1D, double) - Method in class cern.colt.matrix.linalg.Property
Returns whether all cells of the given matrix A are equal to the given value.
equals(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.Property
Returns whether both given matrices A and B are equal.
equals(DoubleMatrix2D, double) - Method in class cern.colt.matrix.linalg.Property
Returns whether all cells of the given matrix A are equal to the given value.
equals(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
Returns whether both given matrices A and B are equal.
equals(DoubleMatrix3D, double) - Method in class cern.colt.matrix.linalg.Property
Returns whether all cells of the given matrix A are equal to the given value.
equals(DoubleMatrix3D, DoubleMatrix3D) - Method in class cern.colt.matrix.linalg.Property
Returns whether both given matrices A and B are equal.
equals(Object) - Method in interface cern.colt.matrix.objectalgo.ObjectMatrix1DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in interface cern.colt.matrix.objectalgo.ObjectMatrix2DComparator
Indicates whether some other object is "equal to" this Comparator.
equals(Object) - Method in class cern.colt.matrix.ObjectMatrix1D
Compares the specified Object with the receiver for equality.
equals(Object, boolean) - Method in class cern.colt.matrix.ObjectMatrix1D
Compares the specified Object with the receiver for equality.
equals(Object) - Method in class cern.colt.matrix.ObjectMatrix2D
Compares the specified Object with the receiver for equality.
equals(Object, boolean) - Method in class cern.colt.matrix.ObjectMatrix2D
Compares the specified Object with the receiver for equality.
equals(Object) - Method in class cern.colt.matrix.ObjectMatrix3D
Compares the specified Object with the receiver for equality.
equals(Object, boolean) - Method in class cern.colt.matrix.ObjectMatrix3D
Compares the specified Object with the receiver for equality.
equals - Static variable in class cern.jet.math.Functions
Function that returns a == b ? 1 : 0.
equals(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a == b ? 1 : 0.
equals - Static variable in class cern.jet.math.IntFunctions
Function that returns a == b ? 1 : 0.
equals(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a == b ? 1 : 0.
EquiDepthHistogram - Class in cern.jet.stat.quantile
Read-only equi-depth histogram for selectivity estimation.
EquiDepthHistogram(float[]) - Constructor for class cern.jet.stat.quantile.EquiDepthHistogram
Constructs an equi-depth histogram with the given quantile elements.
errorFunction(double) - Static method in class cern.jet.stat.Probability
Returns the error function of the normal distribution; formerly named erf.
errorFunctionComplemented(double) - Static method in class cern.jet.stat.Probability
Returns the complementary Error function of the normal distribution; formerly named erfc.
EUCLID - Static variable in class cern.colt.matrix.doublealgo.Statistic
Euclidean distance function; Sqrt(Sum( (x[i]-y[i])^2 )).
eV - Static variable in class cern.clhep.Units
 
exp - Static variable in class cern.jet.math.Functions
Function that returns Math.exp(a).
Exponential - Class in cern.jet.random
Exponential Distribution (aka Negative Exponential Distribution); See the math definition animated definition.
Exponential(double, RandomEngine) - Constructor for class cern.jet.random.Exponential
Constructs a Negative Exponential distribution.
ExponentialPower - Class in cern.jet.random
Exponential Power distribution.
ExponentialPower(double, RandomEngine) - Constructor for class cern.jet.random.ExponentialPower
Constructs an Exponential Power distribution.

F

F - Variable in class cern.jet.random.EmpiricalWalker
 
f1 - Variable in class cern.jet.random.Poisson
 
f2 - Variable in class cern.jet.random.Poisson
 
f4 - Variable in class cern.jet.random.Poisson
 
f5 - Variable in class cern.jet.random.Poisson
 
factorial(int) - Static method in class cern.jet.math.Arithmetic
Instantly returns the factorial k!.
factorial - Static variable in class cern.jet.math.IntFunctions
Function that returns (int) Arithmetic.factorial(a).
factory - Static variable in class cern.colt.matrix.impl.AbstractFormatter
 
farad - Static variable in class cern.clhep.Units
 
fermi - Static variable in class cern.clhep.Units
 
fetchNextBlock() - Method in class cern.jet.random.sampling.RandomSamplingAssistant
Not yet commented.
fillFromToWith(int, int, boolean) - Method in class cern.colt.list.AbstractBooleanList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, byte) - Method in class cern.colt.list.AbstractByteList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, char) - Method in class cern.colt.list.AbstractCharList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, double) - Method in class cern.colt.list.AbstractDoubleList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, float) - Method in class cern.colt.list.AbstractFloatList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, int) - Method in class cern.colt.list.AbstractIntList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, long) - Method in class cern.colt.list.AbstractLongList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, short) - Method in class cern.colt.list.AbstractShortList
Sets the specified range of elements in the specified array to the specified value.
fillFromToWith(int, int, Object) - Method in class cern.colt.list.ObjectArrayList
Sets the specified range of elements in the specified array to the specified value.
fine_structure_const - Static variable in class cern.clhep.PhysicalConstants
 
FloatArrayList - Class in cern.colt.list
Resizable list holding float elements; implemented with arrays.
FloatArrayList() - Constructor for class cern.colt.list.FloatArrayList
Constructs an empty list.
FloatArrayList(float[]) - Constructor for class cern.colt.list.FloatArrayList
Constructs a list containing the specified elements.
FloatArrayList(int) - Constructor for class cern.colt.list.FloatArrayList
Constructs an empty list with the specified initial capacity.
FloatComparator - Interface in cern.colt.function
A comparison function which imposes a total ordering on some collection of elements.
FloatListAdapter - Class in cern.colt.list.adapter
Adapter that permits an AbstractFloatList to be viewed and treated as a JDK 1.2 AbstractList.
FloatListAdapter(AbstractFloatList) - Constructor for class cern.colt.list.adapter.FloatListAdapter
Constructs a list backed by the specified content list.
FloatProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
floor(double) - Static method in class cern.jet.math.Arithmetic
Returns the largest long <= value.
floor - Static variable in class cern.jet.math.Functions
Function that returns Math.floor(a).
flush() - Method in class cern.colt.buffer.DoubleBuffer
Adds all internally buffered elements to the receiver's target, then resets the current buffer size to zero.
flush() - Method in class cern.colt.buffer.DoubleBuffer2D
Adds all internally buffered points to the receiver's target, then resets the current buffer size to zero.
flush() - Method in class cern.colt.buffer.DoubleBuffer3D
Adds all internally buffered points to the receiver's target, then resets the current buffer size to zero.
flush() - Method in class cern.colt.buffer.IntBuffer
Adds all internally buffered elements to the receiver's target, then resets the current buffer size to zero.
flush() - Method in class cern.colt.buffer.IntBuffer2D
Adds all internally buffered points to the receiver's target, then resets the current buffer size to zero.
flush() - Method in class cern.colt.buffer.IntBuffer3D
Adds all internally buffered points to the receiver's target, then resets the current buffer size to zero.
flush() - Method in class cern.colt.buffer.ObjectBuffer
Adds all internally buffered elements to the receiver's target, then resets the current buffer size to zero.
forEach(BooleanProcedure) - Method in class cern.colt.list.AbstractBooleanList
Applies a procedure to each element of the receiver, if any.
forEach(ByteProcedure) - Method in class cern.colt.list.AbstractByteList
Applies a procedure to each element of the receiver, if any.
forEach(CharProcedure) - Method in class cern.colt.list.AbstractCharList
Applies a procedure to each element of the receiver, if any.
forEach(DoubleProcedure) - Method in class cern.colt.list.AbstractDoubleList
Applies a procedure to each element of the receiver, if any.
forEach(FloatProcedure) - Method in class cern.colt.list.AbstractFloatList
Applies a procedure to each element of the receiver, if any.
forEach(IntProcedure) - Method in class cern.colt.list.AbstractIntList
Applies a procedure to each element of the receiver, if any.
forEach(LongProcedure) - Method in class cern.colt.list.AbstractLongList
Applies a procedure to each element of the receiver, if any.
forEach(ShortProcedure) - Method in class cern.colt.list.AbstractShortList
Applies a procedure to each element of the receiver, if any.
forEach(BooleanProcedure) - Method in class cern.colt.list.BooleanArrayList
Applies a procedure to each element of the receiver, if any.
forEach(ByteProcedure) - Method in class cern.colt.list.ByteArrayList
Applies a procedure to each element of the receiver, if any.
forEach(CharProcedure) - Method in class cern.colt.list.CharArrayList
Applies a procedure to each element of the receiver, if any.
forEach(DoubleProcedure) - Method in class cern.colt.list.DoubleArrayList
Applies a procedure to each element of the receiver, if any.
forEach(FloatProcedure) - Method in class cern.colt.list.FloatArrayList
Applies a procedure to each element of the receiver, if any.
forEach(IntProcedure) - Method in class cern.colt.list.IntArrayList
Applies a procedure to each element of the receiver, if any.
forEach(LongProcedure) - Method in class cern.colt.list.LongArrayList
Applies a procedure to each element of the receiver, if any.
forEach(ObjectProcedure) - Method in class cern.colt.list.ObjectArrayList
Applies a procedure to each element of the receiver, if any.
forEach(ShortProcedure) - Method in class cern.colt.list.ShortArrayList
Applies a procedure to each element of the receiver, if any.
forEach(DoubleProcedure) - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Applies a procedure to each element of the receiver, if any.
forEachCoordinateInState(boolean, IntIntProcedure) - Method in class cern.colt.bitvector.BitMatrix
Applies a procedure to each coordinate that holds a bit in the given state.
forEachIndexFromToInState(int, int, boolean, IntProcedure) - Method in class cern.colt.bitvector.BitVector
Applies a procedure to each bit index within the specified range that holds a bit in the given state.
forEachKey(DoubleProcedure) - Method in class cern.colt.map.AbstractDoubleIntMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.AbstractIntDoubleMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.AbstractIntIntMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.AbstractIntObjectMap
Applies a procedure to each key of the receiver, if any.
forEachKey(LongProcedure) - Method in class cern.colt.map.AbstractLongObjectMap
Applies a procedure to each key of the receiver, if any.
forEachKey(DoubleProcedure) - Method in class cern.colt.map.OpenDoubleIntHashMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.OpenIntDoubleHashMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.OpenIntIntHashMap
Applies a procedure to each key of the receiver, if any.
forEachKey(IntProcedure) - Method in class cern.colt.map.OpenIntObjectHashMap
Applies a procedure to each key of the receiver, if any.
forEachKey(LongProcedure) - Method in class cern.colt.map.OpenLongObjectHashMap
Applies a procedure to each key of the receiver, if any.
forEachNonZero(IntIntDoubleFunction) - Method in class cern.colt.matrix.DoubleMatrix2D
Assigns the result of a function to each non-zero cell; x[row,col] = function(x[row,col]).
forEachNonZero(IntIntDoubleFunction) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
forEachNonZero(IntIntDoubleFunction) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
 
forEachPair(DoubleIntProcedure) - Method in class cern.colt.map.AbstractDoubleIntMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntDoubleProcedure) - Method in class cern.colt.map.AbstractIntDoubleMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntIntProcedure) - Method in class cern.colt.map.AbstractIntIntMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntObjectProcedure) - Method in class cern.colt.map.AbstractIntObjectMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(LongObjectProcedure) - Method in class cern.colt.map.AbstractLongObjectMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(DoubleIntProcedure) - Method in class cern.colt.map.OpenDoubleIntHashMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntDoubleProcedure) - Method in class cern.colt.map.OpenIntDoubleHashMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntIntProcedure) - Method in class cern.colt.map.OpenIntIntHashMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(IntObjectProcedure) - Method in class cern.colt.map.OpenIntObjectHashMap
Applies a procedure to each (key,value) pair of the receiver, if any.
forEachPair(LongObjectProcedure) - Method in class cern.colt.map.OpenLongObjectHashMap
Applies a procedure to each (key,value) pair of the receiver, if any.
form(DoubleMatrix1D, int, Former) - Method in class cern.colt.matrix.doublealgo.Formatter
Converts a given cell to a String; no alignment considered.
form(AbstractMatrix1D, int, Former) - Method in class cern.colt.matrix.doublealgo.Formatter
Converts a given cell to a String; no alignment considered.
form(AbstractMatrix1D, int, Former) - Method in class cern.colt.matrix.impl.AbstractFormatter
Converts a given cell to a String; no alignment considered.
form(double) - Method in interface cern.colt.matrix.impl.Former
Formats a double into a string (like sprintf in C).
form(AbstractMatrix1D, int, Former) - Method in class cern.colt.matrix.objectalgo.Formatter
Converts a given cell to a String; no alignment considered.
form(ObjectMatrix1D, int, Former) - Method in class cern.colt.matrix.objectalgo.Formatter
Converts a given cell to a String; no alignment considered.
format(DoubleMatrix2D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representations of all cells; no alignment considered.
format(AbstractMatrix2D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representations of all cells; no alignment considered.
format - Variable in class cern.colt.matrix.impl.AbstractFormatter
The default format string for formatting a single cell value; currently "%G".
format(AbstractMatrix2D) - Method in class cern.colt.matrix.impl.AbstractFormatter
Returns a string representations of all cells; no alignment considered.
format(AbstractMatrix2D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representations of all cells; no alignment considered.
format(ObjectMatrix2D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representations of all cells; no alignment considered.
formatRow(AbstractMatrix1D) - Method in class cern.colt.matrix.impl.AbstractFormatter
Returns a string representations of all cells; no alignment considered.
Formatter - Class in cern.colt.matrix.doublealgo
Flexible, well human readable matrix print formatting; By default decimal point aligned.
Formatter() - Constructor for class cern.colt.matrix.doublealgo.Formatter
Constructs and returns a matrix formatter with format "%G".
Formatter(String) - Constructor for class cern.colt.matrix.doublealgo.Formatter
Constructs and returns a matrix formatter.
Formatter - Class in cern.colt.matrix.objectalgo
Flexible, well human readable matrix print formatting.
Formatter() - Constructor for class cern.colt.matrix.objectalgo.Formatter
Constructs and returns a matrix formatter with alignment LEFT.
Formatter(String) - Constructor for class cern.colt.matrix.objectalgo.Formatter
Constructs and returns a matrix formatter.
Former - Interface in cern.colt.matrix.impl
Formats a double into a string (like sprintf in C).
FormerFactory - Class in cern.colt.matrix.impl
Factory producing implementations of Former via method create(); Implementations of can use existing libraries such as corejava.PrintfFormat or corejava.Format or other.
FormerFactory() - Constructor for class cern.colt.matrix.impl.FormerFactory
 
FREE - Static variable in class cern.colt.map.OpenDoubleIntHashMap
 
FREE - Static variable in class cern.colt.map.OpenIntDoubleHashMap
 
FREE - Static variable in class cern.colt.map.OpenIntIntHashMap
 
FREE - Static variable in class cern.colt.map.OpenIntObjectHashMap
 
FREE - Static variable in class cern.colt.map.OpenLongObjectHashMap
 
freedom - Variable in class cern.jet.random.ChiSquare
 
freedom - Variable in class cern.jet.random.StudentT
 
freeEntries - Variable in class cern.colt.map.OpenDoubleIntHashMap
The number of table entries in state==FREE.
freeEntries - Variable in class cern.colt.map.OpenIntDoubleHashMap
The number of table entries in state==FREE.
freeEntries - Variable in class cern.colt.map.OpenIntIntHashMap
The number of table entries in state==FREE.
freeEntries - Variable in class cern.colt.map.OpenIntObjectHashMap
The number of table entries in state==FREE.
freeEntries - Variable in class cern.colt.map.OpenLongObjectHashMap
The number of table entries in state==FREE.
frequencies(DoubleArrayList, DoubleArrayList, IntArrayList) - Static method in class cern.jet.stat.Descriptive
Computes the frequency (number of occurances, count) of each distinct value in the given sorted data.
FULL - Static variable in class cern.colt.map.OpenDoubleIntHashMap
 
FULL - Static variable in class cern.colt.map.OpenIntDoubleHashMap
 
FULL - Static variable in class cern.colt.map.OpenIntIntHashMap
 
FULL - Static variable in class cern.colt.map.OpenIntObjectHashMap
 
FULL - Static variable in class cern.colt.map.OpenLongObjectHashMap
 
fun_dgemm(boolean, boolean) - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Linear algebrax matrix-matrix multiply.
fun_dgemv(boolean) - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Linear algebrax matrix-matrix multiply.
fun_pow(int) - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
2D assign with get,set
funAssign() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
2D assign with A.assign(B)
funAssignGetSet() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
2D assign with get,set
funAssignGetSetQuick() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
2D assign with getQuick,setQuick
funAssignLog() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
2D assign with A.assign(B)
funAssignPlusMult() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
2D assign with A.assign(B)
funCorrelation() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Linear algebrax matrix-matrix multiply.
Functions - Class in cern.jet.math
Function objects to be passed to generic methods.
Functions() - Constructor for class cern.jet.math.Functions
Makes this class non instantiable, but still let's others inherit from it.
functions - Static variable in class cern.jet.math.Functions
Little trick to allow for "aliasing", that is, renaming this class.
funElementwiseMult() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Element-by-element matrix-matrix multiply.
funElementwiseMultB() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Element-by-element matrix-matrix multiply.
funGetQuick() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
2D assign with get,set
funLUDecompose() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
2D assign with getQuick,setQuick
funLUSolve() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
2D assign with getQuick,setQuick
funMatMultLarge() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Linear algebrax matrix-matrix multiply.
funMatVectorMult() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Linear algebrax matrix-vector multiply.
funSetQuick() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
2D assign with get,set
funSOR5() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
 
funSOR8() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
 
funSort() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
 

G

g - Static variable in class cern.clhep.Units
 
gamma - Variable in class cern.jet.random.BreitWigner
 
Gamma - Class in cern.jet.random
Gamma(double, double, RandomEngine) - Constructor for class cern.jet.random.Gamma
Constructs a Gamma distribution.
gamma - Variable in class cern.jet.random.NegativeBinomial
 
Gamma - Class in cern.jet.stat
Gamma and Beta functions.
Gamma() - Constructor for class cern.jet.stat.Gamma
Makes this class non instantiable, but still let's others inherit from it.
gamma(double) - Static method in class cern.jet.stat.Gamma
Returns the Gamma function of the argument.
gamma(double, double, double) - Static method in class cern.jet.stat.Probability
Returns the integral from zero to x of the gamma probability density function.
gammaComplemented(double, double, double) - Static method in class cern.jet.stat.Probability
Returns the integral from x to infinity of the gamma probability density function:
gauss - Static variable in class cern.clhep.Units
 
generateBinomial(int, double) - Method in class cern.jet.random.Binomial
* Binomial-Distribution - Acceptance Rejection/Inversion * * * Acceptance Rejection method combined with Inversion for * generating Binomial random numbers with parameters * n (number of trials) and p (probability of success).
generateNonSingular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
Modifies the given matrix square matrix A such that it is diagonally dominant by row and column, hence non-singular, hence invertible.
generateZeta(double, double, RandomEngine) - Method in class cern.jet.random.Zeta
Returns a zeta distributed random number.
generator - Variable in class cern.jet.random.sampling.WeightedRandomSampler
 
genericPartition(int, int, int, int, int[], IntComparator, IntComparator, IntComparator, Swapper) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it generically partitions arbitrary shaped data (for example matrices or multiple arrays) rather than int[] arrays.
GenericPermuting - Class in cern.colt
Generically reorders (permutes) arbitrary shaped data (for example, an array, three arrays, a 2-d matrix, two linked lists) using an in-place swapping algorithm.
GenericPermuting() - Constructor for class cern.colt.GenericPermuting
Makes this class non instantiable, but still let's others inherit from it.
GenericSorting - Class in cern.colt
Generically sorts arbitrary shaped data (for example multiple arrays, 1,2 or 3-d matrices, and so on) using a quicksort or mergesort.
GenericSorting() - Constructor for class cern.colt.GenericSorting
Makes this class non instantiable, but still let's others inherit from it.
geometricMean(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the geometric mean of a data sequence.
geometricMean(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the geometric mean of a data sequence.
geometricPdf(int, double) - Static method in class cern.jet.random.Distributions
Returns the probability distribution function of the discrete geometric distribution.
get(int, int) - Method in class cern.colt.bitvector.BitMatrix
Returns from the receiver the value of the bit at the specified coordinate.
get(int) - Method in class cern.colt.bitvector.BitVector
Returns from the bitvector the value of the bit with the specified index.
get(long[], int) - Static method in class cern.colt.bitvector.QuickBitVector
Returns from the bitvector the value of the bit with the specified index.
get(int) - Method in class cern.colt.list.AbstractBooleanList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.AbstractByteList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.AbstractCharList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.AbstractDoubleList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.AbstractFloatList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.AbstractIntList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.AbstractLongList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.AbstractShortList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.adapter.DoubleListAdapter
Returns the element at the specified position in this list.
get(int) - Method in class cern.colt.list.adapter.FloatListAdapter
Returns the element at the specified position in this list.
get(int) - Method in class cern.colt.list.adapter.IntListAdapter
Returns the element at the specified position in this list.
get(int) - Method in class cern.colt.list.adapter.LongListAdapter
Returns the element at the specified position in this list.
get(int) - Method in class cern.colt.list.adapter.ObjectListAdapter
Returns the element at the specified position in this list.
get(int) - Method in class cern.colt.list.BooleanArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.ByteArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.CharArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.DoubleArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.FloatArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.IntArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.LongArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.ObjectArrayList
Returns the element at the specified position in the receiver.
get(int) - Method in class cern.colt.list.ShortArrayList
Returns the element at the specified position in the receiver.
get(double) - Method in class cern.colt.map.AbstractDoubleIntMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.AbstractIntDoubleMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.AbstractIntIntMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.AbstractIntObjectMap
Returns the value associated with the specified key.
get(long) - Method in class cern.colt.map.AbstractLongObjectMap
Returns the value associated with the specified key.
get(double) - Method in class cern.colt.map.OpenDoubleIntHashMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.OpenIntIntHashMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.map.OpenIntObjectHashMap
Returns the value associated with the specified key.
get(long) - Method in class cern.colt.map.OpenLongObjectHashMap
Returns the value associated with the specified key.
get(int) - Method in class cern.colt.matrix.DoubleMatrix1D
Returns the matrix cell value at coordinate index.
get(int, int) - Method in class cern.colt.matrix.DoubleMatrix2D
Returns the matrix cell value at coordinate [row,column].
get(int, int, int) - Method in class cern.colt.matrix.DoubleMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
get(ObjectArrayList, int) - Static method in class cern.colt.matrix.linalg.Property
 
get(int) - Method in class cern.colt.matrix.ObjectMatrix1D
Returns the matrix cell value at coordinate index.
get(int, int) - Method in class cern.colt.matrix.ObjectMatrix2D
Returns the matrix cell value at coordinate [row,column].
get(int, int, int) - Method in class cern.colt.matrix.ObjectMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getBuildTime() - Static method in class cern.colt.Version
Returns the time this release was build; for example "Tue Apr 11 11:50:39 CEST 2000".
getBuildVersion() - Static method in class cern.colt.Version
Returns the build version of this release.
getContent() - Method in class cern.colt.matrix.DoubleMatrix1D
Returns the content of this matrix if it is a wrapper; or this otherwise.
getContent() - Method in class cern.colt.matrix.DoubleMatrix2D
Returns the content of this matrix if it is a wrapper; or this otherwise.
getContent() - Method in class cern.colt.matrix.DoubleMatrix3D
Returns the content of this matrix if it is a wrapper; or this otherwise.
getContent() - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
Returns the content of this matrix if it is a wrapper; or this otherwise.
getContent() - Method in class cern.colt.matrix.ObjectMatrix1D
Returns the content of this matrix if it is a wrapper; or this otherwise.
getContent() - Method in class cern.colt.matrix.ObjectMatrix2D
Returns the content of this matrix if it is a wrapper; or this otherwise.
getContent() - Method in class cern.colt.matrix.ObjectMatrix3D
Returns the content of this matrix if it is a wrapper; or this otherwise.
getD() - Method in class cern.colt.matrix.linalg.EigenvalueDecomposition
Returns the block diagonal eigenvalue matrix, D.
getDoublePivot() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns pivot permutation vector as a one-dimensional double array
getFactory(String) - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Not yet documented.
getGenericFunction(String) - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Not yet documented.
getH() - Method in class cern.colt.matrix.linalg.QRDecomposition
Returns the Householder vectors H.
getImagEigenvalues() - Method in class cern.colt.matrix.linalg.EigenvalueDecomposition
Returns the imaginary parts of the eigenvalues.
getL() - Method in class cern.colt.matrix.linalg.CholeskyDecomposition
Returns the triangular factor, L.
getL() - Method in class cern.colt.matrix.linalg.LUDecomposition
Returns the lower triangular factor, L.
getL() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns the lower triangular factor, L.
getLongFromTo(int, int) - Method in class cern.colt.bitvector.BitVector
Returns a long value representing bits of the receiver from index from to index to.
getLongFromTo(long[], int, int) - Static method in class cern.colt.bitvector.QuickBitVector
Returns a long value representing bits of a bitvector from index from to index to.
getLU() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns a copy of the combined lower and upper triangular factor, LU.
getMajorVersion() - Static method in class cern.colt.Version
Returns the major version of this release.
getMicroVersion() - Static method in class cern.colt.Version
Returns the micro version of this release.
getMinorVersion() - Static method in class cern.colt.Version
Returns the minor version of this release.
getNonZeros(IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.DoubleMatrix1D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, DoubleArrayList, int) - Method in class cern.colt.matrix.DoubleMatrix1D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.DoubleMatrix2D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, IntArrayList, DoubleArrayList) - Method in class cern.colt.matrix.DoubleMatrix3D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, ObjectArrayList) - Method in class cern.colt.matrix.ObjectMatrix1D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, ObjectArrayList) - Method in class cern.colt.matrix.ObjectMatrix2D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getNonZeros(IntArrayList, IntArrayList, IntArrayList, ObjectArrayList) - Method in class cern.colt.matrix.ObjectMatrix3D
Fills the coordinates and values of cells having non-zero values into the specified lists.
getPivot() - Method in class cern.colt.matrix.linalg.LUDecomposition
Returns a copy of the pivot permutation vector.
getPivot() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns the pivot permutation vector (not a copy of it).
getQ() - Method in class cern.colt.matrix.linalg.QRDecomposition
Generates and returns the (economy-sized) orthogonal factor Q.
getQuick(int, int) - Method in class cern.colt.bitvector.BitMatrix
Returns from the receiver the value of the bit at the specified coordinate; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.bitvector.BitVector
Returns from the bitvector the value of the bit with the specified index; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.AbstractBooleanList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.AbstractByteList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.AbstractCharList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.AbstractDoubleList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.AbstractFloatList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.AbstractIntList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.AbstractLongList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.AbstractShortList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.BooleanArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.ByteArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.CharArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.DistinctNumberList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.DoubleArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.FloatArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.IntArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.LongArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.MinMaxNumberList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.ObjectArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.ShortArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.list.SimpleLongArrayList
Returns the element at the specified position in the receiver; WARNING: Does not check preconditions.
getQuick(int) - Method in class cern.colt.matrix.DoubleMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.DoubleMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.DoubleMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int, int) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getQuick(int) - Method in class cern.colt.matrix.ObjectMatrix1D
Returns the matrix cell value at coordinate index.
getQuick(int, int) - Method in class cern.colt.matrix.ObjectMatrix2D
Returns the matrix cell value at coordinate [row,column].
getQuick(int, int, int) - Method in class cern.colt.matrix.ObjectMatrix3D
Returns the matrix cell value at coordinate [slice,row,column].
getR() - Method in class cern.colt.matrix.linalg.QRDecomposition
Returns the upper triangular factor, R.
getRandomGenerator() - Method in class cern.jet.random.AbstractDistribution
Returns the used uniform random number generator;
getRandomGenerator() - Method in class cern.jet.random.sampling.RandomSamplingAssistant
Returns the used random generator.
getRealEigenvalues() - Method in class cern.colt.matrix.linalg.EigenvalueDecomposition
Returns the real parts of the eigenvalues.
getS() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns the diagonal matrix of singular values.
getSeedAtRowColumn(int, int) - Static method in class cern.jet.random.engine.RandomSeedTable
Returns a deterministic seed from a (seemingly gigantic) matrix of predefined seeds.
getSingularValues() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns the diagonal of S, which is a one-dimensional array of singular values
getU() - Method in class cern.colt.matrix.linalg.LUDecomposition
Returns the upper triangular factor, U.
getU() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns the upper triangular factor, U.
getU() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns the left singular vectors U.
getV() - Method in class cern.colt.matrix.linalg.EigenvalueDecomposition
Returns the eigenvector matrix, V
getV() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns the right singular vectors V.
getWeight() - Method in class cern.jet.random.sampling.WeightedRandomSampler
Not yet commented.
GeV - Static variable in class cern.clhep.Units
 
gigaelectronvolt - Static variable in class cern.clhep.Units
 
gram - Static variable in class cern.clhep.Units
 
gray - Static variable in class cern.clhep.Units
 
greater(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A[row,col] = A[row,col] > s ? 1 : 0.
greater(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A[row,col] = A[row,col] > B[row,col] ? 1 : 0.
greater - Static variable in class cern.jet.math.Functions
Function that returns a > b ? 1 : 0.
greater(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a > b ? 1 : 0.

H

h_Planck - Static variable in class cern.clhep.PhysicalConstants
 
halfpi - Static variable in class cern.clhep.PhysicalConstants
 
handle(String[]) - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Executes a command
harmonicMean(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the harmonic mean of a data sequence.
hasFullRank() - Method in class cern.colt.matrix.linalg.QRDecomposition
Returns whether the matrix A has full rank.
hash(char) - Static method in class cern.colt.map.HashFunctions
Returns a hashcode for the specified value.
hash(double) - Static method in class cern.colt.map.HashFunctions
Returns a hashcode for the specified value.
hash(float) - Static method in class cern.colt.map.HashFunctions
Returns a hashcode for the specified value.
hash(int) - Static method in class cern.colt.map.HashFunctions
Returns a hashcode for the specified value.
hash(long) - Static method in class cern.colt.map.HashFunctions
Returns a hashcode for the specified value.
hash(Object) - Static method in class cern.colt.map.HashFunctions
Returns a hashcode for the specified object.
hash(short) - Static method in class cern.colt.map.HashFunctions
Returns a hashcode for the specified value.
hash(boolean) - Static method in class cern.colt.map.HashFunctions
Returns a hashcode for the specified value.
hashCode() - Method in class cern.colt.bitvector.BitMatrix
Returns a hash code value for the receiver.
hashCode() - Method in class cern.colt.bitvector.BitVector
Returns a hash code value for the receiver.
HashFunctions - Class in cern.colt.map
Provides various hash functions.
HashFunctions() - Constructor for class cern.colt.map.HashFunctions
Makes this class non instantiable, but still let's others inherit from it.
haveSharedCells(DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleMatrix1D
Returns true if both matrices share at least one identical cell.
haveSharedCells(DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleMatrix2D
Returns true if both matrices share at least one identical cell.
haveSharedCells(DoubleMatrix3D) - Method in class cern.colt.matrix.DoubleMatrix3D
Returns true if both matrices share at least one identical cell.
haveSharedCells(ObjectMatrix1D) - Method in class cern.colt.matrix.ObjectMatrix1D
Returns true if both matrices share at least one identical cell.
haveSharedCells(ObjectMatrix2D) - Method in class cern.colt.matrix.ObjectMatrix2D
Returns true if both matrices share at least one identical cell.
haveSharedCells(ObjectMatrix3D) - Method in class cern.colt.matrix.ObjectMatrix3D
Returns true if both matrices share at least one identical cell.
haveSharedCellsRaw(DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleMatrix1D
Returns true if both matrices share at least one identical cell.
haveSharedCellsRaw(DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleMatrix2D
Returns true if both matrices share at least one identical cell.
haveSharedCellsRaw(DoubleMatrix3D) - Method in class cern.colt.matrix.DoubleMatrix3D
Returns true if both matrices share at least one identical cell.
haveSharedCellsRaw(DoubleMatrix1D) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Returns true if both matrices share at least one identical cell.
haveSharedCellsRaw(DoubleMatrix2D) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Returns true if both matrices share common cells.
haveSharedCellsRaw(DoubleMatrix3D) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
Returns true if both matrices share common cells.
haveSharedCellsRaw(ObjectMatrix1D) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Returns true if both matrices share at least one identical cell.
haveSharedCellsRaw(ObjectMatrix2D) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Returns true if both matrices share common cells.
haveSharedCellsRaw(ObjectMatrix3D) - Method in class cern.colt.matrix.impl.DenseObjectMatrix3D
Returns true if both matrices share common cells.
haveSharedCellsRaw(DoubleMatrix1D) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Returns true if both matrices share at least one identical cell.
haveSharedCellsRaw(DoubleMatrix2D) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Returns true if both matrices share common cells.
haveSharedCellsRaw(DoubleMatrix3D) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Returns true if both matrices share at least one identical cell.
haveSharedCellsRaw(ObjectMatrix1D) - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Returns true if both matrices share at least one identical cell.
haveSharedCellsRaw(ObjectMatrix2D) - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Returns true if both matrices share common cells.
haveSharedCellsRaw(ObjectMatrix3D) - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Returns true if both matrices share at least one identical cell.
haveSharedCellsRaw(ObjectMatrix1D) - Method in class cern.colt.matrix.ObjectMatrix1D
Returns true if both matrices share at least one identical cell.
haveSharedCellsRaw(ObjectMatrix2D) - Method in class cern.colt.matrix.ObjectMatrix2D
Returns true if both matrices share at least one identical cell.
haveSharedCellsRaw(ObjectMatrix3D) - Method in class cern.colt.matrix.ObjectMatrix3D
Returns true if both matrices share at least one identical cell.
hbar_Planck - Static variable in class cern.clhep.PhysicalConstants
 
hbarc - Static variable in class cern.clhep.PhysicalConstants
 
hbarc_squared - Static variable in class cern.clhep.PhysicalConstants
 
henry - Static variable in class cern.clhep.Units
 
hep_pascal - Static variable in class cern.clhep.Units
 
hertz - Static variable in class cern.clhep.Units
 
highWaterMark - Variable in class cern.colt.map.AbstractMap
 
histogram(IHistogram1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Statistic
Fills all cells of the given vector into the given histogram.
histogram(IHistogram2D, DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Statistic
Fills all cells of the given vectors into the given histogram.
histogram(IHistogram2D, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Statistic
Fills all cells of the given vectors into the given histogram.
histogram(IHistogram3D, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Statistic
Fills all cells of the given vectors into the given histogram.
hl - Variable in class cern.jet.random.Hyperbolic
 
hmdu(int, int, int, RandomEngine) - Method in class cern.jet.random.HyperGeometric
Returns a random number from the distribution.
hprs(int, int, int, RandomEngine) - Method in class cern.jet.random.HyperGeometric
Returns a random number from the distribution.
hr - Variable in class cern.jet.random.Hyperbolic
 
Hyperbolic - Class in cern.jet.random
Hyperbolic distribution.
Hyperbolic(double, double, RandomEngine) - Constructor for class cern.jet.random.Hyperbolic
Constructs a Beta distribution.
HyperGeometric - Class in cern.jet.random
HyperGeometric distribution; See the math definition The hypergeometric distribution with parameters N, n and s is the probability distribution of the random variable X, whose value is the number of successes in a sample of n items from a population of size N that has s 'success' items and N - s 'failure' items.
HyperGeometric(int, int, int, RandomEngine) - Constructor for class cern.jet.random.HyperGeometric
Constructs a HyperGeometric distribution.
hypot(double, double) - Static method in class cern.colt.matrix.linalg.Algebra
Returns sqrt(a^2 + b^2) without under/overflow.
hypotFunction() - Static method in class cern.colt.matrix.linalg.Algebra
Returns sqrt(a^2 + b^2) without under/overflow.

I

i0(double) - Static method in class cern.jet.math.Bessel
Returns the modified Bessel function of order 0 of the argument.
i0e(double) - Static method in class cern.jet.math.Bessel
Returns the exponentially scaled modified Bessel function of order 0 of the argument.
i1(double) - Static method in class cern.jet.math.Bessel
Returns the modified Bessel function of order 1 of the argument.
i1e(double) - Static method in class cern.jet.math.Bessel
Returns the exponentially scaled modified Bessel function of order 1 of the argument.
idamax(DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Returns the index of largest absolute value; i such that |x[i]| == max(|x[0]|,|x[1]|,...)..
idamax(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
idamax(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
identity(int) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs an identity matrix (having ones on the diagonal and zeros elsewhere).
identity - Static variable in class cern.jet.math.Functions
Function that returns its argument.
identity - Static variable in class cern.jet.math.IntFunctions
Function that returns its argument.
IEEEremainder - Static variable in class cern.jet.math.Functions
Function that returns Math.IEEEremainder(a,b).
IEEEremainder(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns Math.IEEEremainder(a,b).
inc - Static variable in class cern.jet.math.IntFunctions
Function that returns a++.
incompleteBeta(double, double, double) - Static method in class cern.jet.stat.Gamma
Returns the Incomplete Beta Function evaluated from zero to xx; formerly named ibeta.
incompleteGamma(double, double) - Static method in class cern.jet.stat.Gamma
Returns the Incomplete Gamma function; formerly named igamma.
incompleteGammaComplement(double, double) - Static method in class cern.jet.stat.Gamma
Returns the Complemented Incomplete Gamma function; formerly named igamc.
incrementalUpdate(DoubleArrayList, int, int, double[]) - Static method in class cern.jet.stat.Descriptive
Incrementally maintains and updates minimum, maximum, sum and sum of squares of a data sequence.
incrementalUpdateSumsOfPowers(DoubleArrayList, int, int, int, int, double[]) - Static method in class cern.jet.stat.Descriptive
Incrementally maintains and updates various sums of powers of the form Sum(data[i]k).
incrementalWeightedUpdate(DoubleArrayList, DoubleArrayList, int, int, double[]) - Static method in class cern.jet.stat.Descriptive
Incrementally maintains and updates sum and sum of squares of a weighted data sequence.
index(int) - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Returns the position of the element with the given relative rank within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Returns the position of the given coordinate within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int, int) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the position of the given coordinate within the (virtual or non-virtual) internal 1-dimensional array.
index(int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Returns the position of the element with the given relative rank within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Returns the position of the given coordinate within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int, int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
Returns the position of the given coordinate within the (virtual or non-virtual) internal 1-dimensional array.
index(int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Returns the position of the element with the given relative rank within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Returns the position of the given coordinate within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int, int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix3D
Returns the position of the given coordinate within the (virtual or non-virtual) internal 1-dimensional array.
index(int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Returns the position of the element with the given relative rank within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Returns the position of the given coordinate within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int, int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Returns the position of the given coordinate within the (virtual or non-virtual) internal 1-dimensional array.
index(int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Returns the position of the element with the given relative rank within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Returns the position of the given coordinate within the (virtual or non-virtual) internal 1-dimensional array.
index(int, int, int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Returns the position of the given coordinate within the (virtual or non-virtual) internal 1-dimensional array.
indexes - Variable in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
indexOf(boolean) - Method in class cern.colt.list.AbstractBooleanList
Returns the index of the first occurrence of the specified element.
indexOf(byte) - Method in class cern.colt.list.AbstractByteList
Returns the index of the first occurrence of the specified element.
indexOf(char) - Method in class cern.colt.list.AbstractCharList
Returns the index of the first occurrence of the specified element.
indexOf(double) - Method in class cern.colt.list.AbstractDoubleList
Returns the index of the first occurrence of the specified element.
indexOf(float) - Method in class cern.colt.list.AbstractFloatList
Returns the index of the first occurrence of the specified element.
indexOf(int) - Method in class cern.colt.list.AbstractIntList
Returns the index of the first occurrence of the specified element.
indexOf(long) - Method in class cern.colt.list.AbstractLongList
Returns the index of the first occurrence of the specified element.
indexOf(short) - Method in class cern.colt.list.AbstractShortList
Returns the index of the first occurrence of the specified element.
indexOf(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
Returns the index of the first occurrence of the specified element.
indexOfDecimalPoint(String) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns the index of the decimal point.
indexOfFromTo(int, int, boolean) - Method in class cern.colt.bitvector.BitVector
Returns the index of the first occurrence of the specified state.
indexOfFromTo(boolean, int, int) - Method in class cern.colt.list.AbstractBooleanList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(byte, int, int) - Method in class cern.colt.list.AbstractByteList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(char, int, int) - Method in class cern.colt.list.AbstractCharList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(double, int, int) - Method in class cern.colt.list.AbstractDoubleList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(float, int, int) - Method in class cern.colt.list.AbstractFloatList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(int, int, int) - Method in class cern.colt.list.AbstractIntList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(long, int, int) - Method in class cern.colt.list.AbstractLongList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(short, int, int) - Method in class cern.colt.list.AbstractShortList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(boolean, int, int) - Method in class cern.colt.list.BooleanArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(byte, int, int) - Method in class cern.colt.list.ByteArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(char, int, int) - Method in class cern.colt.list.CharArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(double, int, int) - Method in class cern.colt.list.DoubleArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(float, int, int) - Method in class cern.colt.list.FloatArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(int, int, int) - Method in class cern.colt.list.IntArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(long, int, int) - Method in class cern.colt.list.LongArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(Object, int, int, boolean) - Method in class cern.colt.list.ObjectArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(short, int, int) - Method in class cern.colt.list.ShortArrayList
Returns the index of the first occurrence of the specified element.
indexOfInsertion(double) - Method in class cern.colt.map.OpenDoubleIntHashMap
 
indexOfInsertion(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
 
indexOfInsertion(int) - Method in class cern.colt.map.OpenIntIntHashMap
 
indexOfInsertion(int) - Method in class cern.colt.map.OpenIntObjectHashMap
 
indexOfInsertion(long) - Method in class cern.colt.map.OpenLongObjectHashMap
 
indexOfKey(double) - Method in class cern.colt.map.OpenDoubleIntHashMap
 
indexOfKey(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
 
indexOfKey(int) - Method in class cern.colt.map.OpenIntIntHashMap
 
indexOfKey(int) - Method in class cern.colt.map.OpenIntObjectHashMap
 
indexOfKey(long) - Method in class cern.colt.map.OpenLongObjectHashMap
 
indexOfValue(int) - Method in class cern.colt.map.OpenDoubleIntHashMap
 
indexOfValue(double) - Method in class cern.colt.map.OpenIntDoubleHashMap
 
indexOfValue(int) - Method in class cern.colt.map.OpenIntIntHashMap
 
indexOfValue(Object) - Method in class cern.colt.map.OpenIntObjectHashMap
 
indexOfValue(Object) - Method in class cern.colt.map.OpenLongObjectHashMap
 
insert(int, int, int, double) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
IntArrayList - Class in cern.colt.list
Resizable list holding int elements; implemented with arrays.
IntArrayList() - Constructor for class cern.colt.list.IntArrayList
Constructs an empty list.
IntArrayList(int[]) - Constructor for class cern.colt.list.IntArrayList
Constructs a list containing the specified elements.
IntArrayList(int) - Constructor for class cern.colt.list.IntArrayList
Constructs an empty list with the specified initial capacity.
IntBuffer - Class in cern.colt.buffer
Fixed sized (non resizable) streaming buffer connected to a target IntBufferConsumer to which data is automatically flushed upon buffer overflow.
IntBuffer(IntBufferConsumer, int) - Constructor for class cern.colt.buffer.IntBuffer
Constructs and returns a new buffer with the given target.
IntBuffer2D - Class in cern.colt.buffer
Fixed sized (non resizable) streaming buffer connected to a target IntBuffer2DConsumer to which data is automatically flushed upon buffer overflow.
IntBuffer2D(IntBuffer2DConsumer, int) - Constructor for class cern.colt.buffer.IntBuffer2D
Constructs and returns a new buffer with the given target.
IntBuffer2DConsumer - Interface in cern.colt.buffer
Target of a streaming IntBuffer2D into which data is flushed upon buffer overflow.
IntBuffer3D - Class in cern.colt.buffer
Fixed sized (non resizable) streaming buffer connected to a target IntBuffer3DConsumer to which data is automatically flushed upon buffer overflow.
IntBuffer3D(IntBuffer3DConsumer, int) - Constructor for class cern.colt.buffer.IntBuffer3D
Constructs and returns a new buffer with the given target.
IntBuffer3DConsumer - Interface in cern.colt.buffer
Target of a streaming IntBuffer3D into which data is flushed upon buffer overflow.
IntBufferConsumer - Interface in cern.colt.buffer
Target of a streaming IntBuffer into which data is flushed upon buffer overflow.
IntComparator - Interface in cern.colt.function
A comparison function which imposes a total ordering on some collection of elements.
IntDoubleFunction - Interface in cern.colt.function
Interface that represents a function object: a function that takes two arguments.
IntDoubleProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
interpolationType - Variable in class cern.jet.random.Empirical
 
IntFunction - Interface in cern.colt.function
Interface that represents a function object: a function that takes a single argument and returns a single value.
IntFunctions - Class in cern.jet.math
Integer Function objects to be passed to generic methods.
IntFunctions() - Constructor for class cern.jet.math.IntFunctions
Makes this class non instantiable, but still let's others inherit from it.
intFunctions - Static variable in class cern.jet.math.IntFunctions
Little trick to allow for "aliasing", that is, renaming this class.
IntIntDoubleFunction - Interface in cern.colt.function
Interface that represents a function object: a function that takes three arguments.
IntIntDoubleProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes three arguments and does not return a value.
IntIntFunction - Interface in cern.colt.function
Interface that represents a function object: a function that takes two arguments and returns a single value.
IntIntIntProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes three arguments and does not return a value.
IntIntProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
IntListAdapter - Class in cern.colt.list.adapter
Adapter that permits an AbstractIntList to be viewed and treated as a JDK 1.2 AbstractList.
IntListAdapter(AbstractIntList) - Constructor for class cern.colt.list.adapter.IntListAdapter
Constructs a list backed by the specified content list.
IntObjectProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
IntProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
inv - Static variable in class cern.jet.math.Functions
Function that returns 1.0 / a.
inverse(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the inverse or pseudo-inverse of matrix A.
isBetween(double, double) - Static method in class cern.jet.math.Functions
Constructs a function that returns from<=a && a<=to.
isBetween(int, int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns from<=a && a<=to.
isDiagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is diagonal if A[i,j] == 0 whenever i != j.
isDiagonallyDominantByColumn(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is diagonally dominant by column if the absolute value of each diagonal element is larger than the sum of the absolute values of the off-diagonal elements in the corresponding column.
isDiagonallyDominantByRow(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is diagonally dominant by row if the absolute value of each diagonal element is larger than the sum of the absolute values of the off-diagonal elements in the corresponding row.
isEmpty() - Method in class cern.colt.list.AbstractCollection
Tests if the receiver has no elements.
isEmpty() - Method in class cern.colt.map.AbstractMap
Returns true if the receiver contains no (key,value) associations.
isEqual - Static variable in class cern.jet.math.Functions
Function that returns a == b.
isEqual(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a == b.
isEqual - Static variable in class cern.jet.math.IntFunctions
Function that returns a == b.
isEqual(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a == b.
isGreater - Static variable in class cern.jet.math.Functions
Function that returns a > b.
isGreater(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a > b.
isGreater - Static variable in class cern.jet.math.IntFunctions
Function that returns a > b.
isGreater(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a > b.
isIdentity(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is an identity matrix if A[i,i] == 1 and all other cells are zero.
isLess - Static variable in class cern.jet.math.Functions
Function that returns a < b.
isLess(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a < b.
isLess - Static variable in class cern.jet.math.IntFunctions
Function that returns a < b.
isLess(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a < b.
isLowerBidiagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is lower bidiagonal if A[i,j]==0 unless i==j || i==j+1.
isLowerTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is lower triangular if A[i,j]==0 whenever i < j.
isNonNegative(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is non-negative if A[i,j] >= 0 holds for all cells.
isNonsingular() - Method in class cern.colt.matrix.linalg.LUDecomposition
Returns whether the matrix is nonsingular (has an inverse).
isNonSingular - Variable in class cern.colt.matrix.linalg.LUDecompositionQuick
 
isNonsingular() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns whether the matrix is nonsingular (has an inverse).
isNonsingular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns whether the matrix is nonsingular.
isNoView - Variable in class cern.colt.matrix.impl.AbstractMatrix
 
isOrthogonal(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A square matrix A is orthogonal if A*transpose(A) = I.
isPositive(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is positive if A[i,j] > 0 holds for all cells.
isSingular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is singular if it has no inverse, that is, iff det(A)==0.
isSkewSymmetric(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A square matrix A is skew-symmetric if A = -transpose(A), that is A[i,j] == -A[j,i].
isSortedFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
Determines whether the receiver is sorted ascending, according to the natural ordering of its elements.
isSquare(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is square if it has the same number of rows and columns.
isStrictlyLowerTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is strictly lower triangular if A[i,j]==0 whenever i <= j.
isStrictlyTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is strictly triangular if it is triangular and its diagonal elements all equal 0.
isStrictlyUpperTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is strictly upper triangular if A[i,j]==0 whenever i >= j.
isSymmetric(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is symmetric if A = tranpose(A), that is A[i,j] == A[j,i].
isSymmetricPositiveDefinite() - Method in class cern.colt.matrix.linalg.CholeskyDecomposition
Returns whether the matrix A is symmetric and positive definite.
isTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is triangular iff it is either upper or lower triangular.
isTridiagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is tridiagonal if A[i,j]==0 whenever Math.abs(i-j) > 1.
isUnitTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is unit triangular if it is triangular and its diagonal elements all equal 1.
isUpperBidiagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is upper bidiagonal if A[i,j]==0 unless i==j || i==j-1.
isUpperTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is upper triangular if A[i,j]==0 whenever i > j.
isView() - Method in class cern.colt.matrix.impl.AbstractMatrix
Returns whether the receiver is a view or not.
isZero(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is zero if all its cells are zero.

J

j0(double) - Static method in class cern.jet.math.Bessel
Returns the Bessel function of the first kind of order 0 of the argument.
j1(double) - Static method in class cern.jet.math.Bessel
Returns the Bessel function of the first kind of order 1 of the argument.
jn(int, double) - Static method in class cern.jet.math.Bessel
Returns the Bessel function of the first kind of order n of the argument.
joule - Static variable in class cern.clhep.Units
 

K

K - Variable in class cern.jet.random.EmpiricalWalker
 
k0(double) - Static method in class cern.jet.math.Bessel
Returns the modified Bessel function of the third kind of order 0 of the argument.
k0e(double) - Static method in class cern.jet.math.Bessel
Returns the exponentially scaled modified Bessel function of the third kind of order 0 of the argument.
k1(double) - Static method in class cern.jet.math.Bessel
Returns the modified Bessel function of the third kind of order 1 of the argument.
k1 - Variable in class cern.jet.random.Poisson
 
k1e(double) - Static method in class cern.jet.math.Bessel
Returns the exponentially scaled modified Bessel function of the third kind of order 1 of the argument.
k2 - Variable in class cern.jet.random.Poisson
 
k4 - Variable in class cern.jet.random.Poisson
 
k5 - Variable in class cern.jet.random.Poisson
 
k_Boltzmann - Static variable in class cern.clhep.PhysicalConstants
 
kelvin - Static variable in class cern.clhep.Units
 
keV - Static variable in class cern.clhep.Units
 
keyOf(int) - Method in class cern.colt.map.AbstractDoubleIntMap
Returns the first key the given value is associated with.
keyOf(double) - Method in class cern.colt.map.AbstractIntDoubleMap
Returns the first key the given value is associated with.
keyOf(int) - Method in class cern.colt.map.AbstractIntIntMap
Returns the first key the given value is associated with.
keyOf(Object) - Method in class cern.colt.map.AbstractIntObjectMap
Returns the first key the given value is associated with.
keyOf(Object) - Method in class cern.colt.map.AbstractLongObjectMap
Returns the first key the given value is associated with.
keyOf(int) - Method in class cern.colt.map.OpenDoubleIntHashMap
Returns the first key the given value is associated with.
keyOf(double) - Method in class cern.colt.map.OpenIntDoubleHashMap
Returns the first key the given value is associated with.
keyOf(int) - Method in class cern.colt.map.OpenIntIntHashMap
Returns the first key the given value is associated with.
keyOf(Object) - Method in class cern.colt.map.OpenIntObjectHashMap
Returns the first key the given value is associated with.
keyOf(Object) - Method in class cern.colt.map.OpenLongObjectHashMap
Returns the first key the given value is associated with.
keys() - Method in class cern.colt.map.AbstractDoubleIntMap
Returns a list filled with all keys contained in the receiver.
keys(DoubleArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.AbstractIntDoubleMap
Returns a list filled with all keys contained in the receiver.
keys(IntArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.AbstractIntIntMap
Returns a list filled with all keys contained in the receiver.
keys(IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.AbstractIntObjectMap
Returns a list filled with all keys contained in the receiver.
keys(IntArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
Fills all keys contained in the receiver into the specified list.
keys() - Method in class cern.colt.map.AbstractLongObjectMap
Returns a list filled with all keys contained in the receiver.
keys(LongArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
Fills all keys contained in the receiver into the specified list.
keys(DoubleArrayList) - Method in class cern.colt.map.OpenDoubleIntHashMap
Fills all keys contained in the receiver into the specified list.
keys(IntArrayList) - Method in class cern.colt.map.OpenIntDoubleHashMap
Fills all keys contained in the receiver into the specified list.
keys(IntArrayList) - Method in class cern.colt.map.OpenIntIntHashMap
Fills all keys contained in the receiver into the specified list.
keys(IntArrayList) - Method in class cern.colt.map.OpenIntObjectHashMap
Fills all keys contained in the receiver into the specified list.
keys(LongArrayList) - Method in class cern.colt.map.OpenLongObjectHashMap
Fills all keys contained in the receiver into the specified list.
keysSortedByValue(DoubleArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(IntArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(IntArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
Fills all keys sorted ascending by their associated value into the specified list.
keysSortedByValue(LongArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
Fills all keys sorted ascending by their associated value into the specified list.
kg - Static variable in class cern.clhep.Units
 
kGasThreshold - Static variable in class cern.clhep.PhysicalConstants
 
kiloelectronvolt - Static variable in class cern.clhep.Units
 
kilogauss - Static variable in class cern.clhep.Units
 
kilogram - Static variable in class cern.clhep.Units
 
kilohertz - Static variable in class cern.clhep.Units
 
kilometer - Static variable in class cern.clhep.Units
 
kilometer2 - Static variable in class cern.clhep.Units
 
kilometer3 - Static variable in class cern.clhep.Units
 
kilovolt - Static variable in class cern.clhep.Units
 
km - Static variable in class cern.clhep.Units
 
km2 - Static variable in class cern.clhep.Units
 
km3 - Static variable in class cern.clhep.Units
 
kn(int, double) - Static method in class cern.jet.math.Bessel
Returns the modified Bessel function of the third kind of order nn of the argument.
known_N_compute_B_and_K(long, double, double, int, double[]) - Static method in class cern.jet.stat.quantile.QuantileFinderFactory
Computes the number of buffers and number of values per buffer such that quantiles can be determined with an approximation error no more than epsilon with a certain probability.
known_N_compute_B_and_K_quick(long, double) - Static method in class cern.jet.stat.quantile.QuantileFinderFactory
Computes the number of buffers and number of values per buffer such that quantiles can be determined with a guaranteed approximation error no more than epsilon.
known_N_compute_B_and_K_slow(long, double, double, int, double[]) - Static method in class cern.jet.stat.quantile.QuantileFinderFactory
Computes the number of buffers and number of values per buffer such that quantiles can be determined with an approximation error no more than epsilon with a certain probability.
kurtosis(double, double) - Static method in class cern.jet.stat.Descriptive
Returns the kurtosis (aka excess) of a data sequence.
kurtosis(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the kurtosis (aka excess) of a data sequence, which is -3 + moment(data,4,mean) / standardDeviation4.

L

l_my - Variable in class cern.jet.random.Poisson
 
lag1(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
Returns the lag-1 autocorrelation of a dataset; Note that this method has semantics different from autoCorrelation(..., 1);
lambda - Variable in class cern.jet.random.Exponential
 
lambda - Variable in class cern.jet.random.Gamma
 
largestPrime - Static variable in class cern.colt.map.PrimeFinder
The largest prime this class can generate; currently equal to Integer.MAX_VALUE.
lastIndexOf(boolean) - Method in class cern.colt.list.AbstractBooleanList
Returns the index of the last occurrence of the specified element.
lastIndexOf(byte) - Method in class cern.colt.list.AbstractByteList
Returns the index of the last occurrence of the specified element.
lastIndexOf(char) - Method in class cern.colt.list.AbstractCharList
Returns the index of the last occurrence of the specified element.
lastIndexOf(double) - Method in class cern.colt.list.AbstractDoubleList
Returns the index of the last occurrence of the specified element.
lastIndexOf(float) - Method in class cern.colt.list.AbstractFloatList
Returns the index of the last occurrence of the specified element.
lastIndexOf(int) - Method in class cern.colt.list.AbstractIntList
Returns the index of the last occurrence of the specified element.
lastIndexOf(long) - Method in class cern.colt.list.AbstractLongList
Returns the index of the last occurrence of the specified element.
lastIndexOf(short) - Method in class cern.colt.list.AbstractShortList
Returns the index of the last occurrence of the specified element.
lastIndexOf(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(boolean, int, int) - Method in class cern.colt.list.AbstractBooleanList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(byte, int, int) - Method in class cern.colt.list.AbstractByteList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(char, int, int) - Method in class cern.colt.list.AbstractCharList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(double, int, int) - Method in class cern.colt.list.AbstractDoubleList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(float, int, int) - Method in class cern.colt.list.AbstractFloatList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(int, int, int) - Method in class cern.colt.list.AbstractIntList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(long, int, int) - Method in class cern.colt.list.AbstractLongList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(short, int, int) - Method in class cern.colt.list.AbstractShortList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(boolean, int, int) - Method in class cern.colt.list.BooleanArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(byte, int, int) - Method in class cern.colt.list.ByteArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(char, int, int) - Method in class cern.colt.list.CharArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(double, int, int) - Method in class cern.colt.list.DoubleArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(float, int, int) - Method in class cern.colt.list.FloatArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(int, int, int) - Method in class cern.colt.list.IntArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(long, int, int) - Method in class cern.colt.list.LongArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(Object, int, int, boolean) - Method in class cern.colt.list.ObjectArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(short, int, int) - Method in class cern.colt.list.ShortArrayList
Returns the index of the last occurrence of the specified element.
lead(String) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns the number of characters before the decimal point.
lead(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Returns the number of characters or the number of characters before the decimal point.
leastSignificantBit(int) - Static method in class cern.colt.bitvector.QuickBitVector
Returns the index of the least significant bit in state "true".
LEFT - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The alignment string aligning the cells of a column to the left.
less(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A[row,col] = A[row,col] < s ? 1 : 0.
less(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A[row,col] = A[row,col] < B[row,col] ? 1 : 0.
less - Static variable in class cern.jet.math.Functions
Function that returns a < b ? 1 : 0.
less(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a < b ? 1 : 0.
lg - Static variable in class cern.jet.math.Functions
Function that returns Math.log(a) / Math.log(b).
lg(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns Math.log(a) / Math.log(b).
like() - Method in class cern.colt.matrix.DoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.DoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.DoubleMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.DoubleMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.DoubleMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.DoubleMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like(int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like() - Method in class cern.colt.matrix.ObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.ObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.ObjectMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.ObjectMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.ObjectMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.ObjectMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like1D(int) - Method in class cern.colt.matrix.DoubleMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int, int, int) - Method in class cern.colt.matrix.DoubleMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, sharing the same cells.
like1D(int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int, int, int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, sharing the same cells.
like1D(int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int, int, int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, sharing the same cells.
like1D(int) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int, int, int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, sharing the same cells.
like1D(int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int, int, int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, sharing the same cells.
like1D(int) - Method in class cern.colt.matrix.ObjectMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int, int, int) - Method in class cern.colt.matrix.ObjectMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.DoubleMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int, int, int, int, int) - Method in class cern.colt.matrix.DoubleMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int, int, int, int, int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int, int, int, int, int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int, int, int, int, int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int, int, int, int, int) - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.ObjectMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int, int, int, int, int) - Method in class cern.colt.matrix.ObjectMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
LINEAR_INTERPOLATION - Static variable in class cern.jet.random.Empirical
 
list - Variable in class cern.colt.buffer.DoubleBuffer
 
list - Variable in class cern.colt.buffer.IntBuffer
 
list - Variable in class cern.colt.buffer.ObjectBuffer
 
ll - Variable in class cern.jet.random.Poisson
 
llll - Variable in class cern.jet.random.Poisson
 
log(double, double) - Static method in class cern.jet.math.Arithmetic
Returns logbasevalue.
log - Static variable in class cern.jet.math.Functions
Function that returns Math.log(a).
log10(double) - Static method in class cern.jet.math.Arithmetic
Returns log10value.
log2(double) - Static method in class cern.jet.math.Arithmetic
Returns log2value.
log2 - Static variable in class cern.jet.math.Functions
Function that returns Math.log(a) / Math.log(2).
Logarithmic - Class in cern.jet.random
Logarithmic distribution.
Logarithmic(double, RandomEngine) - Constructor for class cern.jet.random.Logarithmic
Constructs a Logarithmic distribution.
logFactorial(int) - Static method in class cern.jet.math.Arithmetic
Returns log(k!).
logFactorials - Static variable in class cern.jet.math.Arithmetic
 
logGamma(double) - Static method in class cern.jet.random.PoissonSlow
Returns the value ln(Gamma(xx) for xx > 0.
logGamma(double) - Static method in class cern.jet.stat.Gamma
Returns the natural logarithm of the gamma function; formerly named lgamma.
LOGPI - Static variable in class cern.jet.math.Constants
 
LongArrayList - Class in cern.colt.list
Resizable list holding long elements; implemented with arrays.
LongArrayList() - Constructor for class cern.colt.list.LongArrayList
Constructs an empty list.
LongArrayList(long[]) - Constructor for class cern.colt.list.LongArrayList
Constructs a list containing the specified elements.
LongArrayList(int) - Constructor for class cern.colt.list.LongArrayList
Constructs an empty list with the specified initial capacity.
LongComparator - Interface in cern.colt.function
A comparison function which imposes a total ordering on some collection of elements.
longFactorial(int) - Static method in class cern.jet.math.Arithmetic
Instantly returns the factorial k!.
longFactorials - Static variable in class cern.jet.math.Arithmetic
 
LongListAdapter - Class in cern.colt.list.adapter
Adapter that permits an AbstractLongList to be viewed and treated as a JDK 1.2 AbstractList.
LongListAdapter(AbstractLongList) - Constructor for class cern.colt.list.adapter.LongListAdapter
Constructs a list backed by the specified content list.
LongObjectProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
lowerBandwidth(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
The lower bandwidth of a square matrix A is the maximum i-j for which A[i,j] is nonzero and i > j.
lowerTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Modifies the matrix to be a lower triangular matrix.
lowWaterMark - Variable in class cern.colt.map.AbstractMap
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.
lr - Variable in class cern.jet.random.Poisson
 
LU - Variable in class cern.colt.matrix.linalg.LUDecompositionQuick
Array for internal storage of decomposition.
LUDecomposition - Class in cern.colt.matrix.linalg
For an m x n matrix A with m >= n, the LU decomposition is an m x n unit lower triangular matrix L, an n x n upper triangular matrix U, and a permutation vector piv of length m so that A(piv,:) = L*U; If m < n, then L is m x m and U is m x n.
LUDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.linalg.LUDecomposition
Constructs and returns a new LU Decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
LUDecompositionQuick - Class in cern.colt.matrix.linalg
A low level version of LUDecomposition, avoiding unnecessary memory allocation and copying.
LUDecompositionQuick() - Constructor for class cern.colt.matrix.linalg.LUDecompositionQuick
Constructs and returns a new LU Decomposition object with default tolerance 1.0E-9 for singularity detection.
LUDecompositionQuick(double) - Constructor for class cern.colt.matrix.linalg.LUDecompositionQuick
Constructs and returns a new LU Decomposition object which uses the given tolerance for singularity detection;
lumen - Static variable in class cern.clhep.Units
 
lux - Static variable in class cern.clhep.Units
 

M

m - Static variable in class cern.clhep.Units
 
m() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
 
m - Variable in class cern.jet.random.Poisson
 
m2 - Static variable in class cern.clhep.Units
 
m3 - Static variable in class cern.clhep.Units
 
MACHEP - Static variable in class cern.jet.math.Constants
 
main(String[]) - Static method in class cern.colt.map.Benchmark
Tests various methods of this class.
main(String[]) - Static method in class cern.colt.map.PrimeFinder
Tests correctness.
main(String[]) - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Runs the matrix benchmark operations defined in args or in the file specified by args0.
main(String[]) - Static method in class cern.colt.matrix.doublealgo.Statistic
Benchmarks covariance computation.
main(String[]) - Static method in class cern.colt.Version
Prints asString on System.out.
main(String[]) - Static method in class cern.jet.math.Functions
Tests various methods of this class.
main(String[]) - Static method in class cern.jet.random.Benchmark
Benchmarks all subclasses
main(String[]) - Static method in class cern.jet.random.engine.Benchmark
Tests various methods of this class.
main(String[]) - Static method in class cern.jet.random.engine.RandomSeedGenerator
Prints the generated seeds for the given input parameters.
main(String[]) - Static method in class cern.jet.random.sampling.RandomSampler
Tests this class.
main(String[]) - Static method in class cern.jet.random.sampling.RandomSamplingAssistant
Tests random sampling.
main(String[]) - Static method in class cern.jet.stat.quantile.Quantile1Test
 
make(double[]) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a matrix with the given cell values.
make(DoubleMatrix1D[]) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a matrix which is the concatenation of all given parts.
make(int) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, double) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(AbstractDoubleList) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a matrix from the values of the given list.
make(double[][]) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a matrix with the given cell values.
make(double[], int) - Method in class cern.colt.matrix.DoubleFactory2D
Construct a matrix from a one-dimensional column-major packed array, ala Fortran.
make(int, int) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, double) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(double[][][]) - Method in class cern.colt.matrix.DoubleFactory3D
Constructs a matrix with the given cell values.
make(int, int, int) - Method in class cern.colt.matrix.DoubleFactory3D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, int, double) - Method in class cern.colt.matrix.DoubleFactory3D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(ObjectMatrix1D[]) - Method in class cern.colt.matrix.ObjectFactory1D
Constructs a matrix which is the concatenation of all given parts.
make(Object[]) - Method in class cern.colt.matrix.ObjectFactory1D
Constructs a matrix with the given cell values.
make(int) - Method in class cern.colt.matrix.ObjectFactory1D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, Object) - Method in class cern.colt.matrix.ObjectFactory1D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(ObjectArrayList) - Method in class cern.colt.matrix.ObjectFactory1D
Constructs a matrix from the values of the given list.
make(Object[][]) - Method in class cern.colt.matrix.ObjectFactory2D
Constructs a matrix with the given cell values.
make(Object[], int) - Method in class cern.colt.matrix.ObjectFactory2D
Construct a matrix from a one-dimensional column-major packed array, ala Fortran.
make(int, int) - Method in class cern.colt.matrix.ObjectFactory2D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, Object) - Method in class cern.colt.matrix.ObjectFactory2D
Constructs a matrix with the given shape, each cell initialized with the given value.
make(Object[][][]) - Method in class cern.colt.matrix.ObjectFactory3D
Constructs a matrix with the given cell values.
make(int, int, int) - Method in class cern.colt.matrix.ObjectFactory3D
Constructs a matrix with the given shape, each cell initialized with zero.
make(int, int, int, Object) - Method in class cern.colt.matrix.ObjectFactory3D
Constructs a matrix with the given shape, each cell initialized with the given value.
make1D(int) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a 1d matrix of the right dynamic type.
make1D(int) - Method in class cern.colt.matrix.ObjectFactory2D
Constructs a 1d matrix of the right dynamic type.
makeBitVector(int, int) - Static method in class cern.colt.bitvector.QuickBitVector
Constructs a low level bitvector that holds size elements, with each element taking bitsPerElement bits.
makeDefault() - Static method in class cern.jet.random.engine.RandomEngine
Constructs and returns a new uniform random number engine seeded with the current time.
makeDefaultGenerator() - Static method in class cern.jet.random.AbstractDistribution
Constructs and returns a new uniform random number generation engine seeded with the current time.
MANHATTAN - Static variable in class cern.colt.matrix.doublealgo.Statistic
Manhattan distance function; Sum( abs(x[i]-y[i]) ).
Matrix2DMatrix2DFunction - Interface in cern.colt.matrix.linalg
Interface that represents a function object: a function that takes two arguments and returns a single value.
max - Static variable in class cern.jet.math.Functions
Function that returns Math.max(a,b).
max(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns Math.max(a,b).
max - Static variable in class cern.jet.math.IntFunctions
Function that returns Math.max(a,b).
max(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns Math.max(a,b).
max - Variable in class cern.jet.random.Uniform
 
max(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the largest member of a data sequence.
MAXGAM - Static variable in class cern.jet.math.Constants
 
MAXIMUM - Static variable in class cern.colt.matrix.doublealgo.Statistic
Maximum distance function; Max( abs(x[i]-y[i]) ).
maxLoadFactor - Variable in class cern.colt.map.AbstractMap
The maximum load factor for the hashtable.
MAXLOG - Static variable in class cern.jet.math.Constants
 
maxlongint - Variable in class cern.jet.random.Zeta
 
maxThreads - Variable in class cern.colt.matrix.linalg.SmpBlas
 
mean - Variable in class cern.jet.random.BreitWigner
 
mean - Variable in class cern.jet.random.Normal
 
mean - Variable in class cern.jet.random.Poisson
 
mean - Variable in class cern.jet.random.PoissonSlow
 
mean(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the arithmetic mean of a data sequence; That is Sum( data[i] ) / data.size().
MEAN_MAX - Static variable in class cern.jet.random.Poisson
 
MEAN_MAX - Static variable in class cern.jet.random.PoissonSlow
 
meanDeviation(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
Returns the mean deviation of a dataset.
median(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the median of a sorted data sequence.
megaelectronvolt - Static variable in class cern.clhep.Units
 
megahertz - Static variable in class cern.clhep.Units
 
megavolt - Static variable in class cern.clhep.Units
 
memory() - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Returns the number of elements currently needed to store all contained elements.
mergeSort(int, int, IntComparator, Swapper) - Static method in class cern.colt.GenericSorting
Sorts the specified range of elements according to the order induced by the specified comparator.
mergeSort() - Method in class cern.colt.list.AbstractList
Sorts the receiver into ascending order.
mergeSort - Static variable in class cern.colt.matrix.doublealgo.Sorting
A prefabricated mergesort.
mergeSort - Static variable in class cern.colt.matrix.objectalgo.Sorting
A prefabricated mergesort.
mergeSort(byte[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements.
mergeSort(byte[], int, int, ByteComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
mergeSort(char[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements.
mergeSort(char[], int, int, CharComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
mergeSort(double[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements.
mergeSort(double[], int, int, DoubleComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
mergeSort(float[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements.
mergeSort(float[], int, int, FloatComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
mergeSort(int[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements.
mergeSort(int[], int, int, IntComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
mergeSort(long[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements.
mergeSort(long[], int, int, LongComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
mergeSort(short[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements.
mergeSort(short[], int, int, ShortComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, ByteComparator) - Method in class cern.colt.list.AbstractByteList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractCharList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, CharComparator) - Method in class cern.colt.list.AbstractCharList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, DoubleComparator) - Method in class cern.colt.list.AbstractDoubleList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, FloatComparator) - Method in class cern.colt.list.AbstractFloatList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, IntComparator) - Method in class cern.colt.list.AbstractIntList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractList
Sorts the receiver into ascending order.
mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, LongComparator) - Method in class cern.colt.list.AbstractLongList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.AbstractShortList
Sorts the specified range of the receiver into ascending order.
mergeSortFromTo(int, int, ShortComparator) - Method in class cern.colt.list.AbstractShortList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
Sorts the specified range of the receiver into ascending order (false < true).
mergeSortFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
Sorts the specified range of the receiver into ascending order, according to the natural ordering of its elements.
mergeSortFromTo(int, int, Comparator) - Method in class cern.colt.list.ObjectArrayList
Sorts the receiver according to the order induced by the specified comparator.
mergeSortInPlace(int[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements.
MersenneTwister - Class in cern.jet.random.engine
MersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.
MersenneTwister() - Constructor for class cern.jet.random.engine.MersenneTwister
Constructs and returns a random number generator with a default seed, which is a constant.
MersenneTwister(int) - Constructor for class cern.jet.random.engine.MersenneTwister
Constructs and returns a random number generator with the given seed.
MersenneTwister(Date) - Constructor for class cern.jet.random.engine.MersenneTwister
Constructs and returns a random number generator seeded with the given date.
MersenneTwister64 - Class in cern.jet.random.engine
Same as MersenneTwister except that method raw() returns 64 bit random numbers instead of 32 bit random numbers.
MersenneTwister64() - Constructor for class cern.jet.random.engine.MersenneTwister64
Constructs and returns a random number generator with a default seed, which is a constant.
MersenneTwister64(int) - Constructor for class cern.jet.random.engine.MersenneTwister64
Constructs and returns a random number generator with the given seed.
MersenneTwister64(Date) - Constructor for class cern.jet.random.engine.MersenneTwister64
Constructs and returns a random number generator seeded with the given date.
meter - Static variable in class cern.clhep.Units
 
meter2 - Static variable in class cern.clhep.Units
 
meter3 - Static variable in class cern.clhep.Units
 
MeV - Static variable in class cern.clhep.Units
 
mg - Static variable in class cern.clhep.Units
 
microampere - Static variable in class cern.clhep.Units
 
microbarn - Static variable in class cern.clhep.Units
 
microfarad - Static variable in class cern.clhep.Units
 
micrometer - Static variable in class cern.clhep.Units
 
microsecond - Static variable in class cern.clhep.Units
 
milliampere - Static variable in class cern.clhep.Units
 
millibarn - Static variable in class cern.clhep.Units
 
millifarad - Static variable in class cern.clhep.Units
 
milligram - Static variable in class cern.clhep.Units
 
millimeter - Static variable in class cern.clhep.Units
 
millimeter2 - Static variable in class cern.clhep.Units
 
millimeter3 - Static variable in class cern.clhep.Units
 
milliradian - Static variable in class cern.clhep.Units
 
millis() - Method in class cern.colt.Timer
Returns the elapsed time in milli seconds; does not stop the timer, if started.
millisecond - Static variable in class cern.clhep.Units
 
min - Static variable in class cern.jet.math.Functions
Function that returns Math.min(a,b).
min(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns Math.min(a,b).
min - Static variable in class cern.jet.math.IntFunctions
Function that returns Math.min(a,b).
min(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns Math.min(a,b).
min - Variable in class cern.jet.random.Uniform
 
min(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the smallest member of a data sequence.
minColumnWidth - Variable in class cern.colt.matrix.impl.AbstractFormatter
The default minimum number of characters a column may have; currently 1.
minLoadFactor - Variable in class cern.colt.map.AbstractMap
The minimum load factor for the hashtable.
MINLOG - Static variable in class cern.jet.math.Constants
 
MinMaxNumberList - Class in cern.colt.list
Resizable compressed list holding numbers; based on the fact that a value in a given interval need not take more than log(max-min+1) bits; implemented with a cern.colt.bitvector.BitVector.
MinMaxNumberList(long, long, int) - Constructor for class cern.colt.list.MinMaxNumberList
Constructs an empty list with the specified initial capacity and the specified range of values allowed to be hold in this list.
minus(DoubleMatrix1D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A - s <=> A[i] = A[i] - s.
minus(DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A - B <=> A[i] = A[i] - B[i].
minus(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A - s <=> A[row,col] = A[row,col] - s.
minus(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A - B <=> A[row,col] = A[row,col] - B[row,col].
minus(Timer) - Method in class cern.colt.Timer
T = this - other; Constructs and returns a new timer which is the difference of the receiver and the other timer.
minus - Static variable in class cern.jet.math.Functions
Function that returns a - b.
minus(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a - b.
minus - Static variable in class cern.jet.math.IntFunctions
Function that returns a - b.
minus(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a - b.
minusDiv(double) - Static method in class cern.jet.math.PlusMult
a - b/constant.
minusMult(DoubleMatrix1D, DoubleMatrix1D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A - B*s <=> A[i] = A[i] - B[i]*s.
minusMult(DoubleMatrix2D, DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A - B*s <=> A[row,col] = A[row,col] - B[row,col]*s.
minusMult(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a - b*constant.
minusMult(double) - Static method in class cern.jet.math.PlusMult
a - b*constant.
minutes() - Method in class cern.colt.Timer
Returns the elapsed time in minutes; does not stop the timer, if started.
minValue - Variable in class cern.colt.list.MinMaxNumberList
 
mm - Static variable in class cern.clhep.Units
 
mm2 - Static variable in class cern.clhep.Units
 
mm3 - Static variable in class cern.clhep.Units
 
mmb_1 - Variable in class cern.jet.random.Hyperbolic
 
mod - Static variable in class cern.jet.math.Functions
Function that returns a % b.
mod(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a % b.
mod - Static variable in class cern.jet.math.IntFunctions
Function that returns a % b.
mod(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a % b.
mole - Static variable in class cern.clhep.Units
 
moment(int, double, int, double[]) - Static method in class cern.jet.stat.Descriptive
Returns the moment of k-th order with constant c of a data sequence, which is Sum( (data[i]-c)k ) / data.size().
moment(DoubleArrayList, int, double) - Static method in class cern.jet.stat.Descriptive
Returns the moment of k-th order with constant c of a data sequence, which is Sum( (data[i]-c)k ) / data.size().
mostSignificantBit(int) - Static method in class cern.colt.bitvector.QuickBitVector
Returns the index of the most significant bit in state "true".
mpa_1 - Variable in class cern.jet.random.Hyperbolic
 
mrad - Static variable in class cern.clhep.Units
 
ms - Static variable in class cern.clhep.Units
 
mu0 - Static variable in class cern.clhep.PhysicalConstants
 
mult(DoubleMatrix1D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A * s <=> A[i] = A[i] * s.
mult(DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A * B <=> A[i] = A[i] * B[i].
mult(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A * s <=> A[row,col] = A[row,col] * s.
mult(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A * B <=> A[row,col] = A[row,col] * B[row,col].
mult(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.Algebra
Inner product of two vectors; Sum(x[i] * y[i]).
mult(DoubleMatrix2D, DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.Algebra
Linear algebraic matrix-vector multiplication; z = A * y.
mult(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Linear algebraic matrix-matrix multiplication; C = A x B.
mult - Static variable in class cern.jet.math.Functions
Function that returns a * b.
mult(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a * b.
mult - Static variable in class cern.jet.math.IntFunctions
Function that returns a * b.
mult(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a * b.
Mult - Class in cern.jet.math
Only for performance tuning of compute intensive linear algebraic computations.
Mult(double) - Constructor for class cern.jet.math.Mult
Insert the method's description here.
mult(double) - Static method in class cern.jet.math.Mult
a * constant.
multiplicator - Variable in class cern.jet.math.Mult
Public read/write access to avoid frequent object construction.
multiplicator - Variable in class cern.jet.math.PlusMult
Public read/write access to avoid frequent object construction.
multOuter(DoubleMatrix1D, DoubleMatrix1D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Outer product of two vectors; Sets A[i,j] = x[i] * y[j].
my_k - Variable in class cern.jet.random.VonMises
 
my_last - Variable in class cern.jet.random.Poisson
 
my_N - Variable in class cern.jet.random.HyperGeometric
 
my_n - Variable in class cern.jet.random.HyperGeometric
 
my_old - Variable in class cern.jet.random.Poisson
 
my_p - Variable in class cern.jet.random.Logarithmic
 
my_s - Variable in class cern.jet.random.HyperGeometric
 

N

n() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
 
n - Variable in class cern.jet.random.Binomial
 
n - Variable in class cern.jet.random.NegativeBinomial
 
n - Variable in class cern.jet.random.sampling.RandomSamplingAssistant
 
nanoampere - Static variable in class cern.clhep.Units
 
nanobarn - Static variable in class cern.clhep.Units
 
nanofarad - Static variable in class cern.clhep.Units
 
nanometer - Static variable in class cern.clhep.Units
 
nanosecond - Static variable in class cern.clhep.Units
 
nbits - Variable in class cern.colt.bitvector.BitVector
 
neg - Static variable in class cern.jet.math.Functions
Function that returns -a.
neg - Static variable in class cern.jet.math.IntFunctions
Function that returns -a.
negate(DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = -A <=> A[i] = -A[i] for all cells.
negate(DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = -A <=> A[row,col] = -A[row,col].
NegativeBinomial - Class in cern.jet.random
Negative Binomial distribution; See the math definition.
NegativeBinomial(int, double, RandomEngine) - Constructor for class cern.jet.random.NegativeBinomial
Constructs a Negative Binomial distribution.
negativeBinomial(int, int, double) - Static method in class cern.jet.stat.Probability
Returns the sum of the terms 0 through k of the Negative Binomial Distribution.
negativeBinomialComplemented(int, int, double) - Static method in class cern.jet.stat.Probability
Returns the sum of the terms k+1 to infinity of the Negative Binomial distribution.
neutron_mass_c2 - Static variable in class cern.clhep.PhysicalConstants
 
newDoubleQuantileFinder(boolean, long, double, double, int, RandomEngine) - Static method in class cern.jet.stat.quantile.QuantileFinderFactory
Returns a quantile finder that minimizes the amount of memory needed under the user provided constraints.
newEquiDepthPhis(int) - Static method in class cern.jet.stat.quantile.QuantileFinderFactory
Convenience method that computes phi's for equi-depth histograms.
newton - Static variable in class cern.clhep.Units
 
nextBlock() - Method in class cern.jet.random.engine.MersenneTwister
Generates N words at one time.
nextBlock(int, long[], int) - Method in class cern.jet.random.sampling.RandomSampler
Computes the next count random numbers of the sorted random set specified on instance construction and fills them into values, starting at index fromIndex.
nextBoolean() - Method in class cern.jet.random.Uniform
Returns a uniformly distributed random boolean.
nextBurr1(double, int, RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a random number from the Burr II, VII, VIII, X Distributions.
nextBurr2(double, double, int, RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a random number from the Burr III, IV, V, VI, IX, XII distributions.
nextCauchy(RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a cauchy distributed random number from the standard Cauchy distribution C(0,1).
nextDouble() - Method in class cern.jet.random.AbstractDiscreteDistribution
Returns a random number from the distribution; returns (double) nextInt().
nextDouble() - Method in class cern.jet.random.AbstractDistribution
Returns a random number from the distribution.
nextDouble() - Method in class cern.jet.random.Beta
Returns a random number from the distribution.
nextDouble(double, double) - Method in class cern.jet.random.Beta
Returns a beta distributed random number; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.BreitWigner
Returns a random number from the distribution.
nextDouble(double, double, double) - Method in class cern.jet.random.BreitWigner
Returns a random number from the distribution; bypasses the internal state.
nextDouble(double, double, double) - Method in class cern.jet.random.BreitWignerMeanSquare
Returns a mean-squared random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.ChiSquare
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.ChiSquare
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.Empirical
Returns a random number from the distribution.
nextDouble() - Method in class cern.jet.random.engine.RandomEngine
Returns a 64 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
nextDouble() - Method in interface cern.jet.random.engine.RandomGenerator
Returns a 64 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
nextDouble() - Method in class cern.jet.random.Exponential
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.Exponential
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.ExponentialPower
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.ExponentialPower
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.Gamma
Returns a random number from the distribution.
nextDouble(double, double) - Method in class cern.jet.random.Gamma
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.Hyperbolic
Returns a random number from the distribution.
nextDouble(double, double) - Method in class cern.jet.random.Hyperbolic
Returns a hyperbolic distributed random number; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.Logarithmic
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.Logarithmic
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.Normal
Returns a random number from the distribution.
nextDouble(double, double) - Method in class cern.jet.random.Normal
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.StudentT
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.StudentT
Returns a random number from the distribution; bypasses the internal state.
nextDouble() - Method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (min,max) (excluding min and max).
nextDouble() - Method in class cern.jet.random.VonMises
Returns a random number from the distribution.
nextDouble(double) - Method in class cern.jet.random.VonMises
Returns a random number from the distribution; bypasses the internal state.
nextDoubleFromTo(double, double) - Method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
nextErlang(double, double, RandomEngine) - Static method in class cern.jet.random.Distributions
Returns an erlang distributed random number with the given variance and mean.
nextFloat() - Method in class cern.jet.random.engine.RandomEngine
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0f,1.0f) (excluding 0.0f and 1.0f).
nextFloat() - Method in interface cern.jet.random.engine.RandomGenerator
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0f,1.0f) (excluding 0.0f and 1.0f).
nextFloatFromTo(float, float) - Method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
nextGeometric(double, RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a discrete geometric distributed random number; Definition.
nextInt() - Method in class cern.jet.random.AbstractDiscreteDistribution
Returns a random number from the distribution.
nextInt() - Method in class cern.jet.random.AbstractDistribution
Returns a random number from the distribution; returns (int) Math.round(nextDouble()).
nextInt() - Method in class cern.jet.random.Binomial
Returns a random number from the distribution.
nextInt(int, double) - Method in class cern.jet.random.Binomial
Returns a random number from the distribution with the given parameters n and p; bypasses the internal state.
nextInt() - Method in class cern.jet.random.EmpiricalWalker
Returns a random integer k with probability pdf(k).
nextInt() - Method in class cern.jet.random.engine.DRand
Returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE).
nextInt() - Method in class cern.jet.random.engine.MersenneTwister
Returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE).
nextInt() - Method in class cern.jet.random.engine.RandomEngine
Returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE);
nextInt() - Method in interface cern.jet.random.engine.RandomGenerator
Returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE);
nextInt() - Method in class cern.jet.random.HyperGeometric
Returns a random number from the distribution.
nextInt(int, int, int) - Method in class cern.jet.random.HyperGeometric
Returns a random number from the distribution; bypasses the internal state.
nextInt(int, int, int, RandomEngine) - Method in class cern.jet.random.HyperGeometric
Returns a random number from the distribution; bypasses the internal state.
nextInt() - Method in class cern.jet.random.NegativeBinomial
Returns a random number from the distribution.
nextInt(int, double) - Method in class cern.jet.random.NegativeBinomial
Returns a random number from the distribution; bypasses the internal state.
nextInt() - Method in class cern.jet.random.Poisson
Returns a random number from the distribution.
nextInt(double) - Method in class cern.jet.random.Poisson
Returns a random number from the distribution; bypasses the internal state.
nextInt() - Method in class cern.jet.random.PoissonSlow
Returns a random number from the distribution.
nextInt() - Method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the closed interval [min,max] (including min and max).
nextInt() - Method in class cern.jet.random.Zeta
Returns a random number from the distribution.
nextIntFromTo(int, int) - Method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
nextIntSlow() - Method in class cern.jet.random.PoissonSlow
Returns a random number from the distribution.
nextLambda(double, double, RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a lambda distributed random number with parameters l3 and l4.
nextLaplace(RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a Laplace (Double Exponential) distributed random number from the standard Laplace distribution L(0,1).
nextLogistic(RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a random number from the standard Logistic distribution Log(0,1).
nextLong() - Method in class cern.jet.random.engine.RandomEngine
Returns a 64 bit uniformly distributed random number in the closed interval [Long.MIN_VALUE,Long.MAX_VALUE] (including Long.MIN_VALUE and Long.MAX_VALUE).
nextLong() - Method in interface cern.jet.random.engine.RandomGenerator
Returns a 64 bit uniformly distributed random number in the closed interval [Long.MIN_VALUE,Long.MAX_VALUE] (including Long.MIN_VALUE and Long.MAX_VALUE).
nextLongFromTo(long, long) - Method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
nextPowLaw(double, double, RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a power-law distributed random number with the given exponent and lower cutoff.
nextPrime(int) - Method in class cern.colt.map.AbstractMap
Returns a prime number which is >= desiredCapacity and very close to desiredCapacity (within 11% if desiredCapacity >= 1000).
nextPrime(int) - Static method in class cern.colt.map.PrimeFinder
Returns a prime number which is >= desiredCapacity and very close to desiredCapacity (within 11% if desiredCapacity >= 1000).
nextSeed() - Method in class cern.jet.random.engine.RandomSeedGenerator
Returns the next seed.
nextSkip - Variable in class cern.jet.random.sampling.WeightedRandomSampler
 
nextTriangular(RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a random number from the standard Triangular distribution in (-1,1).
nextTriggerPos - Variable in class cern.jet.random.sampling.WeightedRandomSampler
 
nextWeibull(double, double, RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a weibull distributed random number.
nextZipfInt(double, RandomEngine) - Static method in class cern.jet.random.Distributions
Returns a zipfian distributed random number with the given skew.
NN_THRESHOLD - Static variable in class cern.colt.matrix.linalg.SmpBlas
 
NO_INTERPOLATION - Static variable in class cern.jet.random.Empirical
 
norm1(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the one-norm of vector x, which is Sum(abs(x[i])).
norm1(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the one-norm of matrix A, which is the maximum absolute column sum.
norm2(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the two-norm (aka euclidean norm) of vector x; equivalent to mult(x,x).
norm2(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the two-norm of matrix A, which is the maximum singular value; obtained from SVD.
norm2() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns the two norm, which is max(S).
Normal - Class in cern.jet.random
Normal (aka Gaussian) distribution; See the math definition and animated definition.
Normal(double, double, RandomEngine) - Constructor for class cern.jet.random.Normal
Constructs a normal (gauss) distribution.
normal(double) - Static method in class cern.jet.stat.Probability
Returns the area under the Normal (Gaussian) probability density function, integrated from minus infinity to x (assumes mean is zero, variance is one).
normal(double, double, double) - Static method in class cern.jet.stat.Probability
Returns the area under the Normal (Gaussian) probability density function, integrated from minus infinity to x.
normalInverse(double) - Static method in class cern.jet.stat.Probability
Returns the value, x, for which the area under the Normal (Gaussian) probability density function (integrated from minus infinity to x) is equal to the argument y (assumes mean is zero, variance is one); formerly named ndtri.
normF(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the Frobenius norm of matrix A, which is Sqrt(Sum(A[i,j]2)).
normInfinity(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the infinity norm of vector x, which is Max(abs(x[i])).
normInfinity(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the infinity norm of matrix A, which is the maximum absolute row sum.
not() - Method in class cern.colt.bitvector.BitMatrix
Performs a logical NOT on the bits of the receiver.
not() - Method in class cern.colt.bitvector.BitVector
Performs a logical NOT on the bits of the receiver (A = ~A).
not - Static variable in class cern.jet.math.IntFunctions
Function that returns ~a.
ns - Static variable in class cern.clhep.Units
 
numberOfBitsInPartialUnit() - Method in class cern.colt.bitvector.BitVector
Returns the number of bits used in the trailing PARTIAL unit.
numberOfFullUnits() - Method in class cern.colt.bitvector.BitVector
Returns the number of units that are FULL (not PARTIAL).

O

object(double) - Static method in class cern.colt.list.adapter.DoubleListAdapter
Transforms an element of a primitive data type to an object.
object(float) - Static method in class cern.colt.list.adapter.FloatListAdapter
Transforms an element of a primitive data type to an object.
object(int) - Static method in class cern.colt.list.adapter.IntListAdapter
Transforms an element of a primitive data type to an object.
object(long) - Static method in class cern.colt.list.adapter.LongListAdapter
Transforms an element of a primitive data type to an object.
ObjectArrayList - Class in cern.colt.list
Resizable list holding Object elements; implemented with arrays.
ObjectArrayList() - Constructor for class cern.colt.list.ObjectArrayList
Constructs an empty list.
ObjectArrayList(Object[]) - Constructor for class cern.colt.list.ObjectArrayList
Constructs a list containing the specified elements.
ObjectArrayList(int) - Constructor for class cern.colt.list.ObjectArrayList
Constructs an empty list with the specified initial capacity.
ObjectBuffer - Class in cern.colt.buffer
Fixed sized (non resizable) streaming buffer connected to a target ObjectBufferConsumer to which data is automatically flushed upon buffer overflow.
ObjectBuffer(ObjectBufferConsumer, int) - Constructor for class cern.colt.buffer.ObjectBuffer
Constructs and returns a new buffer with the given target.
ObjectBufferConsumer - Interface in cern.colt.buffer
Target of a streaming ObjectBuffer into which data is flushed upon buffer overflow.
ObjectFactory1D - Class in cern.colt.matrix
Factory for convenient construction of 1-d matrices holding Object cells.
ObjectFactory1D() - Constructor for class cern.colt.matrix.ObjectFactory1D
Makes this class non instantiable, but still let's others inherit from it.
ObjectFactory2D - Class in cern.colt.matrix
Factory for convenient construction of 2-d matrices holding Object cells.
ObjectFactory2D() - Constructor for class cern.colt.matrix.ObjectFactory2D
Makes this class non instantiable, but still let's others inherit from it.
ObjectFactory3D - Class in cern.colt.matrix
Factory for convenient construction of 3-d matrices holding Object cells.
ObjectFactory3D() - Constructor for class cern.colt.matrix.ObjectFactory3D
Makes this class non instantiable, but still let's others inherit from it.
ObjectFunction - Interface in cern.colt.function
Interface that represents a function object: a function that takes a single argument and returns a single value.
ObjectListAdapter - Class in cern.colt.list.adapter
Adapter that permits an ObjectArrayList to be viewed and treated as a JDK 1.2 AbstractList.
ObjectListAdapter(ObjectArrayList) - Constructor for class cern.colt.list.adapter.ObjectListAdapter
Constructs a list backed by the specified content list.
ObjectMatrix1D - Class in cern.colt.matrix
Abstract base class for 1-d matrices (aka vectors) holding Object elements.
ObjectMatrix1D() - Constructor for class cern.colt.matrix.ObjectMatrix1D
Makes this class non instantiable, but still let's others inherit from it.
ObjectMatrix1DComparator - Interface in cern.colt.matrix.objectalgo
A comparison function which imposes a total ordering on some collection of elements.
ObjectMatrix1DProcedure - Interface in cern.colt.matrix
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
ObjectMatrix2D - Class in cern.colt.matrix
Abstract base class for 2-d matrices holding Object elements.
ObjectMatrix2D() - Constructor for class cern.colt.matrix.ObjectMatrix2D
Makes this class non instantiable, but still let's others inherit from it.
ObjectMatrix2DComparator - Interface in cern.colt.matrix.objectalgo
A comparison function which imposes a total ordering on some collection of elements.
ObjectMatrix2DProcedure - Interface in cern.colt.matrix
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
ObjectMatrix3D - Class in cern.colt.matrix
Abstract base class for 3-d matrices holding Object elements.
ObjectMatrix3D() - Constructor for class cern.colt.matrix.ObjectMatrix3D
Makes this class non instantiable, but still let's others inherit from it.
ObjectMatrix3DProcedure - Interface in cern.colt.matrix
Interface that represents a condition or procedure object: takes a single argument and returns a boolean value.
ObjectObjectFunction - Interface in cern.colt.function
Interface that represents a function object: a function that takes two arguments and returns a single value.
ObjectProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
offset(int) - Static method in class cern.colt.bitvector.QuickBitVector
Returns the index within the unit that contains the given bitIndex.
ohm - Static variable in class cern.clhep.Units
 
OpenDoubleIntHashMap - Class in cern.colt.map
Hash map holding (key,value) associations of type (double-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenDoubleIntHashMap() - Constructor for class cern.colt.map.OpenDoubleIntHashMap
Constructs an empty map with default capacity and default load factors.
OpenDoubleIntHashMap(int) - Constructor for class cern.colt.map.OpenDoubleIntHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenDoubleIntHashMap(int, double, double) - Constructor for class cern.colt.map.OpenDoubleIntHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenIntDoubleHashMap - Class in cern.colt.map
Hash map holding (key,value) associations of type (int-->double); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenIntDoubleHashMap() - Constructor for class cern.colt.map.OpenIntDoubleHashMap
Constructs an empty map with default capacity and default load factors.
OpenIntDoubleHashMap(int) - Constructor for class cern.colt.map.OpenIntDoubleHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenIntDoubleHashMap(int, double, double) - Constructor for class cern.colt.map.OpenIntDoubleHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenIntIntHashMap - Class in cern.colt.map
Hash map holding (key,value) associations of type (int-->int); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenIntIntHashMap() - Constructor for class cern.colt.map.OpenIntIntHashMap
Constructs an empty map with default capacity and default load factors.
OpenIntIntHashMap(int) - Constructor for class cern.colt.map.OpenIntIntHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenIntIntHashMap(int, double, double) - Constructor for class cern.colt.map.OpenIntIntHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenIntObjectHashMap - Class in cern.colt.map
Hash map holding (key,value) associations of type (int-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenIntObjectHashMap() - Constructor for class cern.colt.map.OpenIntObjectHashMap
Constructs an empty map with default capacity and default load factors.
OpenIntObjectHashMap(int) - Constructor for class cern.colt.map.OpenIntObjectHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenIntObjectHashMap(int, double, double) - Constructor for class cern.colt.map.OpenIntObjectHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
OpenLongObjectHashMap - Class in cern.colt.map
Hash map holding (key,value) associations of type (long-->Object); Automatically grows and shrinks as needed; Implemented using open addressing with double hashing.
OpenLongObjectHashMap() - Constructor for class cern.colt.map.OpenLongObjectHashMap
Constructs an empty map with default capacity and default load factors.
OpenLongObjectHashMap(int) - Constructor for class cern.colt.map.OpenLongObjectHashMap
Constructs an empty map with the specified initial capacity and default load factors.
OpenLongObjectHashMap(int, double, double) - Constructor for class cern.colt.map.OpenLongObjectHashMap
Constructs an empty map with the specified initial capacity and the specified minimum and maximum load factor.
or(BitMatrix) - Method in class cern.colt.bitvector.BitMatrix
Performs a logical OR of the receiver with another bit matrix.
or(BitVector) - Method in class cern.colt.bitvector.BitVector
Performs a logical OR of the receiver with another bit vector (A = A | B).
or - Static variable in class cern.jet.math.IntFunctions
Function that returns a | b.
or(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a | b.

P

p - Variable in class cern.jet.random.Binomial
 
p - Variable in class cern.jet.random.NegativeBinomial
 
p - Variable in class cern.jet.random.Poisson
 
p0 - Variable in class cern.jet.random.Poisson
 
P0 - Static variable in class cern.jet.stat.Probability
COEFFICIENTS FOR METHOD normalInverse() *
p1 - Variable in class cern.jet.random.Poisson
 
P1 - Static variable in class cern.jet.stat.Probability
 
p1evl(double, double[], int) - Static method in class cern.jet.math.Polynomial
Evaluates the given polynomial of degree N at x, assuming coefficient of N is 1.0.
p2 - Variable in class cern.jet.random.Poisson
 
P2 - Static variable in class cern.jet.stat.Probability
 
p3 - Variable in class cern.jet.random.Poisson
 
p4 - Variable in class cern.jet.random.Poisson
 
p5 - Variable in class cern.jet.random.Poisson
 
p6 - Variable in class cern.jet.random.Poisson
 
pairsMatching(DoubleIntProcedure, DoubleArrayList, IntArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntDoubleProcedure, IntArrayList, DoubleArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntIntProcedure, IntArrayList, IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntObjectProcedure, IntArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(LongObjectProcedure, LongArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(DoubleIntProcedure, DoubleArrayList, IntArrayList) - Method in class cern.colt.map.OpenDoubleIntHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntDoubleProcedure, IntArrayList, DoubleArrayList) - Method in class cern.colt.map.OpenIntDoubleHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntIntProcedure, IntArrayList, IntArrayList) - Method in class cern.colt.map.OpenIntIntHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(IntObjectProcedure, IntArrayList, ObjectArrayList) - Method in class cern.colt.map.OpenIntObjectHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsMatching(LongObjectProcedure, LongArrayList, ObjectArrayList) - Method in class cern.colt.map.OpenLongObjectHashMap
Fills all pairs satisfying a given condition into the specified lists.
pairsSortedByKey(DoubleArrayList, IntArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(IntArrayList, DoubleArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(IntArrayList, IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(IntArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByKey(LongArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
Fills all keys and values sorted ascending by key into the specified lists.
pairsSortedByValue(DoubleArrayList, IntArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(IntArrayList, DoubleArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(IntArrayList, IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
Fills all keys and values sorted ascending by value into the specified lists.
pairsSortedByValue(IntArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
Fills all keys and values sorted ascending by value according to natural ordering into the specified lists.
pairsSortedByValue(LongArrayList, ObjectArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
Fills all keys and values sorted ascending by value according to natural ordering into the specified lists.
part(int, int, int, int) - Method in class cern.colt.bitvector.BitMatrix
Constructs and returns a new matrix with width columns and height rows which is a copy of the contents of the given box.
partFromTo(int, int) - Method in class cern.colt.bitvector.BitVector
Constructs and returns a new bit vector which is a copy of the given range.
partFromTo(int, int) - Method in class cern.colt.list.AbstractBooleanList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractCharList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.AbstractShortList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.CharArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.DoubleArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.FloatArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.IntArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.LongArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int, BitVector, int, long[], int) - Method in class cern.colt.list.MinMaxNumberList
Copies all elements between index from (inclusive) and to (inclusive) into part, starting at index partFrom within part.
partFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partFromTo(int, int) - Method in class cern.colt.list.ShortArrayList
Returns a new list of the part of the receiver between from, inclusive, and to, inclusive.
partition(DoubleMatrix2D, int[], int, int, int, double[], int, int, int[]) - Static method in class cern.colt.matrix.doublealgo.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(DoubleMatrix2D, int, double[], int[]) - Static method in class cern.colt.matrix.doublealgo.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(ObjectMatrix2D, int[], int, int, int, Object[], int, int, int[]) - Static method in class cern.colt.matrix.objectalgo.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(ObjectMatrix2D, int, Object[], int[]) - Static method in class cern.colt.matrix.objectalgo.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it synchronously partitions the rows of the given matrix by the values of the given matrix column; This is essentially the same as partitioning a list of composite objects by some instance variable; In other words, two entire rows of the matrix are swapped, whenever two column values indicate so.
partition(double[], int, int, double[], int, int, int[]) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it partitions double[] rather than int[] arrays.
partition(double[], int, int, double) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int) except that it partitions double[] rather than int[] arrays.
partition(int[], int, int, int[], int, int, int[]) - Static method in class cern.colt.Partitioning
Partitions (partially sorts) the given list such that all elements falling into some intervals are placed next to each other.
partition(int[], int, int, int) - Static method in class cern.colt.Partitioning
Partitions (partially sorts) the given list such that all elements falling into the given interval are placed next to each other.
partition(Object[], int, int, Object[], int, int, int[], Comparator) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that it partitions Object[] rather than int[] arrays.
partition(Object[], int, int, Object, Comparator) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int) except that it synchronously partitions the objects of the given list by the order of the given comparator.
partition(DoubleArrayList, int, int, DoubleArrayList, IntArrayList) - Static method in class cern.colt.Partitioning
Equivalent to partition(list.elements(), from, to, splitters.elements(), 0, splitters.size()-1, splitIndexes.elements()).
partition(IntArrayList, int, int, IntArrayList, IntArrayList) - Static method in class cern.colt.Partitioning
Equivalent to partition(list.elements(), from, to, splitters.elements(), 0, splitters.size()-1, splitIndexes.elements()).
Partitioning - Class in cern.colt.matrix.doublealgo
Given some interval boundaries, partitions matrices such that cell values falling into an interval are placed next to each other.
Partitioning() - Constructor for class cern.colt.matrix.doublealgo.Partitioning
Makes this class non instantiable, but still let's others inherit from it.
Partitioning - Class in cern.colt.matrix.objectalgo
Given some interval boundaries, partitions matrices such that cell values falling into an interval are placed next to each other.
Partitioning() - Constructor for class cern.colt.matrix.objectalgo.Partitioning
Makes this class non instantiable, but still let's others inherit from it.
Partitioning - Class in cern.colt
Given some interval boundaries, partitions arrays such that all elements falling into an interval are placed next to each other.
Partitioning() - Constructor for class cern.colt.Partitioning
Makes this class non instantiable, but still let's others inherit from it.
pascal - Static variable in class cern.clhep.Units
 
pdf(double) - Method in class cern.jet.random.Beta
Returns the cumulative distribution function.
pdf(int) - Method in class cern.jet.random.Binomial
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.ChiSquare
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.Empirical
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.Empirical
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.EmpiricalWalker
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.Exponential
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.Gamma
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.HyperGeometric
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.NegativeBinomial
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.Normal
Returns the probability distribution function.
pdf(int) - Method in class cern.jet.random.Poisson
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.StudentT
Returns the probability distribution function.
pdf(double) - Method in class cern.jet.random.Uniform
Returns the probability distribution function (assuming a continous uniform distribution).
perCent - Static variable in class cern.clhep.Units
 
percentFromTo(float, float) - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns the percentage of elements in the range (from,to].
perMillion - Static variable in class cern.clhep.Units
 
permutation(long, int) - Static method in class cern.colt.GenericPermuting
Returns the p-th permutation of the sequence [0,1,...,N-1].
permute(int[], int[]) - Static method in class cern.colt.GenericPermuting
A non-generic variant of reordering, specialized for int[], same semantics.
permute(int[], Swapper, int[]) - Static method in class cern.colt.GenericPermuting
Deprecated. 
permute(int[], Swapper, int[], int[]) - Static method in class cern.colt.GenericPermuting
Generically reorders arbitrary shaped generic data g such that g[i] == g[indexes[i]].
permute(Object[], int[]) - Static method in class cern.colt.GenericPermuting
A non-generic variant of reordering, specialized for Object[], same semantics.
permute(DoubleMatrix1D, int[], double[]) - Method in class cern.colt.matrix.linalg.Algebra
Modifies the given vector A such that it is permuted as specified; Useful for pivoting.
permute(DoubleMatrix2D, int[], int[]) - Method in class cern.colt.matrix.linalg.Algebra
Constructs and returns a new row and column permuted selection view of matrix A; equivalent to DoubleMatrix2D.viewSelection(int[],int[]).
permuteColumns(DoubleMatrix2D, int[], int[]) - Method in class cern.colt.matrix.linalg.Algebra
Modifies the given matrix A such that it's columns are permuted as specified; Useful for pivoting.
permuteRows(DoubleMatrix2D, int[], int[]) - Method in class cern.colt.matrix.linalg.Algebra
Modifies the given matrix A such that it's rows are permuted as specified; Useful for pivoting.
PersistentObject - Class in cern.colt
This empty class is the common root for all persistent capable classes.
PersistentObject() - Constructor for class cern.colt.PersistentObject
Not yet commented.
perThousand - Static variable in class cern.clhep.Units
 
petaelectronvolt - Static variable in class cern.clhep.Units
 
PeV - Static variable in class cern.clhep.Units
 
phi(double) - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Returns how many percent of the elements contained in the receiver are <= element.
phi(float) - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns how many percent of the elements contained in the receiver are <= element.
PhysicalConstants - Class in cern.clhep
High Energy Physics coherent Physical Constants.
PhysicalConstants() - Constructor for class cern.clhep.PhysicalConstants
Makes this class non instantiable, but still let's others inherit from it.
physicalConstants - Static variable in class cern.clhep.PhysicalConstants
Little trick to allow for "aliasing", that is, renaming this class.
pi - Static variable in class cern.clhep.PhysicalConstants
 
pi2 - Static variable in class cern.clhep.PhysicalConstants
 
picobarn - Static variable in class cern.clhep.Units
 
picofarad - Static variable in class cern.clhep.Units
 
picosecond - Static variable in class cern.clhep.Units
 
piv - Variable in class cern.colt.matrix.linalg.LUDecompositionQuick
Internal storage of pivot vector.
pivsign - Variable in class cern.colt.matrix.linalg.LUDecompositionQuick
pivot sign.
pk - Variable in class cern.jet.random.Zeta
 
pk_prev - Variable in class cern.jet.random.Zeta
 
plus(DoubleMatrix1D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A + s <=> A[i] = A[i] + s.
plus(DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A + B <=> A[i] = A[i] + B[i].
plus(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A + s <=> A[row,col] = A[row,col] + s.
plus(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A + B <=> A[row,col] = A[row,col] + B[row,col].
plus(Timer) - Method in class cern.colt.Timer
T = this + other; Constructs and returns a new timer which is the sum of the receiver and the other timer.
plus - Static variable in class cern.jet.math.Functions
Function that returns a + b.
plus(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a + b.
plus - Static variable in class cern.jet.math.IntFunctions
Function that returns a + b.
plus(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a + b.
plusAbs - Static variable in class cern.jet.math.Functions
Function that returns Math.abs(a) + Math.abs(b).
plusDiv(double) - Static method in class cern.jet.math.PlusMult
a + b/constant.
plusMult(DoubleMatrix1D, DoubleMatrix1D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A + B*s<=> A[i] = A[i] + B[i]*s.
plusMult(DoubleMatrix2D, DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = A + B*s <=> A[row,col] = A[row,col] + B[row,col]*s.
plusMult(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a + b*constant.
PlusMult - Class in cern.jet.math
Only for performance tuning of compute intensive linear algebraic computations.
PlusMult(double) - Constructor for class cern.jet.math.PlusMult
Insert the method's description here.
plusMult(double) - Static method in class cern.jet.math.PlusMult
a + b*constant.
pm - Variable in class cern.jet.random.Hyperbolic
 
pmr - Variable in class cern.jet.random.Hyperbolic
 
poisson - Variable in class cern.jet.random.NegativeBinomial
 
Poisson - Class in cern.jet.random
Poisson distribution (quick); See the math definition and animated definition.
Poisson(double, RandomEngine) - Constructor for class cern.jet.random.Poisson
Constructs a poisson distribution.
poisson(int, double) - Static method in class cern.jet.stat.Probability
Returns the sum of the first k terms of the Poisson distribution.
poissonComplemented(int, double) - Static method in class cern.jet.stat.Probability
Returns the sum of the terms k+1 to Infinity of the Poisson distribution.
PoissonSlow - Class in cern.jet.random
Poisson distribution; See the math definition and animated definition.
PoissonSlow(double, RandomEngine) - Constructor for class cern.jet.random.PoissonSlow
Constructs a poisson distribution.
polevl(double, double[], int) - Static method in class cern.jet.math.Polynomial
Evaluates the given polynomial of degree N at x.
Polynomial - Class in cern.jet.math
Polynomial functions.
Polynomial() - Constructor for class cern.jet.math.Polynomial
Makes this class non instantiable, but still let's others inherit from it.
pooledMean(int, double, int, double) - Static method in class cern.jet.stat.Descriptive
Returns the pooled mean of two data sequences.
pooledVariance(int, double, int, double) - Static method in class cern.jet.stat.Descriptive
Returns the pooled variance of two data sequences.
pow(DoubleMatrix1D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = As <=> A[i] = Math.pow(A[i], s).
pow(DoubleMatrix1D, DoubleMatrix1D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = AB <=> A[i] = Math.pow(A[i], B[i]).
pow(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = As <=> A[row,col] = Math.pow(A[row,col], s).
pow(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated.
A = AB <=> A[row,col] = Math.pow(A[row,col], B[row,col]).
pow(DoubleMatrix2D, int) - Method in class cern.colt.matrix.linalg.Algebra
Linear algebraic matrix power; B = Ak <==> B = A*A*...*A.
pow - Static variable in class cern.jet.math.Functions
Function that returns Math.pow(a,b).
pow(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns Math.pow(a,b).
pow - Static variable in class cern.jet.math.IntFunctions
Function that returns (int) Math.pow(a,b).
pow(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns (int) Math.pow(a,b).
pp - Variable in class cern.jet.random.Poisson
 
pr - Variable in class cern.jet.random.Hyperbolic
 
PrimeFinder - Class in cern.colt.map
Not of interest for users; only for implementors of hashtables.
PrimeFinder() - Constructor for class cern.colt.map.PrimeFinder
Makes this class non instantiable, but still let's others inherit from it.
print(int) - Method in class cern.jet.random.engine.RandomSeedGenerator
Prints the next size generated seeds.
printShape - Variable in class cern.colt.matrix.impl.AbstractFormatter
Tells whether String representations are to be preceded with summary of the shape; currently true.
Probability - Class in cern.jet.stat
Custom tailored numerical integration of certain probability distributions.
Probability() - Constructor for class cern.jet.stat.Probability
Makes this class non instantiable, but still let's others inherit from it.
product(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the product, which is Prod( data[i] ).
product(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the product of a data sequence, which is Prod( data[i] ).
property - Variable in class cern.colt.matrix.linalg.Algebra
The property object attached to this instance.
property() - Method in class cern.colt.matrix.linalg.Algebra
Returns the property object attached to this Algebra, defining tolerance.
Property - Class in cern.colt.matrix.linalg
Tests matrices for linear algebraic properties (equality, tridiagonality, symmetry, singularity, etc).
Property(double) - Constructor for class cern.colt.matrix.linalg.Property
Constructs an instance with a tolerance of Math.abs(newTolerance).
proton_mass_c2 - Static variable in class cern.clhep.PhysicalConstants
 
put(int, int, boolean) - Method in class cern.colt.bitvector.BitMatrix
Sets the bit at the specified coordinate to the state specified by value.
put(int, boolean) - Method in class cern.colt.bitvector.BitVector
Sets the bit with index bitIndex to the state specified by value.
put(long[], int, boolean) - Static method in class cern.colt.bitvector.QuickBitVector
Sets the bit with index bitIndex in the bitvector bits to the state specified by value.
put(double, int) - Method in class cern.colt.map.AbstractDoubleIntMap
Associates the given key with the given value.
put(int, double) - Method in class cern.colt.map.AbstractIntDoubleMap
Associates the given key with the given value.
put(int, int) - Method in class cern.colt.map.AbstractIntIntMap
Associates the given key with the given value.
put(int, Object) - Method in class cern.colt.map.AbstractIntObjectMap
Associates the given key with the given value.
put(long, Object) - Method in class cern.colt.map.AbstractLongObjectMap
Associates the given key with the given value.
put(double, int) - Method in class cern.colt.map.OpenDoubleIntHashMap
Associates the given key with the given value.
put(int, double) - Method in class cern.colt.map.OpenIntDoubleHashMap
Associates the given key with the given value.
put(int, int) - Method in class cern.colt.map.OpenIntIntHashMap
Associates the given key with the given value.
put(int, Object) - Method in class cern.colt.map.OpenIntObjectHashMap
Associates the given key with the given value.
put(long, Object) - Method in class cern.colt.map.OpenLongObjectHashMap
Associates the given key with the given value.
putLongFromTo(long, int, int) - Method in class cern.colt.bitvector.BitVector
Sets bits of the receiver from index from to index to to the bits of value.
putLongFromTo(long[], long, int, int) - Static method in class cern.colt.bitvector.QuickBitVector
Sets bits of a bitvector from index from to index to to the bits of value.
putQuick(int, int, boolean) - Method in class cern.colt.bitvector.BitMatrix
Sets the bit at the specified coordinate to the state specified by value; WARNING: Does not check preconditions.
putQuick(int, boolean) - Method in class cern.colt.bitvector.BitVector
Sets the bit with index bitIndex to the state specified by value; WARNING: Does not check preconditions.

Q

q - Variable in class cern.jet.random.Poisson
 
Q0 - Static variable in class cern.jet.stat.Probability
 
Q1 - Static variable in class cern.jet.stat.Probability
 
Q2 - Static variable in class cern.jet.stat.Probability
 
QRDecomposition - Class in cern.colt.matrix.linalg
For an m x n matrix A with m >= n, the QR decomposition is an m x n orthogonal matrix Q and an n x n upper triangular matrix R so that A = Q*R.
QRDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.linalg.QRDecomposition
Constructs and returns a new QR decomposition object; computed by Householder reflections; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
quantile(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
Returns the phi-quantile; that is, an element elem for which holds that phi percent of data elements are less than elem.
Quantile1Test - Class in cern.jet.stat.quantile
A class to test the QuantileBin1D code.
Quantile1Test() - Constructor for class cern.jet.stat.quantile.Quantile1Test
 
quantileElements(DoubleArrayList) - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Computes the specified quantile elements over the values previously added.
QuantileFinderFactory - Class in cern.jet.stat.quantile
Factory constructing exact and approximate quantile finders for both known and unknown N.
QuantileFinderFactory() - Constructor for class cern.jet.stat.quantile.QuantileFinderFactory
Make this class non instantiable.
quantileInverse(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
Returns how many percent of the elements contained in the receiver are <= element.
quantiles(DoubleArrayList, DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the quantiles of the specified percentages.
quick - Variable in class cern.colt.matrix.linalg.LUDecomposition
 
QuickBitVector - Class in cern.colt.bitvector
Implements quick non polymorphic non bounds checking low level bitvector operations.
QuickBitVector() - Constructor for class cern.colt.bitvector.QuickBitVector
Makes this class non instantiable, but still inheritable.
quickSort(int, int, IntComparator, Swapper) - Static method in class cern.colt.GenericSorting
Sorts the specified range of elements according to the order induced by the specified comparator.
quickSort() - Method in class cern.colt.list.AbstractList
Sorts the receiver into ascending order.
quickSort - Static variable in class cern.colt.matrix.doublealgo.Sorting
A prefabricated quicksort.
quickSort - Static variable in class cern.colt.matrix.objectalgo.Sorting
A prefabricated quicksort.
quickSort(byte[], int, int, ByteComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
quickSort(char[], int, int, CharComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
quickSort(double[], int, int, DoubleComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
quickSort(float[], int, int, FloatComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
quickSort(int[], int, int, IntComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
quickSort(long[], int, int, LongComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
quickSort(Object[]) - Static method in class cern.colt.Sorting
Sorts the specified range of the receiver into ascending order, according to the natural ordering of its elements.
quickSort(Object[], int, int) - Static method in class cern.colt.Sorting
Sorts the specified range of the receiver into ascending order, according to the natural ordering of its elements.
quickSort(Object[], int, int, Comparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array according to the order induced by the specified comparator.
quickSort(Object[], Comparator) - Static method in class cern.colt.Sorting
Sorts the specified array according to the order induced by the specified comparator.
quickSort(short[], int, int, ShortComparator) - Static method in class cern.colt.Sorting
Sorts the specified range of the specified array of elements according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, ByteComparator) - Method in class cern.colt.list.AbstractByteList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractCharList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, CharComparator) - Method in class cern.colt.list.AbstractCharList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, DoubleComparator) - Method in class cern.colt.list.AbstractDoubleList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, FloatComparator) - Method in class cern.colt.list.AbstractFloatList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, IntComparator) - Method in class cern.colt.list.AbstractIntList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractList
Sorts the specified range of the receiver into ascending order.
quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, LongComparator) - Method in class cern.colt.list.AbstractLongList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.AbstractShortList
Sorts the specified range of the receiver into ascending numerical order.
quickSortFromTo(int, int, ShortComparator) - Method in class cern.colt.list.AbstractShortList
Sorts the receiver according to the order induced by the specified comparator.
quickSortFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
Sorts the specified range of the receiver into ascending order (false < true).
quickSortFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
Sorts the specified range of the receiver into ascending order, according to the natural ordering of its elements.
quickSortFromTo(int, int, Comparator) - Method in class cern.colt.list.ObjectArrayList
Sorts the receiver according to the order induced by the specified comparator.

R

r1 - Variable in class cern.jet.random.Poisson
 
r2 - Variable in class cern.jet.random.Poisson
 
r4 - Variable in class cern.jet.random.Poisson
 
r5 - Variable in class cern.jet.random.Poisson
 
rad - Static variable in class cern.clhep.Units
 
radian - Static variable in class cern.clhep.Units
 
random(int) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int, int) - Method in class cern.colt.matrix.DoubleFactory3D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random() - Static method in class cern.jet.math.Functions
Constructs a function that returns a new uniform random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
random() - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE).
random(int, boolean, double, String) - Static method in class cern.jet.random.Benchmark
Benchmarks all subclasses
RandomEngine - Class in cern.jet.random.engine
Abstract base class for uniform pseudo-random number generating engines.
RandomEngine() - Constructor for class cern.jet.random.engine.RandomEngine
Makes this class non instantiable, but still let's others inherit from it.
randomGenerator - Variable in class cern.jet.random.AbstractDistribution
 
randomGenerator - Variable in class cern.jet.random.Benchmark
 
RandomGenerator - Interface in cern.jet.random.engine
Interface for uniform pseudo-random number generators.
randomInstance(int, boolean, AbstractDistribution) - Static method in class cern.jet.random.Benchmark
generates random numbers from
RandomSampler - Class in cern.jet.random.sampling
Space and time efficiently computes a sorted Simple Random Sample Without Replacement (SRSWOR), that is, a sorted set of n random numbers from an interval of N numbers; Example: Computing n=3 random numbers from the interval [1,50] may yield the sorted random set (7,13,47).
RandomSampler(long, long, long, RandomEngine) - Constructor for class cern.jet.random.sampling.RandomSampler
Constructs a random sampler that computes and delivers sorted random sets in blocks.
RandomSamplingAssistant - Class in cern.jet.random.sampling
Conveniently computes a stable Simple Random Sample Without Replacement (SRSWOR) subsequence of n elements from a given input sequence of N elements; Example: Computing a sublist of n=3 random elements from a list (1,...,50) may yield the sublist (7,13,47).
RandomSamplingAssistant(long, long, RandomEngine) - Constructor for class cern.jet.random.sampling.RandomSamplingAssistant
Constructs a random sampler that samples n random elements from an input sequence of N elements.
RandomSeedGenerator - Class in cern.jet.random.engine
Deterministic seed generator for pseudo-random number generators.
RandomSeedGenerator() - Constructor for class cern.jet.random.engine.RandomSeedGenerator
Constructs and returns a new seed generator.
RandomSeedGenerator(int, int) - Constructor for class cern.jet.random.engine.RandomSeedGenerator
Constructs and returns a new seed generator; you normally won't need to use this method.
RandomSeedTable - Class in cern.jet.random.engine
(Seemingly gigantic) table of good seeds for pseudo-random number generators.
RandomSeedTable() - Constructor for class cern.jet.random.engine.RandomSeedTable
Makes this class non instantiable, but still let's others inherit from it.
rank(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the effective numerical rank of matrix A, obtained from Singular Value Decomposition.
rank() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns the effective numerical matrix rank, which is the number of nonnegligible singular values.
rankInterpolated(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
Returns the linearly interpolated number of elements in a list less or equal to a given element.
raw() - Method in class cern.jet.random.engine.MersenneTwister64
Returns a 64 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
raw() - Method in class cern.jet.random.engine.RandomEngine
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
raw() - Method in interface cern.jet.random.engine.RandomGenerator
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0,1.0) (excluding 0.0 and 1.0).
RCDoubleMatrix2D - Class in cern.colt.matrix.impl
Sparse row-compressed 2-d matrix holding double elements.
RCDoubleMatrix2D(double[][]) - Constructor for class cern.colt.matrix.impl.RCDoubleMatrix2D
Constructs a matrix with a copy of the given values.
RCDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.impl.RCDoubleMatrix2D
Constructs a matrix with a given number of rows and columns.
rehash(int) - Method in class cern.colt.map.OpenDoubleIntHashMap
Rehashes the contents of the receiver into a new table with a smaller or larger capacity.
rehash(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
Rehashes the contents of the receiver into a new table with a smaller or larger capacity.
rehash(int) - Method in class cern.colt.map.OpenIntIntHashMap
Rehashes the contents of the receiver into a new table with a smaller or larger capacity.
rehash(int) - Method in class cern.colt.map.OpenIntObjectHashMap
Rehashes the contents of the receiver into a new table with a smaller or larger capacity.
rehash(int) - Method in class cern.colt.map.OpenLongObjectHashMap
Rehashes the contents of the receiver into a new table with a smaller or larger capacity.
rejectMethodD(long, long, int, long, long[], int, RandomEngine) - Static method in class cern.jet.random.sampling.RandomSampler
Efficiently computes a sorted random set of count elements from the interval [low,low+N-1].
remove(int) - Method in class cern.colt.list.AbstractList
Removes the element at the specified position from the receiver.
remove(int) - Method in class cern.colt.list.adapter.DoubleListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.adapter.FloatListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.adapter.IntListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.adapter.LongListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.adapter.ObjectListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int, int) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
removeAll(AbstractBooleanList) - Method in class cern.colt.list.AbstractBooleanList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractByteList) - Method in class cern.colt.list.AbstractByteList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractCharList) - Method in class cern.colt.list.AbstractCharList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractDoubleList) - Method in class cern.colt.list.AbstractDoubleList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractFloatList) - Method in class cern.colt.list.AbstractFloatList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractIntList) - Method in class cern.colt.list.AbstractIntList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractLongList) - Method in class cern.colt.list.AbstractLongList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractShortList) - Method in class cern.colt.list.AbstractShortList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractBooleanList) - Method in class cern.colt.list.BooleanArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractByteList) - Method in class cern.colt.list.ByteArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractCharList) - Method in class cern.colt.list.CharArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractDoubleList) - Method in class cern.colt.list.DoubleArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractFloatList) - Method in class cern.colt.list.FloatArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractIntList) - Method in class cern.colt.list.IntArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractLongList) - Method in class cern.colt.list.LongArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(ObjectArrayList, boolean) - Method in class cern.colt.list.ObjectArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractShortList) - Method in class cern.colt.list.ShortArrayList
Removes from the receiver all elements that are contained in the specified list.
REMOVED - Static variable in class cern.colt.map.OpenDoubleIntHashMap
 
REMOVED - Static variable in class cern.colt.map.OpenIntDoubleHashMap
 
REMOVED - Static variable in class cern.colt.map.OpenIntIntHashMap
 
REMOVED - Static variable in class cern.colt.map.OpenIntObjectHashMap
 
REMOVED - Static variable in class cern.colt.map.OpenLongObjectHashMap
 
removeFromTo(int, int) - Method in class cern.colt.list.AbstractBooleanList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractCharList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.AbstractShortList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.DistinctNumberList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeKey(double) - Method in class cern.colt.map.AbstractDoubleIntMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.AbstractIntDoubleMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.AbstractIntIntMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.AbstractIntObjectMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.AbstractLongObjectMap
Removes the given key with its associated element from the receiver, if present.
removeKey(double) - Method in class cern.colt.map.OpenDoubleIntHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.OpenIntIntHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.OpenIntObjectHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.OpenLongObjectHashMap
Removes the given key with its associated element from the receiver, if present.
repeat(DoubleMatrix1D, int) - Method in class cern.colt.matrix.DoubleFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(DoubleMatrix2D, int, int) - Method in class cern.colt.matrix.DoubleFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
repeat(char, int) - Method in class cern.colt.matrix.impl.AbstractFormatter
Returns a String with the given character repeated length times.
repeat(ObjectMatrix1D, int) - Method in class cern.colt.matrix.ObjectFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(ObjectMatrix2D, int, int) - Method in class cern.colt.matrix.ObjectFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
replaceBoxWith(int, int, int, int, BitMatrix, int, int) - Method in class cern.colt.bitvector.BitMatrix
Replaces a box of the receiver with the contents of another matrix's box.
replaceBoxWith(int, int, int, int, boolean) - Method in class cern.colt.bitvector.BitMatrix
Sets the bits in the given box to the state specified by value.
replaceFromToWith(int, int, BitVector, int) - Method in class cern.colt.bitvector.BitVector
Replaces the bits of the receiver in the given range with the bits of another bit vector.
replaceFromToWith(int, int, boolean) - Method in class cern.colt.bitvector.BitVector
Sets the bits in the given range to the state specified by value.
replaceFromToWithFrom(int, int, AbstractBooleanList, int) - Method in class cern.colt.list.AbstractBooleanList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractByteList, int) - Method in class cern.colt.list.AbstractByteList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractCharList, int) - Method in class cern.colt.list.AbstractCharList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractDoubleList, int) - Method in class cern.colt.list.AbstractDoubleList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractFloatList, int) - Method in class cern.colt.list.AbstractFloatList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractIntList, int) - Method in class cern.colt.list.AbstractIntList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractLongList, int) - Method in class cern.colt.list.AbstractLongList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractShortList, int) - Method in class cern.colt.list.AbstractShortList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractBooleanList, int) - Method in class cern.colt.list.BooleanArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractByteList, int) - Method in class cern.colt.list.ByteArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractCharList, int) - Method in class cern.colt.list.CharArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractDoubleList, int) - Method in class cern.colt.list.DoubleArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractFloatList, int) - Method in class cern.colt.list.FloatArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractIntList, int) - Method in class cern.colt.list.IntArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractLongList, int) - Method in class cern.colt.list.LongArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, ObjectArrayList, int) - Method in class cern.colt.list.ObjectArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFrom(int, int, AbstractShortList, int) - Method in class cern.colt.list.ShortArrayList
Replaces a number of elements in the receiver with the same number of elements of another list.
replaceFromToWithFromTo(int, int, AbstractBooleanList, int, int) - Method in class cern.colt.list.AbstractBooleanList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractByteList, int, int) - Method in class cern.colt.list.AbstractByteList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractCharList, int, int) - Method in class cern.colt.list.AbstractCharList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractDoubleList, int, int) - Method in class cern.colt.list.AbstractDoubleList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractFloatList, int, int) - Method in class cern.colt.list.AbstractFloatList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractIntList, int, int) - Method in class cern.colt.list.AbstractIntList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractLongList, int, int) - Method in class cern.colt.list.AbstractLongList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, AbstractShortList, int, int) - Method in class cern.colt.list.AbstractShortList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromToWithFromTo(int, int, ObjectArrayList, int, int) - Method in class cern.colt.list.ObjectArrayList
Replaces the part between from (inclusive) and to (inclusive) with the other list's part between otherFrom and otherTo.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractBooleanList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractByteList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractCharList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractDoubleList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractFloatList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractIntList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractLongList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractShortList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
replaceFromWith(int, Collection) - Method in class cern.colt.list.ObjectArrayList
Replaces the part of the receiver starting at from (inclusive) with all the elements of the specified collection.
reset() - Method in class cern.colt.Timer
Resets the timer.
retainAll(AbstractBooleanList) - Method in class cern.colt.list.AbstractBooleanList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractByteList) - Method in class cern.colt.list.AbstractByteList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractCharList) - Method in class cern.colt.list.AbstractCharList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractDoubleList) - Method in class cern.colt.list.AbstractDoubleList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractFloatList) - Method in class cern.colt.list.AbstractFloatList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractIntList) - Method in class cern.colt.list.AbstractIntList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractLongList) - Method in class cern.colt.list.AbstractLongList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractShortList) - Method in class cern.colt.list.AbstractShortList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractBooleanList) - Method in class cern.colt.list.BooleanArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractByteList) - Method in class cern.colt.list.ByteArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractCharList) - Method in class cern.colt.list.CharArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractDoubleList) - Method in class cern.colt.list.DoubleArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractFloatList) - Method in class cern.colt.list.FloatArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractIntList) - Method in class cern.colt.list.IntArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractLongList) - Method in class cern.colt.list.LongArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(ObjectArrayList, boolean) - Method in class cern.colt.list.ObjectArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractShortList) - Method in class cern.colt.list.ShortArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
reverse() - Method in class cern.colt.list.AbstractBooleanList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractByteList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractCharList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractDoubleList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractFloatList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractIntList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractLongList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.AbstractShortList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.BooleanArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.ByteArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.CharArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.DoubleArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.FloatArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.IntArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.LongArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.ObjectArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.ShortArrayList
Reverses the elements of the receiver.
RIGHT - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The alignment string aligning the cells of a column to the right.
rint - Static variable in class cern.jet.math.Functions
Function that returns Math.rint(a).
rms(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the RMS (Root-Mean-Square) of a data sequence.
ro - Variable in class cern.jet.random.Zeta
 
ro_prev - Variable in class cern.jet.random.Zeta
 
round(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns the number rounded to the given precision; Math.rint(a/precision)*precision.
row - Variable in class cern.jet.random.engine.RandomSeedGenerator
 
rowCompressed - Static variable in class cern.colt.matrix.DoubleFactory2D
A factory producing sparse row compressed matrices.
rows - Variable in class cern.colt.bitvector.BitMatrix
 
rows() - Method in class cern.colt.bitvector.BitMatrix
Returns the number of rows of the receiver.
rows - Variable in class cern.colt.matrix.impl.AbstractMatrix2D
the number of colums and rows this matrix (view) has
rows() - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Returns the number of rows.
rows - Variable in class cern.colt.matrix.impl.AbstractMatrix3D
the number of rows this matrix (view) has
rows() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the number of rows.
rowSeparator - Variable in class cern.colt.matrix.impl.AbstractFormatter
The default string separating any two rows from another; currently "\n".
rowStride - Variable in class cern.colt.matrix.impl.AbstractMatrix2D
the number of elements between two rows, i.e.
rowStride - Variable in class cern.colt.matrix.impl.AbstractMatrix3D
the number of elements between two rows, i.e.
rowZero - Variable in class cern.colt.matrix.impl.AbstractMatrix2D
the index of the first element
rowZero - Variable in class cern.colt.matrix.impl.AbstractMatrix3D
the index of the first element
run(double, String, Double2DProcedure, String[], int[], double[]) - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Executes procedure repeatadly until more than minSeconds have elapsed.
run(DoubleMatrix2D, DoubleMatrix2D, boolean, Matrix2DMatrix2DFunction) - Method in class cern.colt.matrix.linalg.SmpBlas
 
run(DoubleMatrix2D, boolean, Matrix2DMatrix2DFunction) - Method in class cern.colt.matrix.linalg.SmpBlas
 
runSort(int[], int, int, IntComparator) - Method in class cern.colt.matrix.doublealgo.Sorting
 
runSort(int, int, IntComparator, Swapper) - Method in class cern.colt.matrix.doublealgo.Sorting
 
runSort(int[], int, int, IntComparator) - Method in class cern.colt.matrix.objectalgo.Sorting
 
runSort(int, int, IntComparator, Swapper) - Method in class cern.colt.matrix.objectalgo.Sorting
 
runSpecial(double, String, Double2DProcedure) - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Executes procedure repeatadly until more than minSeconds have elapsed.

S

s - Static variable in class cern.clhep.Units
 
s - Variable in class cern.jet.random.Hyperbolic
 
samb - Variable in class cern.jet.random.Hyperbolic
 
sample(int, double, double) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a randomly sampled matrix with the given shape.
sample(int, int, double, double) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a randomly sampled matrix with the given shape.
sample(DoubleMatrix2D, double, double) - Method in class cern.colt.matrix.DoubleFactory2D
Modifies the given matrix to be a randomly sampled matrix.
sample(long, long, int, long, long[], int, RandomEngine) - Static method in class cern.jet.random.sampling.RandomSampler
Efficiently computes a sorted random set of count elements from the interval [low,low+N-1].
sampleArray(int, int[]) - Static method in class cern.jet.random.sampling.RandomSamplingAssistant
Just shows how this class can be used; samples n elements from and int[] array.
sampleKurtosis(int, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample kurtosis (aka excess) of a data sequence.
sampleKurtosis(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample kurtosis (aka excess) of a data sequence.
sampleKurtosisStandardError(int) - Static method in class cern.jet.stat.Descriptive
Return the standard error of the sample kurtosis.
sampleMethodA(long, long, int, long, long[], int, RandomEngine) - Static method in class cern.jet.random.sampling.RandomSampler
Computes a sorted random set of count elements from the interval [low,low+N-1].
sampleMethodD(long, long, int, long, long[], int, RandomEngine) - Static method in class cern.jet.random.sampling.RandomSampler
Efficiently computes a sorted random set of count elements from the interval [low,low+N-1].
sampleNextElement() - Method in class cern.jet.random.sampling.RandomSamplingAssistant
Returns whether the next element of the input sequence shall be sampled (picked) or not.
sampleNextElement() - Method in class cern.jet.random.sampling.WeightedRandomSampler
Chooses exactly one random element from successive blocks of weight input elements each.
sampler - Variable in class cern.jet.random.sampling.RandomSamplingAssistant
 
sampleSkew(int, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample skew of a data sequence.
sampleSkew(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample skew of a data sequence.
sampleSkewStandardError(int) - Static method in class cern.jet.stat.Descriptive
Return the standard error of the sample skew.
sampleStandardDeviation(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample standard deviation.
sampleVariance(int, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample variance of a data sequence.
sampleVariance(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample variance of a data sequence.
sampleWeightedVariance(double, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample weighted variance of a data sequence.
second - Static variable in class cern.clhep.Units
 
seconds() - Method in class cern.colt.Timer
Returns the elapsed time in seconds; does not stop the timer, if started.
semiBandwidth(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
Returns the semi-bandwidth of the given square matrix A.
SeqBlas - Class in cern.colt.matrix.linalg
Sequential implementation of the Basic Linear Algebra System.
SeqBlas() - Constructor for class cern.colt.matrix.linalg.SeqBlas
Makes this class non instantiable, but still let's others inherit from it.
seqBlas - Static variable in class cern.colt.matrix.linalg.SeqBlas
Little trick to allow for "aliasing", that is, renaming this class.
seqBlas - Variable in class cern.colt.matrix.linalg.SmpBlas
 
serialVersionUID - Static variable in class cern.colt.PersistentObject
 
set(int) - Method in class cern.colt.bitvector.BitVector
Changes the bit with index bitIndex to the "set" (true) state.
set(long[], int) - Static method in class cern.colt.bitvector.QuickBitVector
Changes the bit with index bitIndex in the bitvector bits to the "set" (true) state.
set(int, boolean) - Method in class cern.colt.list.AbstractBooleanList
Replaces the element at the specified position in the receiver with the specified element.
set(int, byte) - Method in class cern.colt.list.AbstractByteList
Replaces the element at the specified position in the receiver with the specified element.
set(int, char) - Method in class cern.colt.list.AbstractCharList
Replaces the element at the specified position in the receiver with the specified element.
set(int, double) - Method in class cern.colt.list.AbstractDoubleList
Replaces the element at the specified position in the receiver with the specified element.
set(int, float) - Method in class cern.colt.list.AbstractFloatList
Replaces the element at the specified position in the receiver with the specified element.
set(int, int) - Method in class cern.colt.list.AbstractIntList
Replaces the element at the specified position in the receiver with the specified element.
set(int, long) - Method in class cern.colt.list.AbstractLongList
Replaces the element at the specified position in the receiver with the specified element.
set(int, short) - Method in class cern.colt.list.AbstractShortList
Replaces the element at the specified position in the receiver with the specified element.
set(int, Object) - Method in class cern.colt.list.adapter.DoubleListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.list.adapter.FloatListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.list.adapter.IntListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.list.adapter.LongListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.list.adapter.ObjectListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, boolean) - Method in class cern.colt.list.BooleanArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, byte) - Method in class cern.colt.list.ByteArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, char) - Method in class cern.colt.list.CharArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, double) - Method in class cern.colt.list.DoubleArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, float) - Method in class cern.colt.list.FloatArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, int) - Method in class cern.colt.list.IntArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, long) - Method in class cern.colt.list.LongArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, Object) - Method in class cern.colt.list.ObjectArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, short) - Method in class cern.colt.list.ShortArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, double) - Method in class cern.colt.matrix.DoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
set(int, int, double) - Method in class cern.colt.matrix.DoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
set(int, int, int, double) - Method in class cern.colt.matrix.DoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
set(int, Object) - Method in class cern.colt.matrix.ObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
set(int, int, Object) - Method in class cern.colt.matrix.ObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
set(int, int, int, Object) - Method in class cern.colt.matrix.ObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setAlignment(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the column alignment (left,center,right,decimal).
setColumnSeparator(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the string separating any two columns from another.
setFormat(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the way a single cell value is to be formatted.
setLU(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Sets the combined lower and upper triangular factor, LU.
setMean(double) - Method in class cern.jet.random.Poisson
Sets the mean.
setMean(double) - Method in class cern.jet.random.PoissonSlow
Sets the mean.
setMinColumnWidth(int) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the minimum number of characters a column may have.
setNandP(int, double) - Method in class cern.jet.random.Binomial
Sets the parameters number of trials and the probability of success.
setNandP(int, double) - Method in class cern.jet.random.NegativeBinomial
Sets the parameters number of trials and the probability of success.
setPrintShape(boolean) - Method in class cern.colt.matrix.impl.AbstractFormatter
Specifies whether a string representation of a matrix is to be preceded with a summary of its shape.
setProperty(Property) - Method in class cern.colt.matrix.linalg.Algebra
Attaches the given property object to this Algebra, defining tolerance.
setQuick(int, boolean) - Method in class cern.colt.list.AbstractBooleanList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, byte) - Method in class cern.colt.list.AbstractByteList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, char) - Method in class cern.colt.list.AbstractCharList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, double) - Method in class cern.colt.list.AbstractDoubleList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, float) - Method in class cern.colt.list.AbstractFloatList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, int) - Method in class cern.colt.list.AbstractIntList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, long) - Method in class cern.colt.list.AbstractLongList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, short) - Method in class cern.colt.list.AbstractShortList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, boolean) - Method in class cern.colt.list.BooleanArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, byte) - Method in class cern.colt.list.ByteArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, char) - Method in class cern.colt.list.CharArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, long) - Method in class cern.colt.list.DistinctNumberList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, double) - Method in class cern.colt.list.DoubleArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, float) - Method in class cern.colt.list.FloatArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, int) - Method in class cern.colt.list.IntArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, long) - Method in class cern.colt.list.LongArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, long) - Method in class cern.colt.list.MinMaxNumberList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, Object) - Method in class cern.colt.list.ObjectArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, short) - Method in class cern.colt.list.ShortArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, long) - Method in class cern.colt.list.SimpleLongArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, double) - Method in class cern.colt.matrix.DoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.DoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, double) - Method in class cern.colt.matrix.DoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, double) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, double) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, Object) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, Object) - Method in class cern.colt.matrix.impl.DenseObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, Object) - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, Object) - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, Object) - Method in class cern.colt.matrix.ObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.ObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, Object) - Method in class cern.colt.matrix.ObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setRandomGenerator(RandomEngine) - Method in class cern.jet.random.AbstractDistribution
Sets the uniform random generator internally used.
setRandomGenerator(RandomEngine) - Method in class cern.jet.random.Normal
Sets the uniform random generator internally used.
setRowSeparator(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the string separating any two rows from another.
setSeed(int) - Method in class cern.jet.random.engine.DRand
Sets the receiver's seed.
setSeed(int) - Method in class cern.jet.random.engine.MersenneTwister
Sets the receiver's seed.
setSize(int) - Method in class cern.colt.bitvector.BitVector
Shrinks or expands the receiver so that it holds newSize bits.
setSize(int) - Method in class cern.colt.list.AbstractList
Sets the size of the receiver.
setSizeRaw(int) - Method in class cern.colt.list.AbstractBooleanList
Sets the size of the receiver without modifying it otherwise.
setSizeRaw(int) - Method in class cern.colt.list.AbstractByteList
Sets the size of the receiver without modifying it otherwise.
setSizeRaw(int) - Method in class cern.colt.list.AbstractCharList
Sets the size of the receiver without modifying it otherwise.
setSizeRaw(int) - Method in class cern.colt.list.AbstractDoubleList
Sets the size of the receiver without modifying it otherwise.
setSizeRaw(int) - Method in class cern.colt.list.AbstractFloatList
Sets the size of the receiver without modifying it otherwise.
setSizeRaw(int) - Method in class cern.colt.list.AbstractIntList
Sets the size of the receiver without modifying it otherwise.
setSizeRaw(int) - Method in class cern.colt.list.AbstractLongList
Sets the size of the receiver without modifying it otherwise.
setSizeRaw(int) - Method in class cern.colt.list.AbstractShortList
Sets the size of the receiver without modifying it otherwise.
setSizeRaw(int) - Method in class cern.colt.list.DistinctNumberList
Sets the size of the receiver without modifying it otherwise.
setSizeRaw(int) - Method in class cern.colt.list.MinMaxNumberList
Sets the size of the receiver without modifying it otherwise.
setSliceSeparator(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the string separating any two slices from another.
setState(double, double) - Method in class cern.jet.random.Beta
Sets the parameters.
setState(double, double, double) - Method in class cern.jet.random.BreitWigner
Sets the mean, gamma and cut parameters.
setState(double) - Method in class cern.jet.random.ChiSquare
Sets the distribution parameter.
setState(double[], int) - Method in class cern.jet.random.Empirical
Sets the distribution parameters.
setState(double[], int) - Method in class cern.jet.random.EmpiricalWalker
Sets the distribution parameters.
setState(double) - Method in class cern.jet.random.Exponential
Sets the mean.
setState(double) - Method in class cern.jet.random.ExponentialPower
Sets the distribution parameter.
setState(double, double) - Method in class cern.jet.random.Gamma
Sets the mean and variance.
setState(double, double) - Method in class cern.jet.random.Hyperbolic
Sets the parameters.
setState(int, int, int) - Method in class cern.jet.random.HyperGeometric
Sets the parameters.
setState(double) - Method in class cern.jet.random.Logarithmic
Sets the distribution parameter.
setState(double, double) - Method in class cern.jet.random.Normal
Sets the mean and variance.
setState(double) - Method in class cern.jet.random.StudentT
Sets the distribution parameter.
setState(double, double) - Method in class cern.jet.random.Uniform
Sets the internal state.
setState(double) - Method in class cern.jet.random.VonMises
Sets the distribution parameter.
setState(double, double) - Method in class cern.jet.random.Zeta
Sets the parameters.
setState2(double[]) - Method in class cern.jet.random.EmpiricalWalker
Sets the distribution parameters.
setTolerance(double) - Method in class cern.colt.matrix.linalg.Property
Sets the tolerance to Math.abs(newTolerance).
setUp(long[], int) - Method in class cern.colt.list.DistinctNumberList
Sets the receiver to an empty list with the specified initial capacity and the specified distinct values allowed to be hold in this list.
setUp(long, long, int) - Method in class cern.colt.list.MinMaxNumberList
Sets the receiver to an empty list with the specified initial capacity and the specified range of values allowed to be hold in this list.
setUp(int, double, double) - Method in class cern.colt.map.AbstractMap
Initializes the receiver.
setUp(int, double, double) - Method in class cern.colt.map.OpenDoubleIntHashMap
Initializes the receiver.
setUp(int, double, double) - Method in class cern.colt.map.OpenIntDoubleHashMap
Initializes the receiver.
setUp(int, double, double) - Method in class cern.colt.map.OpenIntIntHashMap
Initializes the receiver.
setUp(int, double, double) - Method in class cern.colt.map.OpenIntObjectHashMap
Initializes the receiver.
setUp(int, double, double) - Method in class cern.colt.map.OpenLongObjectHashMap
Initializes the receiver.
setUp(int) - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Sets up a matrix with a given number of cells.
setUp(int, int, int) - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Sets up a matrix with the given parameters.
setUp(int, int) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Sets up a matrix with a given number of rows and columns.
setUp(int, int, int, int, int, int) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Sets up a matrix with a given number of rows and columns and the given strides.
setUp(int, int, int) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Sets up a matrix with a given number of slices and rows.
setUp(int, int, int, int, int, int, int, int, int) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Sets up a matrix with a given number of slices and rows and the given strides.
setUpBitsPerEntry(long, long) - Method in class cern.colt.list.MinMaxNumberList
This method was created in VisualAge.
setupBlanksCache() - Static method in class cern.colt.matrix.impl.AbstractFormatter
Cache for faster string processing.
setWeight(int) - Method in class cern.jet.random.sampling.WeightedRandomSampler
Not yet commented.
shape(AbstractMatrix1D) - Static method in class cern.colt.matrix.impl.AbstractFormatter
Returns a short string representation describing the shape of the matrix.
shape(AbstractMatrix2D) - Static method in class cern.colt.matrix.impl.AbstractFormatter
Returns a short string representation describing the shape of the matrix.
shape(AbstractMatrix3D) - Static method in class cern.colt.matrix.impl.AbstractFormatter
Returns a short string representation describing the shape of the matrix.
shape() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
 
shared - Static variable in class cern.jet.random.Beta
 
shared - Static variable in class cern.jet.random.Binomial
 
shared - Static variable in class cern.jet.random.BreitWigner
 
shared - Static variable in class cern.jet.random.BreitWignerMeanSquare
 
shared - Static variable in class cern.jet.random.ChiSquare
 
shared - Static variable in class cern.jet.random.Exponential
 
shared - Static variable in class cern.jet.random.ExponentialPower
 
shared - Static variable in class cern.jet.random.Gamma
 
shared - Static variable in class cern.jet.random.Hyperbolic
 
shared - Static variable in class cern.jet.random.HyperGeometric
 
shared - Static variable in class cern.jet.random.Logarithmic
 
shared - Static variable in class cern.jet.random.NegativeBinomial
 
shared - Static variable in class cern.jet.random.Normal
 
shared - Static variable in class cern.jet.random.Poisson
 
shared - Static variable in class cern.jet.random.PoissonSlow
 
shared - Static variable in class cern.jet.random.StudentT
 
shared - Static variable in class cern.jet.random.Uniform
 
shared - Static variable in class cern.jet.random.VonMises
 
shared - Static variable in class cern.jet.random.Zeta
 
shiftLeft - Static variable in class cern.jet.math.IntFunctions
Function that returns a << b.
shiftLeft(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a << b.
shiftRightSigned - Static variable in class cern.jet.math.IntFunctions
Function that returns a >> b.
shiftRightSigned(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a >> b.
shiftRightUnsigned - Static variable in class cern.jet.math.IntFunctions
Function that returns a >>> b.
shiftRightUnsigned(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a >>> b.
ShortArrayList - Class in cern.colt.list
Resizable list holding short elements; implemented with arrays.
ShortArrayList() - Constructor for class cern.colt.list.ShortArrayList
Constructs an empty list.
ShortArrayList(short[]) - Constructor for class cern.colt.list.ShortArrayList
Constructs a list containing the specified elements.
ShortArrayList(int) - Constructor for class cern.colt.list.ShortArrayList
Constructs an empty list with the specified initial capacity.
ShortComparator - Interface in cern.colt.function
A comparison function which imposes a total ordering on some collection of elements.
ShortProcedure - Interface in cern.colt.function
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
shuffle() - Method in class cern.colt.list.AbstractList
Randomly permutes the receiver.
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractBooleanList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractCharList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractList
Randomly permutes the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractShortList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.CharArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.DoubleArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.FloatArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.IntArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.LongArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.ShortArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
sign - Static variable in class cern.jet.math.Functions
Function that returns a < 0 ? -1 : a > 0 ? 1 : 0.
sign - Static variable in class cern.jet.math.IntFunctions
Function that returns a < 0 ? -1 : a > 0 ? 1 : 0.
SimpleLongArrayList - Class in cern.colt.list
Resizable list holding long elements; implemented with arrays; not efficient; just to demonstrate which methods you must override to implement a fully functional list.
SimpleLongArrayList() - Constructor for class cern.colt.list.SimpleLongArrayList
Constructs an empty list.
SimpleLongArrayList(long[]) - Constructor for class cern.colt.list.SimpleLongArrayList
Constructs a list containing the specified elements.
SimpleLongArrayList(int) - Constructor for class cern.colt.list.SimpleLongArrayList
Constructs an empty list with the specified initial capacity.
sin - Static variable in class cern.jet.math.Functions
Function that returns Math.sin(a).
SingularValueDecomposition - Class in cern.colt.matrix.linalg
For an m x n matrix A with m >= n, the singular value decomposition is an m x n orthogonal matrix U, an n x n diagonal matrix S, and an n x n orthogonal matrix V so that A = U*S*V'.
SingularValueDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.linalg.SingularValueDecomposition
Constructs and returns a new singular value decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
size() - Method in class cern.colt.bitvector.BitMatrix
Returns the size of the receiver which is columns()*rows().
size() - Method in class cern.colt.bitvector.BitVector
Returns the size of the receiver.
size - Variable in class cern.colt.buffer.DoubleBuffer
 
size - Variable in class cern.colt.buffer.DoubleBuffer2D
 
size - Variable in class cern.colt.buffer.DoubleBuffer3D
 
size - Variable in class cern.colt.buffer.IntBuffer
 
size - Variable in class cern.colt.buffer.IntBuffer2D
 
size - Variable in class cern.colt.buffer.IntBuffer3D
 
size - Variable in class cern.colt.buffer.ObjectBuffer
 
size - Variable in class cern.colt.list.AbstractBooleanList
The size of the list.
size() - Method in class cern.colt.list.AbstractBooleanList
Returns the number of elements contained in the receiver.
size - Variable in class cern.colt.list.AbstractByteList
The size of the list.
size() - Method in class cern.colt.list.AbstractByteList
Returns the number of elements contained in the receiver.
size - Variable in class cern.colt.list.AbstractCharList
The size of the list.
size() - Method in class cern.colt.list.AbstractCharList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractCollection
Returns the number of elements contained in the receiver.
size - Variable in class cern.colt.list.AbstractDoubleList
The size of the list.
size() - Method in class cern.colt.list.AbstractDoubleList
Returns the number of elements contained in the receiver.
size - Variable in class cern.colt.list.AbstractFloatList
The size of the list.
size() - Method in class cern.colt.list.AbstractFloatList
Returns the number of elements contained in the receiver.
size - Variable in class cern.colt.list.AbstractIntList
The size of the list.
size() - Method in class cern.colt.list.AbstractIntList
Returns the number of elements contained in the receiver.
size - Variable in class cern.colt.list.AbstractLongList
The size of the list.
size() - Method in class cern.colt.list.AbstractLongList
Returns the number of elements contained in the receiver.
size - Variable in class cern.colt.list.AbstractShortList
The size of the list.
size() - Method in class cern.colt.list.AbstractShortList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.adapter.DoubleListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.adapter.FloatListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.adapter.IntListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.adapter.LongListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.adapter.ObjectListAdapter
Returns the number of elements in this list.
size - Variable in class cern.colt.list.ObjectArrayList
The size of the list.
size() - Method in class cern.colt.list.ObjectArrayList
Returns the number of elements contained in the receiver.
size - Variable in class cern.colt.list.SimpleLongArrayList
The size of the list.
size() - Method in class cern.colt.map.AbstractMap
Returns the number of (key,value) associations currently contained.
size() - Method in class cern.colt.matrix.impl.AbstractMatrix
Returns the number of cells.
size - Variable in class cern.colt.matrix.impl.AbstractMatrix1D
the number of cells this matrix (view) has
size() - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Returns the number of cells.
size() - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Returns the number of cells which is rows()*columns().
size() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the number of cells which is slices()*rows()*columns().
size() - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Returns the number of elements currently contained in the receiver (identical to the number of values added so far).
size() - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Deprecated.
Deprecated. Returns the number of bin boundaries.
skew(double, double) - Static method in class cern.jet.stat.Descriptive
Returns the skew of a data sequence.
skew(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the skew of a data sequence, which is moment(data,3,mean) / standardDeviation3.
skip - Variable in class cern.jet.random.sampling.RandomSamplingAssistant
 
skip - Variable in class cern.jet.random.sampling.WeightedRandomSampler
 
slices - Variable in class cern.colt.matrix.impl.AbstractMatrix3D
the number of slices this matrix (view) has
slices() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the number of slices.
sliceSeparator - Variable in class cern.colt.matrix.impl.AbstractFormatter
The default string separating any two slices from another; currently "\n\n".
sliceStride - Variable in class cern.colt.matrix.impl.AbstractMatrix3D
the number of elements between two slices, i.e.
sliceZero - Variable in class cern.colt.matrix.impl.AbstractMatrix3D
the index of the first element
smp - Variable in class cern.colt.matrix.linalg.SmpBlas
 
SmpBlas - Class in cern.colt.matrix.linalg
Parallel implementation of the Basic Linear Algebra System for symmetric multi processing boxes.
SmpBlas(int, Blas) - Constructor for class cern.colt.matrix.linalg.SmpBlas
Constructs a blas using a maximum of maxThreads threads; each executing the given sequential algos.
smpBlas - Static variable in class cern.colt.matrix.linalg.SmpBlas
The public global parallel blas; initialized via SmpBlas.allocateBlas(int, cern.colt.matrix.linalg.Blas).
solve(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Solves A*X = B.
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.CholeskyDecomposition
Solves A*X = B; returns X.
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.LUDecomposition
Solves A*X = B.
solve(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Solves the system of equations A*X = B (in-place).
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Solves the system of equations A*X = B (in-place).
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.QRDecomposition
Least squares solution of A*X = B; returns X.
solveTranspose(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Solves X*A = B, which is also A'*X' = B'.
sort() - Method in class cern.colt.list.AbstractList
Sorts the receiver into ascending order.
sort(DoubleMatrix1D) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the vector into ascending order, according to the natural ordering.
sort(DoubleMatrix1D, DoubleComparator) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the vector into ascending order, according to the order induced by the specified comparator.
sort(DoubleMatrix2D, double[]) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the virtual column aggregates; Particularly efficient when comparing expensive aggregates, because aggregates need not be recomputed time and again, as is the case for comparator based sorts.
sort(DoubleMatrix2D, int) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
sort(DoubleMatrix2D, DoubleMatrix1DComparator) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix rows according to the order induced by the specified comparator.
sort(DoubleMatrix2D, BinFunction1D) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix rows into ascending order, according to the natural ordering of the values computed by applying the given aggregation function to each row; Particularly efficient when comparing expensive aggregates, because aggregates need not be recomputed time and again, as is the case for comparator based sorts.
sort(DoubleMatrix3D, int, int) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
sort(DoubleMatrix3D, DoubleMatrix2DComparator) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix slices according to the order induced by the specified comparator.
sort(ObjectMatrix1D) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the vector into ascending order, according to the natural ordering.
sort(ObjectMatrix1D, Comparator) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the vector into ascending order, according to the order induced by the specified comparator.
sort(ObjectMatrix2D, int) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
sort(ObjectMatrix2D, ObjectMatrix1DComparator) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the matrix rows according to the order induced by the specified comparator.
sort(ObjectMatrix3D, int, int) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
sort(ObjectMatrix3D, ObjectMatrix2DComparator) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the matrix slices according to the order induced by the specified comparator.
sortFromTo(int, int) - Method in class cern.colt.list.AbstractList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.CharArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.IntArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.LongArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.ShortArrayList
Sorts the specified range of the receiver into ascending order.
Sorting - Class in cern.colt.matrix.doublealgo
Matrix quicksorts and mergesorts.
Sorting() - Constructor for class cern.colt.matrix.doublealgo.Sorting
Makes this class non instantiable, but still let's others inherit from it.
Sorting - Class in cern.colt.matrix.objectalgo
Matrix quicksorts and mergesorts.
Sorting() - Constructor for class cern.colt.matrix.objectalgo.Sorting
Makes this class non instantiable, but still let's others inherit from it.
Sorting - Class in cern.colt
Quicksorts, mergesorts and binary searches; complements java.util.Arrays.
Sorting() - Constructor for class cern.colt.Sorting
Makes this class non instantiable, but still let's others inherit from it.
sparse - Static variable in class cern.colt.matrix.DoubleFactory1D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.DoubleFactory2D
A factory producing sparse hash matrices.
sparse - Static variable in class cern.colt.matrix.DoubleFactory3D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.ObjectFactory1D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.ObjectFactory2D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.ObjectFactory3D
A factory producing sparse matrices.
SparseDoubleMatrix1D - Class in cern.colt.matrix.impl
Sparse hashed 1-d matrix (aka vector) holding double elements.
SparseDoubleMatrix1D(double[]) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix1D
Constructs a matrix with a copy of the given values.
SparseDoubleMatrix1D(int) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix1D
Constructs a matrix with a given number of cells.
SparseDoubleMatrix1D(int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix1D
Constructs a matrix with a given number of parameters.
SparseDoubleMatrix1D(int, AbstractIntDoubleMap, int, int) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix1D
Constructs a matrix view with a given number of parameters.
SparseDoubleMatrix2D - Class in cern.colt.matrix.impl
Sparse hashed 2-d matrix holding double elements.
SparseDoubleMatrix2D(double[][]) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix2D
Constructs a matrix with a copy of the given values.
SparseDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix2D
Constructs a matrix with a given number of rows and columns and default memory usage.
SparseDoubleMatrix2D(int, int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix2D
Constructs a matrix with a given number of rows and columns using memory as specified.
SparseDoubleMatrix2D(int, int, AbstractIntDoubleMap, int, int, int, int) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix2D
Constructs a view with the given parameters.
SparseDoubleMatrix3D - Class in cern.colt.matrix.impl
Sparse hashed 3-d matrix holding double elements.
SparseDoubleMatrix3D(double[][][]) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix3D
Constructs a matrix with a copy of the given values.
SparseDoubleMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix3D
Constructs a matrix with a given number of slices, rows and columns and default memory usage.
SparseDoubleMatrix3D(int, int, int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix3D
Constructs a matrix with a given number of slices, rows and columns using memory as specified.
SparseDoubleMatrix3D(int, int, int, AbstractIntDoubleMap, int, int, int, int, int, int) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix3D
Constructs a view with the given parameters.
SparseObjectMatrix1D - Class in cern.colt.matrix.impl
Sparse hashed 1-d matrix (aka vector) holding Object elements.
SparseObjectMatrix1D(Object[]) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix1D
Constructs a matrix with a copy of the given values.
SparseObjectMatrix1D(int) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix1D
Constructs a matrix with a given number of cells.
SparseObjectMatrix1D(int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix1D
Constructs a matrix with a given number of parameters.
SparseObjectMatrix1D(int, AbstractIntObjectMap, int, int) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix1D
Constructs a matrix view with a given number of parameters.
SparseObjectMatrix2D - Class in cern.colt.matrix.impl
Sparse hashed 2-d matrix holding Object elements.
SparseObjectMatrix2D(Object[][]) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix2D
Constructs a matrix with a copy of the given values.
SparseObjectMatrix2D(int, int) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix2D
Constructs a matrix with a given number of rows and columns and default memory usage.
SparseObjectMatrix2D(int, int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix2D
Constructs a matrix with a given number of rows and columns using memory as specified.
SparseObjectMatrix2D(int, int, AbstractIntObjectMap, int, int, int, int) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix2D
Constructs a view with the given parameters.
SparseObjectMatrix3D - Class in cern.colt.matrix.impl
Sparse hashed 3-d matrix holding Object elements.
SparseObjectMatrix3D(Object[][][]) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix3D
Constructs a matrix with a copy of the given values.
SparseObjectMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix3D
Constructs a matrix with a given number of slices, rows and columns and default memory usage.
SparseObjectMatrix3D(int, int, int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix3D
Constructs a matrix with a given number of slices, rows and columns using memory as specified.
SparseObjectMatrix3D(int, int, int, AbstractIntObjectMap, int, int, int, int, int, int) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix3D
Constructs a view with the given parameters.
split(DoubleArrayList, DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Splits (partitions) a list into sublists such that each sublist contains the elements with a given range.
sqrt - Static variable in class cern.jet.math.Functions
Function that returns Math.sqrt(a).
SQRT_INV - Variable in class cern.jet.random.Normal
 
SQRTH - Static variable in class cern.jet.math.Constants
 
SQTPI - Static variable in class cern.jet.math.Constants
 
square - Static variable in class cern.jet.math.Functions
Function that returns a * a.
square - Static variable in class cern.jet.math.IntFunctions
Function that returns a * a.
sr - Static variable in class cern.clhep.Units
 
standardDeviation - Variable in class cern.jet.random.Normal
 
standardDeviation(double) - Static method in class cern.jet.stat.Descriptive
Returns the standard deviation from a variance.
standardError(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the standard error of a data sequence.
standardize(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Modifies a data sequence to be standardized.
start() - Method in class cern.colt.Timer
Starts the timer.
startOfBin(int) - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns the start of the range associated with the given bin.
starts - Variable in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
state - Variable in class cern.colt.map.OpenDoubleIntHashMap
The state of each hash table entry (FREE, FULL, REMOVED).
state - Variable in class cern.colt.map.OpenIntDoubleHashMap
The state of each hash table entry (FREE, FULL, REMOVED).
state - Variable in class cern.colt.map.OpenIntIntHashMap
The state of each hash table entry (FREE, FULL, REMOVED).
state - Variable in class cern.colt.map.OpenIntObjectHashMap
The state of each hash table entry (FREE, FULL, REMOVED).
state - Variable in class cern.colt.map.OpenLongObjectHashMap
The state of each hash table entry (FREE, FULL, REMOVED).
staticNextBoolean() - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random boolean.
staticNextDouble(double, double) - Static method in class cern.jet.random.Beta
Returns a random number from the distribution.
staticNextDouble(double, double, double) - Static method in class cern.jet.random.BreitWigner
Returns a random number from the distribution.
staticNextDouble(double, double, double) - Static method in class cern.jet.random.BreitWignerMeanSquare
Returns a random number from the distribution.
staticNextDouble(double) - Static method in class cern.jet.random.ChiSquare
Returns a random number from the distribution.
staticNextDouble(double) - Static method in class cern.jet.random.Exponential
Returns a random number from the distribution with the given lambda.
staticNextDouble(double) - Static method in class cern.jet.random.ExponentialPower
Returns a random number from the distribution.
staticNextDouble(double, double) - Static method in class cern.jet.random.Gamma
Returns a random number from the distribution.
staticNextDouble(double, double) - Static method in class cern.jet.random.Hyperbolic
Returns a random number from the distribution.
staticNextDouble(double) - Static method in class cern.jet.random.Logarithmic
Returns a random number from the distribution.
staticNextDouble(double, double) - Static method in class cern.jet.random.Normal
Returns a random number from the distribution with the given mean and standard deviation.
staticNextDouble(double) - Static method in class cern.jet.random.StudentT
Returns a random number from the distribution.
staticNextDouble() - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (0,1) (excluding 0 and 1).
staticNextDouble(double) - Static method in class cern.jet.random.VonMises
Returns a random number from the distribution.
staticNextDoubleFromTo(double, double) - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
staticNextFloatFromTo(float, float) - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
staticNextInt(int, double) - Static method in class cern.jet.random.Binomial
Returns a random number from the distribution with the given parameters n and p.
staticNextInt(int, int, int) - Static method in class cern.jet.random.HyperGeometric
Returns a random number from the distribution.
staticNextInt(int, double) - Static method in class cern.jet.random.NegativeBinomial
Returns a random number from the distribution with the given parameters n and p.
staticNextInt(double) - Static method in class cern.jet.random.Poisson
Returns a random number from the distribution with the given mean.
staticNextInt(double) - Static method in class cern.jet.random.PoissonSlow
Returns a random number from the distribution with the given mean.
staticNextInt(double, double) - Static method in class cern.jet.random.Zeta
Returns a random number from the distribution.
staticNextIntFromTo(int, int) - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
staticNextLongFromTo(long, long) - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
staticSetRandomEngine(RandomEngine) - Static method in class cern.jet.random.Uniform
Sets the uniform random number generation engine shared by all static methods.
Statistic - Class in cern.colt.matrix.doublealgo
Basic statistics operations on matrices.
Statistic() - Constructor for class cern.colt.matrix.doublealgo.Statistic
Makes this class non instantiable, but still let's others inherit from it.
Statistic.VectorVectorFunction - Interface in cern.colt.matrix.doublealgo
Interface that represents a function object: a function that takes two argument vectors and returns a single value.
statistics(int, int) - Static method in class cern.colt.map.PrimeFinder
Tests correctness.
stats() - Method in class cern.colt.matrix.linalg.SmpBlas
Prints various snapshot statistics to System.out; Simply delegates to FJTaskRunnerGroup.stats().
Stencil - Class in cern.colt.matrix.doublealgo
Stencil operations.
Stencil() - Constructor for class cern.colt.matrix.doublealgo.Stencil
Makes this class non instantiable, but still let's others inherit from it.
stencil27(DoubleMatrix3D, Double27Function, int, DoubleMatrix3DProcedure, int) - Static method in class cern.colt.matrix.doublealgo.Stencil
27 point stencil operation.
stencil9(DoubleMatrix2D, Double9Function, int, DoubleMatrix2DProcedure, int) - Static method in class cern.colt.matrix.doublealgo.Stencil
9 point stencil operation.
steps - Static variable in class cern.colt.Partitioning
 
steradian - Static variable in class cern.clhep.Units
 
stirlingCorrection(int) - Static method in class cern.jet.math.Arithmetic
Returns the StirlingCorrection.
stop() - Method in class cern.colt.Timer
Stops the timer.
STP_Pressure - Static variable in class cern.clhep.PhysicalConstants
 
STP_Temperature - Static variable in class cern.clhep.PhysicalConstants
 
stride - Variable in class cern.colt.matrix.impl.AbstractMatrix1D
the number of indexes between any two elements, i.e.
stride(int) - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Returns the stride of the given dimension (axis, rank).
StudentT - Class in cern.jet.random
StudentT distribution (aka T-distribution); See the math definition and animated definition.
StudentT(double, RandomEngine) - Constructor for class cern.jet.random.StudentT
Constructs a StudentT distribution.
studentT(double, double) - Static method in class cern.jet.stat.Probability
Returns the integral from minus infinity to t of the Student-t distribution with k > 0 degrees of freedom.
studentTInverse(double, int) - Static method in class cern.jet.stat.Probability
Returns the value, t, for which the area under the Student-t probability density function (integrated from minus infinity to t) is equal to 1-alpha/2.
subMatrix(DoubleMatrix2D, int, int, int, int) - Method in class cern.colt.matrix.linalg.Algebra
Constructs and returns a new sub-range view which is the sub matrix A[fromRow..toRow,fromColumn..toColumn].
sum(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the sum of a data sequence.
sumOfInversions(DoubleArrayList, int, int) - Static method in class cern.jet.stat.Descriptive
Returns the sum of inversions of a data sequence, which is Sum( 1.0 / data[i]).
sumOfLogarithms(DoubleArrayList, int, int) - Static method in class cern.jet.stat.Descriptive
Returns the sum of logarithms of a data sequence, which is Sum( Log(data[i]).
sumOfPowerDeviations(DoubleArrayList, int, double) - Static method in class cern.jet.stat.Descriptive
Returns Sum( (data[i]-c)k ); optimized for common parameters like c == 0.0 and/or k == -2 ..
sumOfPowerDeviations(DoubleArrayList, int, double, int, int) - Static method in class cern.jet.stat.Descriptive
Returns Sum( (data[i]-c)k ) for all i = from ..
sumOfPowers(DoubleArrayList, int) - Static method in class cern.jet.stat.Descriptive
Returns the sum of powers of a data sequence, which is Sum ( data[i]k ).
sumOfSquaredDeviations(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the sum of squared mean deviation of of a data sequence.
sumOfSquares(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the sum of squares of a data sequence.
swap(DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleMatrix1D
Swaps each element this[i] with other[i].
swap(DoubleMatrix1D) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Swaps each element this[i] with other[i].
swap(ObjectMatrix1D) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Swaps each element this[i] with other[i].
swap(ObjectMatrix1D) - Method in class cern.colt.matrix.ObjectMatrix1D
Swaps each element this[i] with other[i].
swap(int, int) - Method in interface cern.colt.Swapper
Swaps the generic data g[a] with g[b].
swapArgs(DoubleDoubleFunction) - Static method in class cern.jet.math.Functions
Constructs a function that returns function.apply(b,a), i.e.
swapArgs(IntIntFunction) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns function.apply(b,a), i.e.
swappedElements - Static variable in class cern.colt.Partitioning
 
Swapper - Interface in cern.colt
Interface for an object that knows how to swap elements at two positions (a,b).
SWITCH_MEAN - Static variable in class cern.jet.random.Poisson
 
SWITCH_MEAN - Static variable in class cern.jet.random.PoissonSlow
 

T

table - Variable in class cern.colt.map.OpenDoubleIntHashMap
The hash table keys.
table - Variable in class cern.colt.map.OpenIntDoubleHashMap
The hash table keys.
table - Variable in class cern.colt.map.OpenIntIntHashMap
The hash table keys.
table - Variable in class cern.colt.map.OpenIntObjectHashMap
The hash table keys.
table - Variable in class cern.colt.map.OpenLongObjectHashMap
The hash table keys.
tan - Static variable in class cern.jet.math.Functions
Function that returns Math.tan(a).
target - Variable in class cern.colt.buffer.DoubleBuffer
 
target - Variable in class cern.colt.buffer.DoubleBuffer2D
 
target - Variable in class cern.colt.buffer.DoubleBuffer3D
 
target - Variable in class cern.colt.buffer.IntBuffer
 
target - Variable in class cern.colt.buffer.IntBuffer2D
 
target - Variable in class cern.colt.buffer.IntBuffer3D
 
target - Variable in class cern.colt.buffer.ObjectBuffer
 
tau - Variable in class cern.jet.random.ExponentialPower
 
teraelectronvolt - Static variable in class cern.clhep.Units
 
TERM - Variable in class cern.jet.random.StudentT
 
tesla - Static variable in class cern.clhep.Units
 
test(int) - Static method in class cern.colt.Timer
Shows how to use a timer in convenient ways.
test(int, AbstractDistribution) - Static method in class cern.jet.random.Benchmark
Prints the first size random numbers generated by the distribution.
test(int, RandomEngine) - Static method in class cern.jet.random.engine.Benchmark
Prints the first size random numbers generated by the given engine.
test(long, long, long, int, int) - Static method in class cern.jet.random.sampling.RandomSampler
Tests the methods of this class.
test(long, long) - Static method in class cern.jet.random.sampling.RandomSamplingAssistant
Tests the methods of this class.
test(int, int) - Static method in class cern.jet.random.sampling.WeightedRandomSampler
Not yet commented.
test(float) - Static method in class cern.jet.stat.quantile.EquiDepthHistogram
Not yet commented.
test2(int) - Static method in class cern.colt.map.Benchmark
 
test2(int, AbstractDistribution) - Static method in class cern.jet.random.Benchmark
Prints the first size random numbers generated by the distribution.
test2(int, AbstractDistribution, AbstractDistribution) - Static method in class cern.jet.random.Benchmark
Prints the first size random numbers generated by the distribution.
testArraySampling(int, int) - Static method in class cern.jet.random.sampling.RandomSamplingAssistant
Tests the methods of this class.
testNegAlphaInv(String[]) - Static method in class cern.jet.random.sampling.RandomSampler
Tests different values for negaalphainv.
TeV - Static variable in class cern.clhep.Units
 
Timer - Class in cern.colt
A handy stopwatch for benchmarking.
Timer() - Constructor for class cern.colt.Timer
Constructs a new timer, initially not started.
times(int) - Method in class cern.colt.list.AbstractBooleanList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractByteList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractCharList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractDoubleList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractFloatList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractIntList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractLongList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractShortList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.ObjectArrayList
Returns a list which is a concatenation of times times the receiver.
toArray(Object[]) - Method in class cern.colt.list.ObjectArrayList
Returns an array containing all of the elements in the receiver in the correct order.
toArray() - Method in class cern.colt.matrix.DoubleMatrix1D
Constructs and returns a 1-dimensional array containing the cell values.
toArray(double[]) - Method in class cern.colt.matrix.DoubleMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray() - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a 2-dimensional array containing the cell values.
toArray(double[]) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray(Object[]) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray() - Method in class cern.colt.matrix.ObjectMatrix1D
Constructs and returns a 1-dimensional array containing the cell values.
toArray(Object[]) - Method in class cern.colt.matrix.ObjectMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray() - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a 2-dimensional array containing the cell values.
toBitVector() - Method in class cern.colt.bitvector.BitMatrix
Converts the receiver to a bitvector.
toBitVector() - Method in class cern.colt.list.MinMaxNumberList
Returns the receiver seen as bitvector.
toInt(boolean) - Static method in class cern.colt.list.AbstractBooleanList
Transforms a boolean value to an integer (false --> 0, true --> 1)
tolerance - Variable in class cern.colt.matrix.linalg.Property
 
tolerance() - Method in class cern.colt.matrix.linalg.Property
Returns the current tolerance.
toList() - Method in class cern.colt.list.AbstractBooleanList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractByteList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractCharList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractCollection
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractDoubleList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractFloatList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractIntList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractLongList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractShortList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.ObjectArrayList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList(DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a list from the given matrix.
toList(ObjectMatrix1D) - Method in class cern.colt.matrix.ObjectFactory1D
Constructs a list from the given matrix.
toSourceCode(DoubleMatrix1D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(DoubleMatrix2D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(DoubleMatrix3D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(ObjectMatrix1D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(ObjectMatrix2D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(ObjectMatrix3D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toString(byte[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(char[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(double[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(float[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(int[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(long[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(Object[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(short[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(boolean[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString() - Method in class cern.colt.bitvector.BitMatrix
Returns a (very crude) string representation of the receiver.
toString() - Method in class cern.colt.bitvector.BitVector
Returns a string representation of the receiver.
toString() - Method in class cern.colt.list.AbstractBooleanList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractByteList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractCharList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractCollection
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractDoubleList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractFloatList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractIntList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractLongList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractShortList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.ObjectArrayList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.map.AbstractDoubleIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.AbstractIntDoubleMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.AbstractIntIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.AbstractIntObjectMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.AbstractLongObjectMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString(DoubleMatrix1D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representation of the given matrix.
toString(DoubleMatrix2D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representation of the given matrix.
toString(DoubleMatrix3D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representation of the given matrix.
toString(AbstractMatrix2D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representation of the given matrix.
toString() - Method in class cern.colt.matrix.DoubleMatrix1D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.DoubleMatrix2D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.DoubleMatrix3D
Returns a string representation using default formatting.
toString(String[][]) - Method in class cern.colt.matrix.impl.AbstractFormatter
Returns a single string representation of the given string matrix.
toString(AbstractMatrix2D) - Method in class cern.colt.matrix.impl.AbstractFormatter
Returns a string representation of the given matrix.
toString(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.linalg.CholeskyDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.linalg.EigenvalueDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.linalg.LUDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns a String with (propertyName, propertyValue) pairs.
toString(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
Returns summary information about the given matrix A.
toString() - Method in class cern.colt.matrix.linalg.QRDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString(AbstractMatrix2D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representation of the given matrix.
toString(ObjectMatrix1D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representation of the given matrix.
toString(ObjectMatrix2D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representation of the given matrix.
toString(ObjectMatrix3D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representation of the given matrix.
toString() - Method in class cern.colt.matrix.ObjectMatrix1D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.ObjectMatrix2D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.ObjectMatrix3D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.Timer
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Beta
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Binomial
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.BreitWigner
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.ChiSquare
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Empirical
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.EmpiricalWalker
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Exponential
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.ExponentialPower
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Gamma
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Hyperbolic
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.HyperGeometric
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Logarithmic
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.NegativeBinomial
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Normal
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Poisson
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.PoissonSlow
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.StudentT
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Uniform
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.VonMises
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Zeta
Returns a String representation of the receiver.
toStringByValue() - Method in class cern.colt.map.AbstractDoubleIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.AbstractIntDoubleMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.AbstractIntIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.AbstractIntObjectMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value, according to natural ordering.
toStringByValue() - Method in class cern.colt.map.AbstractLongObjectMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value, according to natural ordering.
toStringShort() - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Returns a string representation of the receiver's shape.
toStringShort() - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Returns a string representation of the receiver's shape.
toStringShort() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns a string representation of the receiver's shape.
totalMemory() - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Returns the number of elements currently needed to store all contained elements.
toTitleString(DoubleMatrix2D, String[], String[], String, String, String) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representation of the given matrix with axis as well as rows and columns labeled.
toTitleString(DoubleMatrix2D, String[], String[], String, String, String, BinFunction1D[]) - Method in class cern.colt.matrix.doublealgo.Formatter
Same as toTitleString except that additionally statistical aggregates (mean, median, sum, etc.) of rows and columns are printed.
toTitleString(DoubleMatrix3D, String[], String[], String[], String, String, String, String, BinFunction1D[]) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representation of the given matrix with axis as well as rows and columns labeled.
toTitleString(ObjectMatrix2D, String[], String[], String, String, String) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representation of the given matrix with axis as well as rows and columns labeled.
toTitleString(ObjectMatrix3D, String[], String[], String[], String, String, String, String) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representation of the given matrix with axis as well as rows and columns labeled.
toVerboseString(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the results of toString(A) and additionally the results of all sorts of decompositions applied to the given matrix.
trace(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the sum of the diagonal elements of matrix A; Sum(A[i,i]).
Transform - Class in cern.colt.matrix.doublealgo
Deprecated. 
Transform() - Constructor for class cern.colt.matrix.doublealgo.Transform
Deprecated.
Makes this class non instantiable, but still let's others inherit from it.
transform - Static variable in class cern.colt.matrix.doublealgo.Transform
Deprecated.
Little trick to allow for "aliasing", that is, renaming this class.
transpose(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Constructs and returns a new view which is the transposition of the given matrix A.
trapezoidalLower(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Modifies the matrix to be a lower trapezoidal matrix.
trimmedMean(DoubleArrayList, double, int, int) - Static method in class cern.jet.stat.Descriptive
Returns the trimmed mean of a sorted data sequence.
trimToCapacity(byte[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(char[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(double[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(float[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(int[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(long[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(Object[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(short[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(boolean[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToSize() - Method in class cern.colt.list.AbstractList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.BooleanArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.ByteArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.CharArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.DistinctNumberList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.DoubleArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.FloatArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.IntArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.LongArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.MinMaxNumberList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.ObjectArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.ShortArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.SimpleLongArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.AbstractMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.OpenDoubleIntHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.OpenIntDoubleHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.OpenIntIntHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.OpenIntObjectHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.OpenLongObjectHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.matrix.impl.AbstractMatrix
Releases any superfluous internal memory.
trimToSize() - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
triplePartition(double[], double[], double[], int, int, double[], int, int, int[]) - Static method in class cern.colt.Partitioning
Same as Partitioning.triplePartition(int[],int[],int[],int,int,int[],int,int,int[]) except that it synchronously partitions double[] rather than int[] arrays.
triplePartition(double[], double[], double[], int, int, double) - Static method in class cern.colt.Partitioning
Same as Partitioning.triplePartition(int[],int[],int[],int,int,int) except that it synchronously partitions double[] rather than int[] arrays.
triplePartition(int[], int[], int[], int, int, int[], int, int, int[]) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that this method synchronously partitions three arrays at the same time; all three arrays are partially sorted according to the elements of the primary array.
triplePartition(int[], int[], int[], int, int, int) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int) except that this method synchronously partitions three arrays at the same time; all three arrays are partially sorted according to the elements of the primary array.
TWELVE - Static variable in class cern.colt.matrix.linalg.Property
A Property object with tolerance()==1.0E-12.
twopi - Static variable in class cern.clhep.PhysicalConstants
 
twopi_mc2_rcl2 - Static variable in class cern.clhep.PhysicalConstants
 

U

u - Variable in class cern.jet.random.Hyperbolic
 
uniform - Variable in class cern.jet.random.BreitWignerMeanSquare
 
Uniform - Class in cern.jet.random
Uniform distribution; Math definition and animated definition.
Uniform(double, double, int) - Constructor for class cern.jet.random.Uniform
Constructs a uniform distribution with the given minimum and maximum, using a MersenneTwister seeded with the given seed.
Uniform(double, double, RandomEngine) - Constructor for class cern.jet.random.Uniform
Constructs a uniform distribution with the given minimum and maximum.
Uniform(RandomEngine) - Constructor for class cern.jet.random.Uniform
Constructs a uniform distribution with min=0.0 and max=1.0.
unit(int) - Static method in class cern.colt.bitvector.QuickBitVector
Returns the index of the unit that contains the given bitIndex.
Units - Class in cern.clhep
High Energy Physics coherent system of Units.
Units() - Constructor for class cern.clhep.Units
Makes this class non instantiable, but still let's others inherit from it.
universe_mean_density - Static variable in class cern.clhep.PhysicalConstants
 
unknown_N_compute_B_and_K(double, double, int) - Static method in class cern.jet.stat.quantile.QuantileFinderFactory
Computes the number of buffers and number of values per buffer such that quantiles can be determined with an approximation error no more than epsilon with a certain probability.
unknown_N_compute_B_and_K_raw(double, double, int) - Static method in class cern.jet.stat.quantile.QuantileFinderFactory
Computes the number of buffers and number of values per buffer such that quantiles can be determined with an approximation error no more than epsilon with a certain probability.
upperBandwidth(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
The upper bandwidth of a square matrix A is the maximum j-i for which A[i,j] is nonzero and j > i.
upperTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Modifies the matrix to be an upper triangular matrix.
usage() - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Overall usage.
usage(String) - Static method in class cern.colt.matrix.bench.BenchmarkMatrix
Usage of a specific command.

V

v - Variable in class cern.jet.random.Hyperbolic
 
value(Object) - Static method in class cern.colt.list.adapter.DoubleListAdapter
Transforms an object element to a primitive data type.
value(Object) - Static method in class cern.colt.list.adapter.FloatListAdapter
Transforms an object element to a primitive data type.
value(Object) - Static method in class cern.colt.list.adapter.IntListAdapter
Transforms an object element to a primitive data type.
value(Object) - Static method in class cern.colt.list.adapter.LongListAdapter
Transforms an object element to a primitive data type.
values() - Method in class cern.colt.map.AbstractDoubleIntMap
Returns a list filled with all values contained in the receiver.
values(IntArrayList) - Method in class cern.colt.map.AbstractDoubleIntMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.AbstractIntDoubleMap
Returns a list filled with all values contained in the receiver.
values(DoubleArrayList) - Method in class cern.colt.map.AbstractIntDoubleMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.AbstractIntIntMap
Returns a list filled with all values contained in the receiver.
values(IntArrayList) - Method in class cern.colt.map.AbstractIntIntMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.AbstractIntObjectMap
Returns a list filled with all values contained in the receiver.
values(ObjectArrayList) - Method in class cern.colt.map.AbstractIntObjectMap
Fills all values contained in the receiver into the specified list.
values() - Method in class cern.colt.map.AbstractLongObjectMap
Returns a list filled with all values contained in the receiver.
values(ObjectArrayList) - Method in class cern.colt.map.AbstractLongObjectMap
Fills all values contained in the receiver into the specified list.
values - Variable in class cern.colt.map.OpenDoubleIntHashMap
The hash table values.
values(IntArrayList) - Method in class cern.colt.map.OpenDoubleIntHashMap
Fills all values contained in the receiver into the specified list.
values - Variable in class cern.colt.map.OpenIntDoubleHashMap
The hash table values.
values(DoubleArrayList) - Method in class cern.colt.map.OpenIntDoubleHashMap
Fills all values contained in the receiver into the specified list.
values - Variable in class cern.colt.map.OpenIntIntHashMap
The hash table values.
values(IntArrayList) - Method in class cern.colt.map.OpenIntIntHashMap
Fills all values contained in the receiver into the specified list.
values - Variable in class cern.colt.map.OpenIntObjectHashMap
The hash table values.
values(ObjectArrayList) - Method in class cern.colt.map.OpenIntObjectHashMap
Fills all values contained in the receiver into the specified list.
values - Variable in class cern.colt.map.OpenLongObjectHashMap
The hash table values.
values(ObjectArrayList) - Method in class cern.colt.map.OpenLongObjectHashMap
Fills all values contained in the receiver into the specified list.
values - Variable in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
variance - Variable in class cern.jet.random.Normal
 
variance(double) - Static method in class cern.jet.stat.Descriptive
Returns the variance from a standard deviation.
variance(int, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the variance of a data sequence.
vColumnFlip() - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Self modifying version of viewColumnFlip().
vColumnFlip() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Self modifying version of viewColumnFlip().
vDice() - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Self modifying version of viewDice().
vDice(int, int, int) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Self modifying version of viewDice().
Version - Class in cern.colt
Information about the current release.
vFlip() - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Self modifying version of viewFlip().
view() - Method in class cern.colt.matrix.DoubleMatrix1D
Constructs and returns a new view equal to the receiver.
view() - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new view equal to the receiver.
view() - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new view equal to the receiver.
view() - Method in class cern.colt.matrix.ObjectMatrix1D
Constructs and returns a new view equal to the receiver.
view() - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new view equal to the receiver.
view() - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new view equal to the receiver.
viewColumn(int) - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new slice view representing the rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new slice view representing the rows of the given column.
viewColumn(int) - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and rows of the given column.
viewColumnFlip() - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new flip view along the column axis.
viewColumnFlip() - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new flip view along the column axis.
viewDice() - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new dice (transposition) view; Swaps axes; example: 3 x 4 matrix --> 4 x 3 matrix.
viewDice(int, int, int) - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new dice view; Swaps dimensions (axes); Example: 3 x 4 x 5 matrix --> 4 x 3 x 5 matrix.
viewDice() - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new dice (transposition) view; Swaps axes; example: 3 x 4 matrix --> 4 x 3 matrix.
viewDice(int, int, int) - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new dice view; Swaps dimensions (axes); Example: 3 x 4 x 5 matrix --> 4 x 3 x 5 matrix.
viewFlip() - Method in class cern.colt.matrix.DoubleMatrix1D
Constructs and returns a new flip view.
viewFlip() - Method in class cern.colt.matrix.ObjectMatrix1D
Constructs and returns a new flip view.
viewPart(int, int) - Method in class cern.colt.matrix.DoubleMatrix1D
Constructs and returns a new sub-range view that is a width sub matrix starting at index.
viewPart(int, int, int, int) - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new sub-range view that is a height x width sub matrix starting at [row,column].
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new sub-range view that is a depth x height x width sub matrix starting at [slice,row,column]; Equivalent to view().part(slice,row,column,depth,height,width); Provided for convenience only.
viewPart(int, int) - Method in class cern.colt.matrix.ObjectMatrix1D
Constructs and returns a new sub-range view that is a width sub matrix starting at index.
viewPart(int, int, int, int) - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new sub-range view that is a height x width sub matrix starting at [row,column].
viewPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new sub-range view that is a depth x height x width sub matrix starting at [slice,row,column]; Equivalent to view().part(slice,row,column,depth,height,width); Provided for convenience only.
viewRow(int) - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new slice view representing the columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new slice view representing the columns of the given row.
viewRow(int) - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new 2-dimensional slice view representing the slices and columns of the given row.
viewRowFlip() - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new flip view along the row axis.
viewRowFlip() - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new flip view along the row axis.
viewSample(DoubleMatrix1D, double, RandomEngine) - Static method in class cern.colt.matrix.doublealgo.Statistic
Constructs and returns a sampling view with a size of round(matrix.size() * fraction).
viewSample(DoubleMatrix2D, double, double, RandomEngine) - Static method in class cern.colt.matrix.doublealgo.Statistic
Constructs and returns a sampling view with round(matrix.rows() * rowFraction) rows and round(matrix.columns() * columnFraction) columns.
viewSample(DoubleMatrix3D, double, double, double, RandomEngine) - Static method in class cern.colt.matrix.doublealgo.Statistic
Constructs and returns a sampling view with round(matrix.slices() * sliceFraction) slices and round(matrix.rows() * rowFraction) rows and round(matrix.columns() * columnFraction) columns.
viewSelection(int[]) - Method in class cern.colt.matrix.DoubleMatrix1D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(DoubleProcedure) - Method in class cern.colt.matrix.DoubleMatrix1D
Constructs and returns a new selection view that is a matrix holding the cells matching the given condition.
viewSelection(int[], int[]) - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(DoubleMatrix1DProcedure) - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new selection view that is a matrix holding all rows matching the given condition.
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(DoubleMatrix2DProcedure) - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new selection view that is a matrix holding all slices matching the given condition.
viewSelection(int[]) - Method in class cern.colt.matrix.ObjectMatrix1D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(ObjectProcedure) - Method in class cern.colt.matrix.ObjectMatrix1D
Constructs and returns a new selection view that is a matrix holding the cells matching the given condition.
viewSelection(int[], int[]) - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(ObjectMatrix1DProcedure) - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new selection view that is a matrix holding all rows matching the given condition.
viewSelection(int[], int[], int[]) - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new selection view that is a matrix holding the indicated cells.
viewSelection(ObjectMatrix2DProcedure) - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new selection view that is a matrix holding all slices matching the given condition.
viewSelectionLike(int[]) - Method in class cern.colt.matrix.DoubleMatrix1D
Construct and returns a new selection view.
viewSelectionLike(int[], int[]) - Method in class cern.colt.matrix.DoubleMatrix2D
Construct and returns a new selection view.
viewSelectionLike(int[], int[], int[]) - Method in class cern.colt.matrix.DoubleMatrix3D
Construct and returns a new selection view.
viewSelectionLike(int[]) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Construct and returns a new selection view.
viewSelectionLike(int[], int[]) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Construct and returns a new selection view.
viewSelectionLike(int[], int[], int[]) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
Construct and returns a new selection view.
viewSelectionLike(int[]) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Construct and returns a new selection view.
viewSelectionLike(int[], int[]) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Construct and returns a new selection view.
viewSelectionLike(int[], int[], int[]) - Method in class cern.colt.matrix.impl.DenseObjectMatrix3D
Construct and returns a new selection view.
viewSelectionLike(int[]) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Construct and returns a new selection view.
viewSelectionLike(int[], int[]) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Construct and returns a new selection view.
viewSelectionLike(int[], int[], int[]) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Construct and returns a new selection view.
viewSelectionLike(int[]) - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Construct and returns a new selection view.
viewSelectionLike(int[], int[]) - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Construct and returns a new selection view.
viewSelectionLike(int[], int[], int[]) - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Construct and returns a new selection view.
viewSelectionLike(int[]) - Method in class cern.colt.matrix.ObjectMatrix1D
Construct and returns a new selection view.
viewSelectionLike(int[], int[]) - Method in class cern.colt.matrix.ObjectMatrix2D
Construct and returns a new selection view.
viewSelectionLike(int[], int[], int[]) - Method in class cern.colt.matrix.ObjectMatrix3D
Construct and returns a new selection view.
viewSlice(int) - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new 2-dimensional slice view representing the rows and columns of the given slice.
viewSlice(int) - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new 2-dimensional slice view representing the rows and columns of the given slice.
viewSliceFlip() - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new flip view along the slice axis.
viewSliceFlip() - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new flip view along the slice axis.
viewSorted() - Method in class cern.colt.matrix.DoubleMatrix1D
Sorts the vector into ascending order, according to the natural ordering.
viewSorted(int) - Method in class cern.colt.matrix.DoubleMatrix2D
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
viewSorted(int, int) - Method in class cern.colt.matrix.DoubleMatrix3D
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
viewSorted() - Method in class cern.colt.matrix.ObjectMatrix1D
Sorts the vector into ascending order, according to the natural ordering.
viewSorted(int) - Method in class cern.colt.matrix.ObjectMatrix2D
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
viewSorted(int, int) - Method in class cern.colt.matrix.ObjectMatrix3D
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
viewStrides(int) - Method in class cern.colt.matrix.DoubleMatrix1D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int) - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int, int) - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int) - Method in class cern.colt.matrix.ObjectMatrix1D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int) - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
viewStrides(int, int, int) - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a new stride view which is a sub matrix consisting of every i-th cell.
volt - Static variable in class cern.clhep.Units
 
VonMises - Class in cern.jet.random
Von Mises distribution.
VonMises(double, RandomEngine) - Constructor for class cern.jet.random.VonMises
Constructs a Von Mises distribution.
vPart(int, int) - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Self modifying version of viewPart().
vPart(int, int, int, int) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Self modifying version of viewPart().
vPart(int, int, int, int, int, int) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Self modifying version of viewPart().
vRowFlip() - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Self modifying version of viewRowFlip().
vRowFlip() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Self modifying version of viewRowFlip().
vSliceFlip() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Self modifying version of viewSliceFlip().
vStrides(int) - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Self modifying version of viewStrides().
vStrides(int, int) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Self modifying version of viewStrides().
vStrides(int, int, int) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Self modifying version of viewStrides().

W

watt - Static variable in class cern.clhep.Units
 
weber - Static variable in class cern.clhep.Units
 
weight - Variable in class cern.jet.random.sampling.WeightedRandomSampler
 
weightedMean(DoubleArrayList, DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the weighted mean of a data sequence.
WeightedRandomSampler - Class in cern.jet.random.sampling
Conveniently computes a stable subsequence of elements from a given input sequence; Picks (samples) exactly one random element from successive blocks of weight input elements each.
WeightedRandomSampler() - Constructor for class cern.jet.random.sampling.WeightedRandomSampler
Calls BlockedRandomSampler(1,null).
WeightedRandomSampler(int, RandomEngine) - Constructor for class cern.jet.random.sampling.WeightedRandomSampler
Chooses exactly one random element from successive blocks of weight input elements each.
weightedRMS(double, double) - Static method in class cern.jet.stat.Descriptive
Returns the weighted RMS (Root-Mean-Square) of a data sequence.
winsorizedMean(DoubleArrayList, double, int, int) - Static method in class cern.jet.stat.Descriptive
Returns the winsorized mean of a sorted data sequence.
work1 - Variable in class cern.colt.matrix.linalg.LUDecompositionQuick
 
work2 - Variable in class cern.colt.matrix.linalg.LUDecompositionQuick
 
workDouble - Variable in class cern.colt.matrix.linalg.LUDecompositionQuick
 

X

x - Variable in class cern.jet.random.Hyperbolic
 
xElements - Variable in class cern.colt.buffer.DoubleBuffer2D
 
xElements - Variable in class cern.colt.buffer.DoubleBuffer3D
 
xElements - Variable in class cern.colt.buffer.IntBuffer2D
 
xElements - Variable in class cern.colt.buffer.IntBuffer3D
 
xList - Variable in class cern.colt.buffer.DoubleBuffer2D
 
xList - Variable in class cern.colt.buffer.DoubleBuffer3D
 
xList - Variable in class cern.colt.buffer.IntBuffer2D
 
xList - Variable in class cern.colt.buffer.IntBuffer3D
 
xminimum() - Method in class cern.colt.list.MinMaxNumberList
Deprecated. 
xor(BitMatrix) - Method in class cern.colt.bitvector.BitMatrix
Performs a logical XOR of the receiver with another bit matrix.
xor(BitVector) - Method in class cern.colt.bitvector.BitVector
Performs a logical XOR of the receiver with another bit vector (A = A ^ B).
xor - Static variable in class cern.jet.math.IntFunctions
Function that returns a ^ b.
xor(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a | b.

Y

y0(double) - Static method in class cern.jet.math.Bessel
Returns the Bessel function of the second kind of order 0 of the argument.
y1(double) - Static method in class cern.jet.math.Bessel
Returns the Bessel function of the second kind of order 1 of the argument.
yElements - Variable in class cern.colt.buffer.DoubleBuffer2D
 
yElements - Variable in class cern.colt.buffer.DoubleBuffer3D
 
yElements - Variable in class cern.colt.buffer.IntBuffer2D
 
yElements - Variable in class cern.colt.buffer.IntBuffer3D
 
yList - Variable in class cern.colt.buffer.DoubleBuffer2D
 
yList - Variable in class cern.colt.buffer.DoubleBuffer3D
 
yList - Variable in class cern.colt.buffer.IntBuffer2D
 
yList - Variable in class cern.colt.buffer.IntBuffer3D
 
yn(int, double) - Static method in class cern.jet.math.Bessel
Returns the Bessel function of the second kind of order n of the argument.

Z

zAssign27Neighbors(DoubleMatrix3D, Double27Function) - Method in class cern.colt.matrix.DoubleMatrix3D
27 neighbor stencil transformation.
zAssign27Neighbors(DoubleMatrix3D, Double27Function) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
27 neighbor stencil transformation.
zAssign8Neighbors(DoubleMatrix2D, Double9Function) - Method in class cern.colt.matrix.DoubleMatrix2D
8 neighbor stencil transformation.
zAssign8Neighbors(DoubleMatrix2D, Double9Function) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
8 neighbor stencil transformation.
zdemo1() - Static method in class cern.colt.matrix.doublealgo.Sorting
Demonstrates advanced sorting.
zdemo2() - Static method in class cern.colt.matrix.doublealgo.Sorting
Demonstrates advanced sorting.
zdemo3() - Static method in class cern.colt.matrix.doublealgo.Sorting
Demonstrates advanced sorting.
zdemo4() - Static method in class cern.colt.matrix.doublealgo.Sorting
Demonstrates applying functions.
zdemo5(int, int, boolean) - Static method in class cern.colt.matrix.doublealgo.Sorting
Demonstrates sorting with precomputation of aggregates (median and sum of logarithms).
zdemo6() - Static method in class cern.colt.matrix.doublealgo.Sorting
Demonstrates advanced sorting.
zdemo7(int, int, boolean) - Static method in class cern.colt.matrix.doublealgo.Sorting
Demonstrates sorting with precomputation of aggregates, comparing mergesort with quicksort.
zDotProduct(DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(DoubleMatrix1D, int, int) - Method in class cern.colt.matrix.DoubleMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(DoubleMatrix1D, int, int, IntArrayList) - Method in class cern.colt.matrix.DoubleMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(DoubleMatrix1D, IntArrayList) - Method in class cern.colt.matrix.DoubleMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zDotProduct(DoubleMatrix1D, int, int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Returns the dot product of two vectors x and y, which is Sum(x[i]*y[i]).
zElements - Variable in class cern.colt.buffer.DoubleBuffer3D
 
zElements - Variable in class cern.colt.buffer.IntBuffer3D
 
zero - Variable in class cern.colt.matrix.impl.AbstractMatrix1D
the index of the first element
ZERO - Static variable in class cern.colt.matrix.linalg.Algebra
A default Algebra object; has Property.ZERO attached for tolerance.
ZERO - Static variable in class cern.colt.matrix.linalg.Property
A Property object with tolerance()==0.0.
Zeta - Class in cern.jet.random
Zeta distribution.
Zeta(double, double, RandomEngine) - Constructor for class cern.jet.random.Zeta
Constructs a Zeta distribution.
zList - Variable in class cern.colt.buffer.DoubleBuffer3D
 
zList - Variable in class cern.colt.buffer.IntBuffer3D
 
zMult(DoubleMatrix1D, DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleMatrix2D
Linear algebraic matrix-vector multiplication; z = A * y; Equivalent to return A.zMult(y,z,1,0);
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.DoubleMatrix2D
Linear algebraic matrix-vector multiplication; z = alpha * A * y + beta*z.
zMult(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.DoubleMatrix2D
Linear algebraic matrix-matrix multiplication; C = A x B; Equivalent to A.zMult(B,C,1,0,false,false).
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.DoubleMatrix2D
Linear algebraic matrix-matrix multiplication; C = alpha * A x B + beta*C.
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
 
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
 
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
zMult(DoubleMatrix1D, DoubleMatrix1D, double, double, boolean) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
 
zMult(DoubleMatrix2D, DoubleMatrix2D, double, double, boolean, boolean) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
 
zSum() - Method in class cern.colt.matrix.DoubleMatrix1D
Returns the sum of all cells; Sum( x[i] ).
zSum() - Method in class cern.colt.matrix.DoubleMatrix2D
Returns the sum of all cells; Sum( x[i,j] ).
zSum() - Method in class cern.colt.matrix.DoubleMatrix3D
Returns the sum of all cells; Sum( x[i,j,k] ).
zSum() - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Returns the sum of all cells; Sum( x[i] ).
zSum() - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Returns the sum of all cells; Sum( x[i,j] ).

_

_columnOffset(int) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Returns the position of the given absolute rank within the (virtual or non-virtual) internal 1-dimensional array.
_columnOffset(int) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the position of the given absolute rank within the (virtual or non-virtual) internal 1-dimensional array.
_columnRank(int) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Returns the absolute rank of the given relative rank.
_columnRank(int) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the absolute rank of the given relative rank.
_offset(int) - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Returns the position of the given absolute rank within the (virtual or non-virtual) internal 1-dimensional array.
_rank(int) - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Returns the absolute rank of the given relative rank.
_rowOffset(int) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Returns the position of the given absolute rank within the (virtual or non-virtual) internal 1-dimensional array.
_rowOffset(int) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the position of the given absolute rank within the (virtual or non-virtual) internal 1-dimensional array.
_rowRank(int) - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Returns the absolute rank of the given relative rank.
_rowRank(int) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the absolute rank of the given relative rank.
_sliceOffset(int) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the position of the given absolute rank within the (virtual or non-virtual) internal 1-dimensional array.
_sliceRank(int) - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the absolute rank of the given relative rank.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Colt 1.2.0

Jump to the Colt Homepage