Parallel Colt 0.5
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

abs(double[]) - Static method in class cern.jet.math.DComplex
 
abs(double, double) - Static method in class cern.jet.math.DComplex
 
abs - Static variable in class cern.jet.math.DComplexFunctions
Unary functions
abs - Static variable in class cern.jet.math.DoubleFunctions
Function that returns Math.abs(a).
abs(float[]) - Static method in class cern.jet.math.FComplex
 
abs(float, float) - Static method in class cern.jet.math.FComplex
 
abs - Static variable in class cern.jet.math.FComplexFunctions
Unary functions
abs - Static variable in class cern.jet.math.FloatFunctions
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.
AbstractByteList - Class in cern.colt.list
Abstract base class for resizable lists holding byte elements; abstract.
AbstractCharList - Class in cern.colt.list
Abstract base class for resizable lists holding char elements; abstract.
AbstractCollection - Class in cern.colt.list
Abstract base class for resizable collections holding objects or primitive data types such as int, float, etc.
AbstractContinousDoubleDistribution - Class in cern.jet.random
Abstract base class for all continous distributions.
AbstractContinousFloatDistribution - Class in cern.jet.random
Abstract base class for all continous distributions.
AbstractDiscreteDistribution - Class in cern.jet.random
Abstract base class for all discrete distributions.
AbstractDoubleBin - Class in hep.aida.bin
Abstract base class for all arbitrary-dimensional bins consumes double elements.
AbstractDoubleBin1D - Class in hep.aida.bin
Abstract base class for all 1-dimensional bins consumes double elements.
AbstractDoubleDistribution - Class in cern.jet.random
Abstract base class for all random distributions.
AbstractDoubleIntMap - Class in cern.colt.map
Abstract base class for hash maps holding (key,value) associations of type (double-->int).
AbstractDoubleList - Class in cern.colt.list
Abstract base class for resizable lists holding double elements; abstract.
AbstractDoubleMap - Class in cern.colt.map
Abstract base class for hash maps holding objects or primitive data types such as int, float, etc.
AbstractFloatBin - Class in hep.aida.bin
Abstract base class for all arbitrary-dimensional bins consumes float elements.
AbstractFloatBin1D - Class in hep.aida.bin
Abstract base class for all 1-dimensional bins consumes float elements.
AbstractFloatDistribution - Class in cern.jet.random
Abstract base class for all random distributions.
AbstractFloatIntMap - Class in cern.colt.map
Abstract base class for hash maps holding (key,value) associations of type (float-->int).
AbstractFloatList - Class in cern.colt.list
Abstract base class for resizable lists holding float elements; abstract.
AbstractFloatMap - Class in cern.colt.map
Abstract base class for hash maps holding objects or primitive data types such as int, float, etc.
AbstractFormatter - Class in cern.colt.matrix.impl
Abstract base class for flexible, well human readable matrix print formatting.
AbstractIntDoubleMap - Class in cern.colt.map
Abstract base class for hash maps holding (key,value) associations of type (int-->double).
AbstractIntFloatMap - Class in cern.colt.map
Abstract base class for hash maps holding (key,value) associations of type (int-->float).
AbstractIntIntMap - Class in cern.colt.map
Abstract base class for hash maps holding (key,value) associations of type (int-->int).
AbstractIntList - Class in cern.colt.list
Abstract base class for resizable lists holding int elements; abstract.
AbstractIntObjectMap - Class in cern.colt.map
Abstract base class for hash maps holding (key,value) associations of type (int-->Object).
AbstractList - Class in cern.colt.list
Abstract base class for resizable lists holding objects or primitive data types such as int, float, etc.
AbstractLongList - Class in cern.colt.list
Abstract base class for resizable lists holding long elements; abstract.
AbstractLongObjectMap - Class in cern.colt.map
Abstract base class for hash maps holding (key,value) associations of type (long-->Object).
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.
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.
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.
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.
AbstractShortList - Class in cern.colt.list
Abstract base class for resizable lists holding short elements; abstract.
AccuracyCheckDoubleDCT - Class in edu.emory.mathcs.jtransforms.dct
Accuracy check of double precision DCT's
AccuracyCheckDoubleDHT - Class in edu.emory.mathcs.jtransforms.dht
Accuracy check of double precision DHT's
AccuracyCheckDoubleDHT() - Constructor for class edu.emory.mathcs.jtransforms.dht.AccuracyCheckDoubleDHT
 
