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

E

EUCLID - Static variable in class cern.colt.matrix.doublealgo.Statistic
Euclidean distance function; Sqrt(Sum( (x[i]-y[i])^2 )).
EigenvalueDecomposition - class cern.colt.matrix.linalg.EigenvalueDecomposition.
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.
Empirical - class cern.jet.random.Empirical.
Empirical distribution.
Empirical(double[], int, RandomEngine) - Constructor for class cern.jet.random.Empirical
Constructs an Empirical distribution.
EmpiricalWalker - class cern.jet.random.EmpiricalWalker.
Discrete Empirical distribution (pdf's can be specified).
EmpiricalWalker(double[], int, RandomEngine) - Constructor for class cern.jet.random.EmpiricalWalker
Constructs an Empirical distribution.
EquiDepthHistogram - class cern.jet.stat.quantile.EquiDepthHistogram.
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.
Exponential - class cern.jet.random.Exponential.
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 cern.jet.random.ExponentialPower.
Exponential Power distribution.
ExponentialPower(double, RandomEngine) - Constructor for class cern.jet.random.ExponentialPower
Constructs an Exponential Power distribution.
eV - Static variable in class cern.clhep.Units
 
e_SI - Static variable in class cern.clhep.Units
 
e_squared - Static variable in class cern.clhep.PhysicalConstants
 
edges(IAxis) - Method in class hep.aida.ref.Converter
Returns all edges of the given axis.
elapsedTime() - Method in class cern.colt.Timer
Same as seconds().
electron_Compton_length - Static variable in class cern.clhep.PhysicalConstants
 
electron_charge - 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.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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - 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() - Method in class hep.aida.bin.DynamicBin1D
Returns a copy of the currently stored elements.
elm_coupling - Static variable in class cern.clhep.PhysicalConstants
 
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.
entries() - Method in interface hep.aida.IHistogram
Number of in-range entries in the histogram.
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(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(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(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(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 - 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.
equals(Object) - Method in class hep.aida.bin.AbstractBin
Returns whether two objects are equal; This default implementation returns true if the other object is a bin and has the same size, value, error and center.
equals(Object) - Method in class hep.aida.bin.AbstractBin1D
Returns whether two bins are equal; They are equal if the other object is of the same class or a subclass of this class and both have the same size, minimum, maximum, sum and sumOfSquares.
equals(Object) - Method in class hep.aida.bin.DynamicBin1D
Returns whether two bins are equal.
equivalentBinEntries() - Method in interface hep.aida.IHistogram
Number of equivalent entries.
equivalentBinEntries() - Method in class hep.aida.ref.Histogram1D
 
equivalentBinEntries() - Method in class hep.aida.ref.Histogram2D
 
equivalentBinEntries() - Method in class hep.aida.ref.Histogram3D
 
error() - Method in class hep.aida.bin.AbstractBin
Returns error(0).
error(int) - Method in class hep.aida.bin.AbstractBin
Returns a custom definable error measure; override this method if necessary.
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.
exp - Static variable in class cern.jet.math.Functions
Function that returns Math.exp(a).
extraEntries() - Method in interface hep.aida.IHistogram
Number of under and overflow entries in the histogram.

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
Jump to the Colt Homepage