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

R

rad - Static variable in class cern.clhep.Units
 
radian - Static variable in class cern.clhep.Units
 
random(int) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory1D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory3D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int) - Method in class cern.colt.matrix.tdouble.DoubleFactory1D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int, int) - Method in class cern.colt.matrix.tdouble.DoubleFactory3D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory1D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory3D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int) - Method in class cern.colt.matrix.tfloat.FloatFactory1D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int, int) - Method in class cern.colt.matrix.tfloat.FloatFactory3D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int) - Method in class cern.colt.matrix.tint.IntFactory1D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int) - Method in class cern.colt.matrix.tint.IntFactory2D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random(int, int, int) - Method in class cern.colt.matrix.tint.IntFactory3D
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
random() - Static method in class cern.jet.math.tdcomplex.DComplexFunctions
 
random() - Static method in class cern.jet.math.tdouble.DoubleFunctions
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.tfcomplex.FComplexFunctions
 
random() - Static method in class cern.jet.math.tfloat.FloatFunctions
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.tint.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).
RandomGenerator - Interface in cern.jet.random.tdouble.engine
Interface for uniform pseudo-random number generators.
RandomSeedGenerator - Class in cern.jet.random.tdouble.engine
Deterministic seed generator for pseudo-random number generators.
RandomSeedGenerator() - Constructor for class cern.jet.random.tdouble.engine.RandomSeedGenerator
Constructs and returns a new seed generator.
RandomSeedGenerator(int, int) - Constructor for class cern.jet.random.tdouble.engine.RandomSeedGenerator
Constructs and returns a new seed generator; you normally won't need to use this method.
RandomSeedTable - Class in cern.jet.random.tdouble.engine
(Seemingly gigantic) table of good seeds for pseudo-random number generators.
rank() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DoubleSingularValueDecomposition
Returns the effective numerical matrix rank, which is the number of nonnegligible singular values.
rank() - Method in class cern.colt.matrix.tdouble.algo.decomposition.DoubleSingularValueDecompositionDC
Returns the effective numerical matrix rank, which is the number of nonnegligible singular values.
rank(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleAlgebra
Returns the effective numerical rank of matrix A, obtained from Singular Value Decomposition.
rank() - Method in class cern.colt.matrix.tfloat.algo.decomposition.FloatSingularValueDecomposition
Returns the effective numerical matrix rank, which is the number of nonnegligible singular values.
rank() - Method in class cern.colt.matrix.tfloat.algo.decomposition.FloatSingularValueDecompositionDC
Returns the effective numerical matrix rank, which is the number of nonnegligible singular values.
rank(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatAlgebra
Returns the effective numerical rank of matrix A, obtained from Singular Value Decomposition.
rank(double) - Method in class cern.jet.stat.tdouble.quantile.DoubleBuffer
Returns the rank of a given element within the sorted sequence of the receiver.
rankInterpolated(DoubleArrayList, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the linearly interpolated number of elements in a list less or equal to a given element.
rankInterpolated(FloatArrayList, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the linearly interpolated number of elements in a list less or equal to a given element.
raw() - Method in class cern.jet.random.tdouble.engine.DoubleRandomEngine
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 class cern.jet.random.tdouble.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 interface cern.jet.random.tdouble.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).
raw() - Method in class cern.jet.random.tfloat.engine.FloatRandomEngine
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.tdouble.impl
Sparse row-compressed 2-d matrix holding double elements.
RCDoubleMatrix2D(double[][]) - Constructor for class cern.colt.matrix.tdouble.impl.RCDoubleMatrix2D
Constructs a matrix with a copy of the given values.
RCDoubleMatrix2D(int, int, int[], IntArrayList, DoubleArrayList) - Constructor for class cern.colt.matrix.tdouble.impl.RCDoubleMatrix2D
Constructs a matrix with indexes and values given in compressed-row format.
RCDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdouble.impl.RCDoubleMatrix2D
Constructs a matrix with a given number of rows and columns.
RCDoubleMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tdouble.impl.RCDoubleMatrix2D
Constructs a matrix with a given number of rows and columns.
RCDoubleMatrix2D(int, int, IntArrayList, IntArrayList, double) - Constructor for class cern.colt.matrix.tdouble.impl.RCDoubleMatrix2D
Constructs a matrix with indexes given in coordinate format and a single value.
RCDoubleMatrix2D(int, int, IntArrayList, IntArrayList, DoubleArrayList) - Constructor for class cern.colt.matrix.tdouble.impl.RCDoubleMatrix2D
Constructs a matrix with indexes and values given in coordinate format.
RCFloatMatrix2D - Class in cern.colt.matrix.tfloat.impl
Sparse row-compressed 2-d matrix holding float elements.
RCFloatMatrix2D(float[][]) - Constructor for class cern.colt.matrix.tfloat.impl.RCFloatMatrix2D
Constructs a matrix with a copy of the given values.
RCFloatMatrix2D(int, int, int[], IntArrayList, FloatArrayList) - Constructor for class cern.colt.matrix.tfloat.impl.RCFloatMatrix2D
Constructs a matrix with indexes and values given in compressed-row format.
RCFloatMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfloat.impl.RCFloatMatrix2D
Constructs a matrix with a given number of rows and columns.
RCFloatMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tfloat.impl.RCFloatMatrix2D
Constructs a matrix with a given number of rows and columns.
RCFloatMatrix2D(int, int, IntArrayList, IntArrayList, float) - Constructor for class cern.colt.matrix.tfloat.impl.RCFloatMatrix2D
Constructs a matrix with indexes given in coordinate format and a single value.
RCFloatMatrix2D(int, int, IntArrayList, IntArrayList, FloatArrayList) - Constructor for class cern.colt.matrix.tfloat.impl.RCFloatMatrix2D
Constructs a matrix with indexes and values given in coordinate format.
RCIntMatrix2D - Class in cern.colt.matrix.tint.impl
Sparse row-compressed 2-d matrix holding int elements.
RCIntMatrix2D(int[][]) - Constructor for class cern.colt.matrix.tint.impl.RCIntMatrix2D
Constructs a matrix with a copy of the given values.
RCIntMatrix2D(int, int, int[], IntArrayList, IntArrayList) - Constructor for class cern.colt.matrix.tint.impl.RCIntMatrix2D
 
RCIntMatrix2D(int, int) - Constructor for class cern.colt.matrix.tint.impl.RCIntMatrix2D
Constructs a matrix with a given number of rows and columns.
RCIntMatrix2D(int, int, int) - Constructor for class cern.colt.matrix.tint.impl.RCIntMatrix2D
Constructs a matrix with a given number of rows and columns.
RCMDoubleMatrix2D - Class in cern.colt.matrix.tdouble.impl
Sparse row-compressed-modified 2-d matrix holding double elements.
RCMDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.tdouble.impl.RCMDoubleMatrix2D
Constructs a matrix with a given number of rows and columns.
RCMFloatMatrix2D - Class in cern.colt.matrix.tfloat.impl
Sparse row-compressed-modified 2-d matrix holding float elements.
RCMFloatMatrix2D(int, int) - Constructor for class cern.colt.matrix.tfloat.impl.RCMFloatMatrix2D
Constructs a matrix with a given number of rows and columns.
readArray(double[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads the array data
readArray(float[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads the array data
readArray(int[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads the array data
readArray(long[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads the array data
readArray(double[], double[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads the array data.
readArray(float[], float[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads the array data.
readArraySize() - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads in the size of an array matrix.
readComments() - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads all the comments (lines starting with '%').
readCoordinate(int[], double[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate vector
readCoordinate(int[], float[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate vector
readCoordinate(int[], int[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate vector
readCoordinate(int[], long[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate vector
readCoordinate(int[], float[], float[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate vector.
readCoordinate(int[], double[], double[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate vector.
readCoordinate(int[], int[], double[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate matrix
readCoordinate(int[], int[], float[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate matrix
readCoordinate(int[], int[], int[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate matrix
readCoordinate(int[], int[], long[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate matrix
readCoordinate(int[], int[], double[], double[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate matrix.
readCoordinate(int[], int[], float[], float[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a coordinate matrix.
readCoordinateSize() - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads in the size of a coordinate matrix.
readMatrixInfo() - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads the matrix info for the Matrix Market exchange format.
readMatrixSize(MatrixInfo) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads in the size of a matrix.
readPattern(int[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a pattern vector
readPattern(int[], int[]) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads a pattern matrix
readVectorArraySize() - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads in the size of a dense vector.
readVectorCoordinateSize() - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads in the size of a coordinate vector.
readVectorInfo() - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads the vector info for the Matrix Market exchange format.
readVectorSize(VectorInfo) - Method in class cern.colt.matrix.io.MatrixVectorReader
Reads in the size of a vector.
RealDComplexDComplexFunction - Interface in cern.colt.function.tdcomplex
 
RealDComplexFunction - Interface in cern.colt.function.tdcomplex
 
RealFComplexFComplexFunction - Interface in cern.colt.function.tfcomplex
 
RealFComplexFunction - Interface in cern.colt.function.tfcomplex
 
realForward(double[]) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_1D
Computes 1D forward DFT of real data leaving the result in a .
realForward(double[], int) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_1D
Computes 1D forward DFT of real data leaving the result in a .
realForward(double[]) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_2D
Computes 2D forward DFT of real data leaving the result in a .
realForward(double[][]) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_2D
Computes 2D forward DFT of real data leaving the result in a .
realForward(double[]) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_3D
Computes 3D forward DFT of real data leaving the result in a .
realForward(double[][][]) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_3D
Computes 3D forward DFT of real data leaving the result in a .
realForward(float[]) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_1D
Computes 1D forward DFT of real data leaving the result in a .
realForward(float[], int) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_1D
Computes 1D forward DFT of real data leaving the result in a .
realForward(float[]) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_2D
Computes 2D forward DFT of real data leaving the result in a .
realForward(float[][]) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_2D
Computes 2D forward DFT of real data leaving the result in a .
realForward(float[]) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_3D
Computes 3D forward DFT of real data leaving the result in a .
realForward(float[][][]) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_3D
Computes 3D forward DFT of real data leaving the result in a .
realForwardFull(double[]) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_1D
Computes 1D forward DFT of real data leaving the result in a .
realForwardFull(double[], int) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_1D
Computes 1D forward DFT of real data leaving the result in a .
realForwardFull(double[]) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_2D
Computes 2D forward DFT of real data leaving the result in a .
realForwardFull(double[][]) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_2D
Computes 2D forward DFT of real data leaving the result in a .
realForwardFull(double[]) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_3D
Computes 3D forward DFT of real data leaving the result in a .
realForwardFull(double[][][]) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_3D
Computes 3D forward DFT of real data leaving the result in a .
realForwardFull(float[]) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_1D
Computes 1D forward DFT of real data leaving the result in a .
realForwardFull(float[], int) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_1D
Computes 1D forward DFT of real data leaving the result in a .
realForwardFull(float[]) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_2D
Computes 2D forward DFT of real data leaving the result in a .
realForwardFull(float[][]) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_2D
Computes 2D forward DFT of real data leaving the result in a .
realForwardFull(float[]) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_3D
Computes 3D forward DFT of real data leaving the result in a .
realForwardFull(float[][][]) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_3D
Computes 3D forward DFT of real data leaving the result in a .
realInverse(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_1D
Computes 1D inverse DFT of real data leaving the result in a .
realInverse(double[], int, boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_1D
Computes 1D inverse DFT of real data leaving the result in a .
realInverse(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_2D
Computes 2D inverse DFT of real data leaving the result in a .
realInverse(double[][], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_2D
Computes 2D inverse DFT of real data leaving the result in a .
realInverse(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_3D
Computes 3D inverse DFT of real data leaving the result in a .
realInverse(double[][][], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_3D
Computes 3D inverse DFT of real data leaving the result in a .
realInverse(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_1D
Computes 1D inverse DFT of real data leaving the result in a .
realInverse(float[], int, boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_1D
Computes 1D inverse DFT of real data leaving the result in a .
realInverse(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_2D
Computes 2D inverse DFT of real data leaving the result in a .
realInverse(float[][], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_2D
Computes 2D inverse DFT of real data leaving the result in a .
realInverse(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_3D
Computes 3D inverse DFT of real data leaving the result in a .
realInverse(float[][][], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_3D
Computes 3D inverse DFT of real data leaving the result in a .
realInverseFull(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_1D
Computes 1D inverse DFT of real data leaving the result in a .
realInverseFull(double[], int, boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_1D
Computes 1D inverse DFT of real data leaving the result in a .
realInverseFull(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_2D
Computes 2D inverse DFT of real data leaving the result in a .
realInverseFull(double[][], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_2D
Computes 2D inverse DFT of real data leaving the result in a .
realInverseFull(double[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_3D
Computes 3D inverse DFT of real data leaving the result in a .
realInverseFull(double[][][], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.DoubleFFT_3D
Computes 3D inverse DFT of real data leaving the result in a .
realInverseFull(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_1D
Computes 1D inverse DFT of real data leaving the result in a .
realInverseFull(float[], int, boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_1D
Computes 1D inverse DFT of real data leaving the result in a .
realInverseFull(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_2D
Computes 2D inverse DFT of real data leaving the result in a .
realInverseFull(float[][], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_2D
Computes 2D inverse DFT of real data leaving the result in a .
realInverseFull(float[], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_3D
Computes 3D inverse DFT of real data leaving the result in a .
realInverseFull(float[][][], boolean) - Method in class edu.emory.mathcs.jtransforms.fft.FloatFFT_3D
Computes 3D inverse DFT of real data leaving the result in a .
rehash(int) - Method in class cern.colt.map.tint.QuickOpenIntIntHashMap
Rehashes the contents of the receiver into a new table with a smaller or larger capacity.
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.tdouble.DoubleListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.tfloat.FloatListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.tint.IntListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.tlong.LongListAdapter
Removes the element at the specified position in this list (optional operation).
remove(int) - Method in class cern.colt.list.tobject.ObjectListAdapter
Removes the element at the specified position in this list (optional operation).
removeAll(AbstractBooleanList) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractBooleanList) - Method in class cern.colt.list.tboolean.BooleanArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractByteList) - Method in class cern.colt.list.tbyte.AbstractByteList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractByteList) - Method in class cern.colt.list.tbyte.ByteArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractCharList) - Method in class cern.colt.list.tchar.AbstractCharList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractCharList) - Method in class cern.colt.list.tchar.CharArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractDoubleList) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractDoubleList) - Method in class cern.colt.list.tdouble.DoubleArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractFloatList) - Method in class cern.colt.list.tfloat.AbstractFloatList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractFloatList) - Method in class cern.colt.list.tfloat.FloatArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractIntList) - Method in class cern.colt.list.tint.AbstractIntList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractIntList) - Method in class cern.colt.list.tint.IntArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractLongList) - Method in class cern.colt.list.tlong.AbstractLongList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractLongList) - Method in class cern.colt.list.tlong.LongArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(ObjectArrayList, boolean) - Method in class cern.colt.list.tobject.ObjectArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractShortList) - Method in class cern.colt.list.tshort.AbstractShortList
Removes from the receiver all elements that are contained in the specified list.
removeAll(AbstractShortList) - Method in class cern.colt.list.tshort.ShortArrayList
Removes from the receiver all elements that are contained in the specified list.
removeAllOf(DoubleArrayList) - Method in class hep.aida.tdouble.bin.DynamicDoubleBin1D
Removes from the receiver all elements that are contained in the specified list.
removeAllOf(FloatArrayList) - Method in class hep.aida.tfloat.bin.DynamicFloatBin1D
Removes from the receiver all elements that are contained in the specified list.
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.tboolean.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.tbyte.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.tchar.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.tdouble.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.tfloat.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.tint.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.tlong.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.tlong.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.tobject.ObjectArrayList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeFromTo(int, int) - Method in class cern.colt.list.tshort.AbstractShortList
Removes from the receiver all elements whose index is between from, inclusive and to, inclusive.
removeKey(double) - Method in class cern.colt.map.tdouble.AbstractDoubleIntMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tdouble.AbstractIntDoubleMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.tdouble.AbstractLongDoubleMap
Removes the given key with its associated element from the receiver, if present.
removeKey(double) - Method in class cern.colt.map.tdouble.OpenDoubleIntHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tdouble.OpenIntDoubleHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.tdouble.OpenLongDoubleHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(float) - Method in class cern.colt.map.tfloat.AbstractFloatIntMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tfloat.AbstractIntFloatMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.tfloat.AbstractLongFloatMap
Removes the given key with its associated element from the receiver, if present.
removeKey(float) - Method in class cern.colt.map.tfloat.OpenFloatIntHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tfloat.OpenIntFloatHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.tfloat.OpenLongFloatHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tint.AbstractIntIntMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tint.OpenIntIntHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tobject.AbstractIntObjectMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.tobject.AbstractLongObjectMap
Removes the given key with its associated element from the receiver, if present.
removeKey(int) - Method in class cern.colt.map.tobject.OpenIntObjectHashMap
Removes the given key with its associated element from the receiver, if present.
removeKey(long) - Method in class cern.colt.map.tobject.OpenLongObjectHashMap
Removes the given key with its associated element from the receiver, if present.
repeat(DComplexMatrix1D, int) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(DComplexMatrix2D, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
repeat(DoubleMatrix1D, int) - Method in class cern.colt.matrix.tdouble.DoubleFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(DoubleMatrix2D, int, int) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
repeat(FComplexMatrix1D, int) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(FComplexMatrix2D, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
repeat(FloatMatrix1D, int) - Method in class cern.colt.matrix.tfloat.FloatFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(FloatMatrix2D, int, int) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
repeat(IntMatrix1D, int) - Method in class cern.colt.matrix.tint.IntFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(IntMatrix2D, int, int) - Method in class cern.colt.matrix.tint.IntFactory2D
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
repeat(ObjectMatrix1D, int) - Method in class cern.colt.matrix.tobject.ObjectFactory1D
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
repeat(ObjectMatrix2D, int, int) - Method in class cern.colt.matrix.tobject.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.matrix.tbit.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.matrix.tbit.BitMatrix
Sets the bits in the given box to the state specified by value.
replaceFromToWith(int, int, BitVector, int) - Method in class cern.colt.matrix.tbit.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.matrix.tbit.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.tboolean.AbstractBooleanList
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.tboolean.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.tbyte.AbstractByteList
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.tbyte.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.tchar.AbstractCharList
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.tchar.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.tdouble.AbstractDoubleList
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.tdouble.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.tfloat.AbstractFloatList
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.tfloat.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.tint.AbstractIntList
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.tint.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.tlong.AbstractLongList
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.tlong.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.tobject.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.tshort.AbstractShortList
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.tshort.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.tboolean.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.tbyte.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.tchar.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.tdouble.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.tfloat.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.tint.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.tlong.AbstractLongList
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.tobject.ObjectArrayList
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.tshort.AbstractShortList
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.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.tboolean.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.tbyte.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.tchar.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.tdouble.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.tfloat.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.tint.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.tlong.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.tobject.ObjectArrayList
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.tshort.AbstractShortList
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.
reset() - Method in interface hep.aida.tdouble.DoubleIHistogram
Reset contents; as if just constructed.
reset() - Method in class hep.aida.tdouble.ref.DoubleHistogram1D
 
reset() - Method in class hep.aida.tdouble.ref.DoubleHistogram2D
 
reset() - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
 
reset() - Method in interface hep.aida.tfloat.FloatIHistogram
Reset contents; as if just constructed.
reset() - Method in class hep.aida.tfloat.ref.FloatHistogram1D
 
reset() - Method in class hep.aida.tfloat.ref.FloatHistogram2D
 
reset() - Method in class hep.aida.tfloat.ref.FloatHistogram3D
 
resetThreadsBeginN() - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
Resets the minimal size of 1D, 2D and 3D data for which threads are used.
resetThreadsBeginN_FFT() - Static method in class edu.emory.mathcs.utils.ConcurrencyUtils
Resets the minimal size of 1D data for which two and four threads are used.
reshape(DComplexMatrix1D, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexFactory2D
 
reshape(int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns new DoubleMatrix2D of size rows x columns whose elements are taken column-wise from this matrix.
reshape(int, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Returns new DoubleMatrix3D of size slices x rows x columns, whose elements are taken column-wise from this matrix.
reshape(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
 
reshape(DoubleMatrix1D, int, int) - Method in class cern.colt.matrix.tdouble.DoubleFactory2D
 
reshape(int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Returns new DoubleMatrix2D of size rows x columns whose elements are taken column-wise from this matrix.
reshape(int, int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Returns new DoubleMatrix3D of size slices x rows x columns, whose elements are taken column-wise from this matrix.
reshape(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
 
reshape(FComplexMatrix1D, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexFactory2D
 
reshape(int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns new FloatMatrix2D of size rows x columns whose elements are taken column-wise from this matrix.
reshape(int, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Returns new FloatMatrix3D of size slices x rows x columns, whose elements are taken column-wise from this matrix.
reshape(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
 
reshape(FloatMatrix1D, int, int) - Method in class cern.colt.matrix.tfloat.FloatFactory2D
 
reshape(int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns new FloatMatrix2D of size rows x columns whose elements are taken column-wise from this matrix.
reshape(int, int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Returns new FloatMatrix3D of size slices x rows x columns, whose elements are taken column-wise from this matrix.
reshape(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix1D
 
reshape(int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix1D
 
reshape(int, int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix1D
 
reshape(IntMatrix1D, int, int) - Method in class cern.colt.matrix.tint.IntFactory2D
 
reshape(int, int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns new IntMatrix2D of size rows x columns whose elements are taken column-wise from this matrix.
reshape(int, int, int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Returns new IntMatrix3D of size slices x rows x columns, whose elements are taken column-wise from this matrix.
residual() - Method in class cern.colt.matrix.tdouble.algo.solver.AbstractDoubleIterationMonitor
 
residual() - Method in interface cern.colt.matrix.tdouble.algo.solver.DoubleIterationMonitor
Returns current residual
residual() - Method in class cern.colt.matrix.tfloat.algo.solver.AbstractFloatIterationMonitor
 
residual() - Method in interface cern.colt.matrix.tfloat.algo.solver.FloatIterationMonitor
Returns current residual
result_f77(int, double[], double[], double[], double[][], double[], int[], int) - Static method in class optimization.Uncmin_f77
The result_f77 method prints information.
retainAll(AbstractBooleanList) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractBooleanList) - Method in class cern.colt.list.tboolean.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.tbyte.AbstractByteList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractByteList) - Method in class cern.colt.list.tbyte.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.tchar.AbstractCharList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractCharList) - Method in class cern.colt.list.tchar.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.tdouble.AbstractDoubleList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractDoubleList) - Method in class cern.colt.list.tdouble.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.tfloat.AbstractFloatList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractFloatList) - Method in class cern.colt.list.tfloat.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.tint.AbstractIntList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractIntList) - Method in class cern.colt.list.tint.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.tlong.AbstractLongList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractLongList) - Method in class cern.colt.list.tlong.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.tobject.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.tshort.AbstractShortList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
retainAll(AbstractShortList) - Method in class cern.colt.list.tshort.ShortArrayList
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
reverse() - Method in class cern.colt.list.AbstractList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tboolean.AbstractBooleanList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tboolean.BooleanArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tbyte.AbstractByteList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tbyte.ByteArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tchar.AbstractCharList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tchar.CharArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tdouble.AbstractDoubleList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tdouble.DoubleArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tfloat.AbstractFloatList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tfloat.FloatArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tint.AbstractIntList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tint.IntArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tlong.AbstractLongList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tlong.LongArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tobject.ObjectArrayList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tshort.AbstractShortList
Reverses the elements of the receiver.
reverse() - Method in class cern.colt.list.tshort.ShortArrayList
Reverses the elements of the receiver.
RIGHT - Static variable in class cern.colt.matrix.AbstractFormatter
The alignment string aligning the cells of a column to the right.
rint - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.rint(a).
rint - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.rint(a).
rms(int, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the RMS (Root-Mean-Square) of a data sequence.
rms(int, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the RMS (Root-Mean-Square) of a data sequence.
rms() - Method in class hep.aida.tdouble.bin.AbstractDoubleBin1D
Returns the rms (Root Mean Square), which is Math.sqrt( Sum( x[i]*x[i] ) / size() ).
rms - Static variable in class hep.aida.tdouble.bin.DoubleBinFunctions1D
Function that returns bin.rms().
rms() - Method in interface hep.aida.tdouble.DoubleIHistogram1D
Returns the rms of the whole histogram as calculated on filling-time.
rms() - Method in class hep.aida.tdouble.ref.DoubleHistogram1D
 
rms() - Method in class hep.aida.tfloat.bin.AbstractFloatBin1D
Returns the rms (Root Mean Square), which is Math.sqrt( Sum( x[i]*x[i] ) / size() ).
rms - Static variable in class hep.aida.tfloat.bin.FloatBinFunctions1D
Function that returns bin.rms().
rms() - Method in interface hep.aida.tfloat.FloatIHistogram1D
Returns the rms of the whole histogram as calculated on filling-time.
rms() - Method in class hep.aida.tfloat.ref.FloatHistogram1D
 
rmsX() - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Returns the rms of the histogram as calculated on filling-time projected on the X axis.
rmsX() - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the X axis.
rmsX() - Method in class hep.aida.tdouble.ref.DoubleHistogram2D
 
rmsX() - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
 
rmsX() - Method in interface hep.aida.tfloat.FloatIHistogram2D
Returns the rms of the histogram as calculated on filling-time projected on the X axis.
rmsX() - Method in interface hep.aida.tfloat.FloatIHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the X axis.
rmsX() - Method in class hep.aida.tfloat.ref.FloatHistogram2D
 
rmsX() - Method in class hep.aida.tfloat.ref.FloatHistogram3D
 
rmsY() - Method in interface hep.aida.tdouble.DoubleIHistogram2D
Returns the rms of the histogram as calculated on filling-time projected on the Y axis.
rmsY() - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the Y axis.
rmsY() - Method in class hep.aida.tdouble.ref.DoubleHistogram2D
 
rmsY() - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
 
rmsY() - Method in interface hep.aida.tfloat.FloatIHistogram2D
Returns the rms of the histogram as calculated on filling-time projected on the Y axis.
rmsY() - Method in interface hep.aida.tfloat.FloatIHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the Y axis.
rmsY() - Method in class hep.aida.tfloat.ref.FloatHistogram2D
 
rmsY() - Method in class hep.aida.tfloat.ref.FloatHistogram3D
 
rmsZ() - Method in interface hep.aida.tdouble.DoubleIHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the Z axis.
rmsZ() - Method in class hep.aida.tdouble.ref.DoubleHistogram3D
 
rmsZ() - Method in interface hep.aida.tfloat.FloatIHistogram3D
Returns the rms of the histogram as calculated on filling-time projected on the Z axis.
rmsZ() - Method in class hep.aida.tfloat.ref.FloatHistogram3D
 
round(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns the number rounded to the given precision; Math.rint(a/precision)*precision.
round(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns the number rounded to the given precision; Math.rint(a/precision)*precision.
rowCompressed - Static variable in class cern.colt.matrix.tdcomplex.DComplexFactory2D
A factory producing sparse row compressed matrices.
rowCompressed - Static variable in class cern.colt.matrix.tdouble.DoubleFactory2D
A factory producing sparse row compressed matrices.
rowCompressed - Static variable in class cern.colt.matrix.tfcomplex.FComplexFactory2D
A factory producing sparse row compressed matrices.
rowCompressed - Static variable in class cern.colt.matrix.tfloat.FloatFactory2D
A factory producing sparse row compressed matrices.
rowCompressed - Static variable in class cern.colt.matrix.tint.IntFactory2D
A factory producing sparse row compressed matrices.
rows() - Method in class cern.colt.matrix.AbstractMatrix2D
Returns the number of rows.
rows() - Method in class cern.colt.matrix.AbstractMatrix3D
Returns the number of rows.
rows() - Method in class cern.colt.matrix.tbit.BitMatrix
Returns the number of rows of the receiver.
rowStride() - Method in class cern.colt.matrix.AbstractMatrix2D
Returns the row stride.
rowStride() - Method in class cern.colt.matrix.AbstractMatrix3D
Returns the row stride.

Parallel Colt 0.7.2
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 Parallel Colt Homepage