AccuracyCheckDoubleDST - Class in edu.emory.mathcs.jtransforms.dst
Accuracy check of double precision DST's
AccuracyCheckDoubleFFT - Class in edu.emory.mathcs.jtransforms.fft
Accuracy check of double precision FFT's
AccuracyCheckFloatDCT - Class in edu.emory.mathcs.jtransforms.dct
Accuracy check of single precision DCT's
AccuracyCheckFloatDHT - Class in edu.emory.mathcs.jtransforms.dht
Accuracy check of single precision DHT's
AccuracyCheckFloatDHT() - Constructor for class edu.emory.mathcs.jtransforms.dht.AccuracyCheckFloatDHT
 
AccuracyCheckFloatDST - Class in edu.emory.mathcs.jtransforms.dst
Accuracy check of single precision DST's
AccuracyCheckFloatFFT - Class in edu.emory.mathcs.jtransforms.fft
Accuracy check of single precision FFT's
acos(double[]) - Static method in class cern.jet.math.DComplex
 
acos - Static variable in class cern.jet.math.DComplexFunctions
 
acos - Static variable in class cern.jet.math.DoubleFunctions
Function that returns Math.acos(a).
acos(float[]) - Static method in class cern.jet.math.FComplex
 
acos - Static variable in class cern.jet.math.FComplexFunctions
 
acos - Static variable in class cern.jet.math.FloatFunctions
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(float) - Method in class cern.colt.buffer.FloatBuffer
Adds the specified element to the receiver.
add(float, float) - Method in class cern.colt.buffer.FloatBuffer2D
Adds the specified point (x,y) to the receiver.
add(float, float, float) - Method in class cern.colt.buffer.FloatBuffer3D
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.
add(float) - Method in interface cern.jet.stat.quantile.FloatQuantileFinder
Adds a value to the receiver.
add(double) - Method in class hep.aida.bin.AbstractDoubleBin1D
Adds the specified element to the receiver.
add(float) - Method in class hep.aida.bin.AbstractFloatBin1D
Adds the specified element to the receiver.
add(double) - Method in class hep.aida.bin.DynamicDoubleBin1D
Adds the specified element to the receiver.
add(float) - Method in class hep.aida.bin.DynamicFloatBin1D
Adds the specified element to the receiver.
add(double) - Method in class hep.aida.bin.StaticDoubleBin1D
Adds the specified element to the receiver.
add(float) - Method in class hep.aida.bin.StaticFloatBin1D
Adds the specified element 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(FloatArrayList) - Method in class cern.colt.buffer.FloatBuffer
Adds all elements of the specified list to the receiver.
addAllOf(FloatArrayList, FloatArrayList) - Method in class cern.colt.buffer.FloatBuffer2D
Adds all specified points (x,y) to the receiver.
addAllOf(FloatArrayList, FloatArrayList) - Method in interface cern.colt.buffer.FloatBuffer2DConsumer
Adds all specified (x,y) points to the receiver.
addAllOf(FloatArrayList, FloatArrayList, FloatArrayList) - Method in class cern.colt.buffer.FloatBuffer3D
Adds all specified (x,y,z) points to the receiver.
addAllOf(FloatArrayList, FloatArrayList, FloatArrayList) - Method in interface cern.colt.buffer.FloatBuffer3DConsumer
Adds all specified (x,y,z) points to the receiver.
addAllOf(FloatArrayList) - Method in interface cern.colt.buffer.FloatBufferConsumer
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.
addAllOf(FloatArrayList) - Method in interface cern.jet.stat.quantile.FloatQuantileFinder
Adds all values of the specified list to the receiver.
addAllOf(DoubleArrayList) - Method in class hep.aida.bin.AbstractDoubleBin1D
Adds all values of the specified list to the receiver.
addAllOf(FloatArrayList) - Method in class hep.aida.bin.AbstractFloatBin1D
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.
addAllOfFromTo(FloatArrayList, int, int) - Method in interface cern.jet.stat.quantile.FloatQuantileFinder
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in class hep.aida.bin.AbstractDoubleBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(FloatArrayList, int, int) - Method in class hep.aida.bin.AbstractFloatBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in class hep.aida.bin.DynamicDoubleBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(FloatArrayList, int, int) - Method in class hep.aida.bin.DynamicFloatBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in class hep.aida.bin.MightyStaticDoubleBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(FloatArrayList, int, int) - Method in class hep.aida.bin.MightyStaticFloatBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in class hep.aida.bin.QuantileDoubleBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(FloatArrayList, int, int) - Method in class hep.aida.bin.QuantileFloatBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(DoubleArrayList, int, int) - Method in class hep.aida.bin.StaticDoubleBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
addAllOfFromTo(FloatArrayList, int, int) - Method in class hep.aida.bin.StaticFloatBin1D
Adds the part of the specified list between indexes from (inclusive) and to (inclusive) to the receiver.
aggregate(DComplexDComplexDComplexFunction, DComplexDComplexFunction) - Method in class cern.colt.matrix.DComplexMatrix1D
Applies a function to each cell and aggregates the results.
aggregate(DComplexMatrix1D, DComplexDComplexDComplexFunction, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.DComplexMatrix1D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(DComplexDComplexDComplexFunction, DComplexDComplexFunction) - Method in class cern.colt.matrix.DComplexMatrix2D
Applies a function to each cell and aggregates the results.
aggregate(DComplexMatrix2D, DComplexDComplexDComplexFunction, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.DComplexMatrix2D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(DComplexDComplexDComplexFunction, DComplexDComplexFunction) - Method in class cern.colt.matrix.DComplexMatrix3D
Applies a function to each cell and aggregates the results.
aggregate(DComplexMatrix3D, DComplexDComplexDComplexFunction, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.DComplexMatrix3D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(DoubleMatrix2D, DoubleBinFunction1D[], DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.DoubleStatistic
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(DoubleDoubleFunction, DoubleFunction, DoubleProcedure) - Method in class cern.colt.matrix.DoubleMatrix2D
Applies a function to each cell that satisfies a condition and aggregates the results.
aggregate(DoubleDoubleFunction, DoubleFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.DoubleMatrix2D
Applies a function to all cells with a given indices 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(DoubleDoubleFunction, DoubleFunction, DoubleProcedure) - Method in class cern.colt.matrix.DoubleMatrix3D
Applies a function to each cell that satisfies a condition and aggregates the results.
aggregate(DoubleDoubleFunction, DoubleFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.DoubleMatrix3D
Applies a function to all cells with a given indices 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(FComplexFComplexFComplexFunction, FComplexFComplexFunction) - Method in class cern.colt.matrix.FComplexMatrix1D
Applies a function to each cell and aggregates the results.
aggregate(FComplexMatrix1D, FComplexFComplexFComplexFunction, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.FComplexMatrix1D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(FComplexFComplexFComplexFunction, FComplexFComplexFunction) - Method in class cern.colt.matrix.FComplexMatrix2D
Applies a function to each cell and aggregates the results.
aggregate(FComplexMatrix2D, FComplexFComplexFComplexFunction, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.FComplexMatrix2D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(FComplexFComplexFComplexFunction, FComplexFComplexFunction) - Method in class cern.colt.matrix.FComplexMatrix3D
Applies a function to each cell and aggregates the results.
aggregate(FComplexMatrix3D, FComplexFComplexFComplexFunction, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.FComplexMatrix3D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(FloatMatrix2D, FloatBinFunction1D[], FloatMatrix2D) - Static method in class cern.colt.matrix.floatalgo.FloatStatistic
Applies the given aggregation functions to each column and stores the results in a the result matrix.
aggregate(FloatFloatFunction, FloatFunction) - Method in class cern.colt.matrix.FloatMatrix1D
Applies a function to each cell and aggregates the results.
aggregate(FloatMatrix1D, FloatFloatFunction, FloatFloatFunction) - Method in class cern.colt.matrix.FloatMatrix1D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(FloatFloatFunction, FloatFunction) - Method in class cern.colt.matrix.FloatMatrix2D
Applies a function to each cell and aggregates the results.
aggregate(FloatFloatFunction, FloatFunction, FloatProcedure) - Method in class cern.colt.matrix.FloatMatrix2D
Applies a function to each cell that satisfies a condition and aggregates the results.
aggregate(FloatFloatFunction, FloatFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.FloatMatrix2D
Applies a function to all cells with a given indices and aggregates the results.
aggregate(FloatMatrix2D, FloatFloatFunction, FloatFloatFunction) - Method in class cern.colt.matrix.FloatMatrix2D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(FloatFloatFunction, FloatFunction) - Method in class cern.colt.matrix.FloatMatrix3D
Applies a function to each cell and aggregates the results.
aggregate(FloatFloatFunction, FloatFunction, FloatProcedure) - Method in class cern.colt.matrix.FloatMatrix3D
Applies a function to each cell that satisfies a condition and aggregates the results.
aggregate(FloatFloatFunction, FloatFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.FloatMatrix3D
Applies a function to all cells with a given indices and aggregates the results.
aggregate(FloatMatrix3D, FloatFloatFunction, FloatFloatFunction) - Method in class cern.colt.matrix.FloatMatrix3D
Applies a function to each corresponding cell of two matrices and aggregates the results.
aggregate(DComplexDComplexDComplexFunction, DComplexDComplexFunction) - Method in class cern.colt.matrix.impl.DenseDComplexMatrix1D
 
aggregate(DComplexMatrix1D, DComplexDComplexDComplexFunction, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.impl.DenseDComplexMatrix1D
 
aggregate(DComplexDComplexDComplexFunction, DComplexDComplexFunction) - Method in class cern.colt.matrix.impl.DenseDComplexMatrix2D
 
aggregate(DComplexMatrix2D, DComplexDComplexDComplexFunction, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.impl.DenseDComplexMatrix2D
 
aggregate(DComplexDComplexDComplexFunction, DComplexDComplexFunction) - Method in class cern.colt.matrix.impl.DenseDComplexMatrix3D
 
aggregate(DComplexMatrix3D, DComplexDComplexDComplexFunction, DComplexDComplexDComplexFunction) - Method in class cern.colt.matrix.impl.DenseDComplexMatrix3D
 
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
 
aggregate(DoubleMatrix1D, DoubleDoubleFunction, DoubleDoubleFunction) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
 
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
 
aggregate(DoubleDoubleFunction, DoubleFunction, DoubleProcedure) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
 
aggregate(DoubleDoubleFunction, DoubleFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
 
aggregate(DoubleMatrix2D, DoubleDoubleFunction, DoubleDoubleFunction) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
 
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
 
aggregate(DoubleDoubleFunction, DoubleFunction, DoubleProcedure) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
 
aggregate(DoubleDoubleFunction, DoubleFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
 
aggregate(DoubleMatrix3D, DoubleDoubleFunction, DoubleDoubleFunction) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
 
aggregate(FComplexFComplexFComplexFunction, FComplexFComplexFunction) - Method in class cern.colt.matrix.impl.DenseFComplexMatrix1D
 
aggregate(FComplexMatrix1D, FComplexFComplexFComplexFunction, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.impl.DenseFComplexMatrix1D
 
aggregate(FComplexFComplexFComplexFunction, FComplexFComplexFunction) - Method in class cern.colt.matrix.impl.DenseFComplexMatrix2D
 
aggregate(FComplexMatrix2D, FComplexFComplexFComplexFunction, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.impl.DenseFComplexMatrix2D
 
aggregate(FComplexFComplexFComplexFunction, FComplexFComplexFunction) - Method in class cern.colt.matrix.impl.DenseFComplexMatrix3D
 
aggregate(FComplexMatrix3D, FComplexFComplexFComplexFunction, FComplexFComplexFComplexFunction) - Method in class cern.colt.matrix.impl.DenseFComplexMatrix3D
 
aggregate(FloatFloatFunction, FloatFunction) - Method in class cern.colt.matrix.impl.DenseFloatMatrix1D
 
aggregate(FloatMatrix1D, FloatFloatFunction, FloatFloatFunction) - Method in class cern.colt.matrix.impl.DenseFloatMatrix1D
 
aggregate(FloatFloatFunction, FloatFunction) - Method in class cern.colt.matrix.impl.DenseFloatMatrix2D
 
aggregate(FloatFloatFunction, FloatFunction, FloatProcedure) - Method in class cern.colt.matrix.impl.DenseFloatMatrix2D
 
aggregate(FloatFloatFunction, FloatFunction, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.impl.DenseFloatMatrix2D
 
aggregate(FloatMatrix2D, FloatFloatFunction, FloatFloatFunction) - Method in class cern.colt.matrix.impl.DenseFloatMatrix2D
 
aggregate(FloatFloatFunction, FloatFunction) - Method in class cern.colt.matrix.impl.DenseFloatMatrix3D
 
aggregate(FloatFloatFunction, FloatFunction, FloatProcedure) - Method in class cern.colt.matrix.impl.DenseFloatMatrix3D
 
aggregate(FloatFloatFunction, FloatFunction, IntArrayList, IntArrayList, IntArrayList) - Method in class cern.colt.matrix.impl.DenseFloatMatrix3D
 
aggregate(FloatMatrix3D, FloatFloatFunction, FloatFloatFunction) - Method in class cern.colt.matrix.impl.DenseFloatMatrix3D
 
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.
aggregate(DoubleDoubleFunction, DoubleFunction) - Method in class hep.aida.bin.DynamicDoubleBin1D
Applies a function to each element and aggregates the results.
aggregate(FloatFloatFunction, FloatFunction) - Method in class hep.aida.bin.DynamicFloatBin1D
Applies a function to each element and aggregates the results.
allEntries() - Method in interface hep.aida.DoubleIHistogram
Number of all entries in all (both in-range and under/overflow) bins in the histogram.
allEntries() - Method in interface hep.aida.FloatIHistogram
Number of all entries in all (both in-range and under/overflow) bins in the histogram.
allEntries() - Method in class hep.aida.ref.DoubleHistogram1D
 
allEntries() - Method in class hep.aida.ref.DoubleHistogram2D
 
allEntries() - Method in class hep.aida.ref.DoubleHistogram3D
 
allEntries() - Method in class hep.aida.ref.FloatHistogram1D
 
allEntries() - Method in class hep.aida.ref.FloatHistogram2D
 
allEntries() - Method in class hep.aida.ref.FloatHistogram3D
 
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(DComplexMatrix1D, DComplexMatrix1D) - Method in class cern.colt.matrix.DComplexFactory1D
C = A||B; Constructs a new matrix which is the concatenation of two other matrices.
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(FComplexMatrix1D, FComplexMatrix1D) - Method in class cern.colt.matrix.FComplexFactory1D
C = A||B; Constructs a new matrix which is the concatenation of two other matrices.
append(FloatMatrix1D, FloatMatrix1D) - Method in class cern.colt.matrix.FloatFactory1D
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.
appendColumn(DComplexMatrix2D, DComplexMatrix1D) - Method in class cern.colt.matrix.DComplexFactory2D
 
appendColumn(DoubleMatrix2D, DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleFactory2D
 
appendColumn(FComplexMatrix2D, FComplexMatrix1D) - Method in class cern.colt.matrix.FComplexFactory2D
 
appendColumn(FloatMatrix2D, FloatMatrix1D) - Method in class cern.colt.matrix.FloatFactory2D
 
appendColumns(DComplexMatrix2D, DComplexMatrix2D) - Method in class cern.colt.matrix.DComplexFactory2D
C = A||B; Constructs a new matrix which is the column-wise 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(FComplexMatrix2D, FComplexMatrix2D) - Method in class cern.colt.matrix.FComplexFactory2D
C = A||B; Constructs a new matrix which is the column-wise concatenation of two other matrices.
appendColumns(FloatMatrix2D, FloatMatrix2D) - Method in class cern.colt.matrix.FloatFactory2D
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.
appendRow(DComplexMatrix2D, DComplexMatrix1D) - Method in class cern.colt.matrix.DComplexFactory2D
 
appendRow(DoubleMatrix2D, DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleFactory2D
 
appendRow(FComplexMatrix2D, FComplexMatrix1D) - Method in class cern.colt.matrix.FComplexFactory2D
 
appendRow(FloatMatrix2D, FloatMatrix1D) - Method in class cern.colt.matrix.FloatFactory2D
 
appendRows(DComplexMatrix2D, DComplexMatrix2D) - Method in class cern.colt.matrix.DComplexFactory2D
C = A||B; Constructs a new matrix which is the row-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(FComplexMatrix2D, FComplexMatrix2D) - Method in class cern.colt.matrix.FComplexFactory2D
C = A||B; Constructs a new matrix which is the row-wise concatenation of two other matrices.
appendRows(FloatMatrix2D, FloatMatrix2D) - Method in class cern.colt.matrix.FloatFactory2D
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[]) - Method in interface cern.colt.function.DComplexDComplexDComplexFunction
Applies a function to two complex arguments.
apply(double[]) - Method in interface cern.colt.function.DComplexDComplexFunction
Applies a function to a complex argument.
apply(double[], double[]) - Method in interface cern.colt.function.DComplexDComplexProcedure
 
apply(double[], double[]) - Method in interface cern.colt.function.DComplexDComplexRealFunction
 
apply(double[], double[], double) - Method in interface cern.colt.function.DComplexDComplexRealProcedure
 
apply(double[], double[], double) - Method in interface cern.colt.function.DComplexDComplexRealRealFunction
 
apply(double[]) - Method in interface cern.colt.function.DComplexProcedure
Applies a procedure to an argument.
apply(double[], double) - Method in interface cern.colt.function.DComplexRealDComplexFunction
 
apply(double[]) - Method in interface cern.colt.function.DComplexRealFunction
 
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[], float[]) - Method in interface cern.colt.function.FComplexFComplexFComplexFunction
Applies a function to two complex arguments.
apply(float[]) - Method in interface cern.colt.function.FComplexFComplexFunction
Applies a function to a complex argument.
apply(float[], float[]) - Method in interface cern.colt.function.FComplexFComplexProcedure
 
apply(float[], float[]) - Method in interface cern.colt.function.FComplexFComplexRealFunction
 
apply(float[], float[], float) - Method in interface cern.colt.function.FComplexFComplexRealProcedure
 
apply(float[], float[], float) - Method in interface cern.colt.function.FComplexFComplexRealRealFunction
 
apply(float[]) - Method in interface cern.colt.function.FComplexProcedure
Applies a procedure to an argument.
apply(float[], float) - Method in interface cern.colt.function.FComplexRealFComplexFunction
 
apply(float[]) - Method in interface cern.colt.function.FComplexRealFunction
 
apply(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in interface cern.colt.function.Float27Function
Applies a function to 27 arguments.
apply(float, float, float, float, float, float, float, float, float) - Method in interface cern.colt.function.Float9Function
Applies a function to nine arguments.
apply(float, float) - Method in interface cern.colt.function.FloatFloatFunction
Applies a function to two arguments.
apply(float, float) - Method in interface cern.colt.function.FloatFloatProcedure
Applies a procedure to two arguments.
apply(float) - Method in interface cern.colt.function.FloatFunction
Applies a function to an argument.
apply(float, int) - Method in interface cern.colt.function.FloatIntProcedure
Applies a procedure to two arguments.
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, float) - Method in interface cern.colt.function.IntFloatProcedure
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.IntIntDComplexFunction
Applies a function to three arguments.
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, float[]) - Method in interface cern.colt.function.IntIntFComplexFunction
Applies a function to three arguments.
apply(int, int, float) - Method in interface cern.colt.function.IntIntFloatFunction
Applies a function to three 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(double, double[]) - Method in interface cern.colt.function.RealDComplexDComplexFunction
 
apply(double) - Method in interface cern.colt.function.RealDComplexFunction
 
apply(float, float[]) - Method in interface cern.colt.function.RealFComplexFComplexFunction
 
apply(float) - Method in interface cern.colt.function.RealFComplexFunction
 
apply(short) - Method in interface cern.colt.function.ShortProcedure
Applies a procedure to an argument.
apply(DComplexMatrix1D) - Method in interface cern.colt.matrix.DComplexMatrix1DProcedure
Applies a procedure to an argument.
apply(DComplexMatrix2D) - Method in interface cern.colt.matrix.DComplexMatrix2DProcedure
Applies a procedure to an argument.
apply(DoubleMatrix1D, DoubleMatrix1D) - Method in interface cern.colt.matrix.doublealgo.DoubleStatistic.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(FComplexMatrix1D) - Method in interface cern.colt.matrix.FComplexMatrix1DProcedure
Applies a procedure to an argument.
apply(FComplexMatrix2D) - Method in interface cern.colt.matrix.FComplexMatrix2DProcedure
Applies a procedure to an argument.
apply(FloatMatrix1D, FloatMatrix1D) - Method in interface cern.colt.matrix.floatalgo.FloatStatistic.VectorVectorFunction
Applies a function to two argument vectors.
apply(FloatMatrix1D) - Method in interface cern.colt.matrix.FloatMatrix1DProcedure
Applies a procedure to an argument.
apply(FloatMatrix2D) - Method in interface cern.colt.matrix.FloatMatrix2DProcedure
Applies a procedure to an argument.
apply(FloatMatrix3D) - Method in interface cern.colt.matrix.FloatMatrix3DProcedure
Applies a procedure to an argument.
apply(DoubleMatrix2D, DoubleMatrix2D) - Method in interface cern.colt.matrix.linalg.DoubleMatrix2DMatrix2DFunction
Applies a function to two arguments.
apply(FloatMatrix2D, FloatMatrix2D) - Method in interface cern.colt.matrix.linalg.FloatMatrix2DMatrix2DFunction
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.DComplexMult
Returns the result of the function evaluation.
apply(double[], double[]) - Method in class cern.jet.math.DComplexPlusMult
Returns the result of the function evaluation.
apply(double) - Method in class cern.jet.math.DoubleMult
Returns the result of the function evaluation.
apply(double, double) - Method in class cern.jet.math.DoublePlusMult
Returns the result of the function evaluation.
apply(float[]) - Method in class cern.jet.math.FComplexMult
Returns the result of the function evaluation.
apply(float[], float[]) - Method in class cern.jet.math.FComplexPlusMult
Returns the result of the function evaluation.
apply(float) - Method in class cern.jet.math.FloatMult
Returns the result of the function evaluation.
apply(float, float) - Method in class cern.jet.math.FloatPlusMult
Returns the result of the function evaluation.
apply(double) - Method in class cern.jet.random.AbstractDoubleDistribution
Equivalent to nextDouble().
apply(int) - Method in class cern.jet.random.AbstractDoubleDistribution
Equivalent to nextInt().
apply(float) - Method in class cern.jet.random.AbstractFloatDistribution
Equivalent to nextFloat().
apply(int) - Method in class cern.jet.random.AbstractFloatDistribution
Equivalent to nextInt().
apply(double) - Method in class cern.jet.random.engine.DoubleRandomEngine
Equivalent to raw().
apply(int) - Method in class cern.jet.random.engine.DoubleRandomEngine
Equivalent to nextInt(