- 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(int) - Method in class cern.colt.matrix.tlong.LongFactory1D
-
Constructs a matrix with uniformly distributed values in (0,1)
(exclusive).
- random(int, int) - Method in class cern.colt.matrix.tlong.LongFactory2D
-
Constructs a matrix with uniformly distributed values in (0,1)
(exclusive).
- random(int, int, int) - Method in class cern.colt.matrix.tlong.LongFactory3D
-
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 longerval [Int.MIN_VALUE,Int.MAX_VALUE]
(including Int.MIN_VALUE and Int.MAX_VALUE).
- random() - Static method in class cern.jet.math.tlong.LongFunctions
-
Constructs a function that returns a 32 bit uniformly distributed random
number in the closed longerval [Long.MIN_VALUE,Long.MAX_VALUE]
(including Long.MIN_VALUE and Long.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.DenseDoubleSingularValueDecomposition
-
Returns the effective numerical matrix rank, which is the number of
nonnegligible singular values.
- rank(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
-
Returns the effective numerical rank of matrix A, obtained from
Singular Value Decomposition.
- rank() - Method in class cern.colt.matrix.tfloat.algo.decomposition.DenseFloatSingularValueDecomposition
-
Returns the effective numerical matrix rank, which is the number of
nonnegligible singular values.
- rank(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
-
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).
- 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.
- readMatrix(String) - Static method in class edu.emory.mathcs.utils.MatrixMarketUtils
-
- readMatrix(File) - Static method in class edu.emory.mathcs.utils.MatrixMarketUtils
-
- 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
-
- 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.
- removeDuplicates() - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
-
Removes (sums) duplicate entries (if any}
- removeDuplicates() - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
-
Removes (sums) duplicate entries (if any}
- removeDuplicates() - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
-
Removes (sums) duplicate entries (if any}
- removeDuplicates() - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
-
Removes (sums) duplicate entries (if any}
- removeDuplicates() - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
-
Removes (sums) duplicate entries (if any}
- removeDuplicates() - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
-
Removes (sums) duplicate entries (if any}
- removeDuplicates() - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
-
Removes (sums) duplicate entries (if any}
- removeDuplicates() - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
-
Removes (sums) duplicate entries (if any}
- removeDuplicates() - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
-
Removes (sums) duplicate entries (if any}
- removeDuplicates() - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
-
Removes (sums) duplicate entries (if any}
- removeDuplicates() - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
-
Removes (sums) duplicate entries (if any}
- removeDuplicates() - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
-
Removes (sums) duplicate entries (if any}
- 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(double) - Method in class cern.colt.map.tdouble.AbstractDoubleLongMap
-
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(double) - Method in class cern.colt.map.tdouble.OpenDoubleLongHashMap
-
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(float) - Method in class cern.colt.map.tfloat.AbstractFloatLongMap
-
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(float) - Method in class cern.colt.map.tfloat.OpenFloatLongHashMap
-
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.tlong.AbstractIntLongMap
-
Removes the given key with its associated element from the receiver, if
present.
- removeKey(long) - Method in class cern.colt.map.tlong.AbstractLongIntMap
-
Removes the given key with its associated element from the receiver, if
present.
- removeKey(long) - Method in class cern.colt.map.tlong.AbstractLongLongMap
-
Removes the given key with its associated element from the receiver, if
present.
- removeKey(int) - Method in class cern.colt.map.tlong.OpenIntLongHashMap
-
Removes the given key with its associated element from the receiver, if
present.
- removeKey(long) - Method in class cern.colt.map.tlong.OpenLongIntHashMap
-
Removes the given key with its associated element from the receiver, if
present.
- removeKey(long) - Method in class cern.colt.map.tlong.OpenLongLongHashMap
-
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.
- removeZeroes() - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
-
Removes zero entries (if any)
- removeZeroes() - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
-
Removes zero entries (if any)
- removeZeroes() - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
-
Removes zero entries (if any)
- removeZeroes() - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
-
Removes zero entries (if any)
- removeZeroes() - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
-
Removes zero entries (if any)
- removeZeroes() - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
-
Removes zero entries (if any)
- removeZeroes() - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
-
Removes zero entries (if any)
- removeZeroes() - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
-
Removes zero entries (if any)
- removeZeroes() - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
-
Removes zero entries (if any)
- removeZeroes() - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
-
Removes zero entries (if any)
- removeZeroes() - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
-
Removes zero entries (if any)
- removeZeroes() - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
-
Removes zero entries (if any)
- removeZeroes() - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
-
Removes zero entries (if any)
- removeZeroes() - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
-
Removes zero entries (if any)
- 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(LongMatrix1D, int) - Method in class cern.colt.matrix.tlong.LongFactory1D
-
C = A||A||..||A; Constructs a new matrix which is concatenated
repeat times.
- repeat(LongMatrix2D, int, int) - Method in class cern.colt.matrix.tlong.LongFactory2D
-
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(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(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
-
- reshape(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
-
- 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(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(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
-
- reshape(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
-
- 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.
- reshape(int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
-
- reshape(int, int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
-
- reshape(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
-
- reshape(int, int, int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
-
- reshape(int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix1D
-
- reshape(int, int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix1D
-
- reshape(LongMatrix1D, int, int) - Method in class cern.colt.matrix.tlong.LongFactory2D
-
- reshape(int, int) - Method in class cern.colt.matrix.tlong.LongMatrix1D
-
Returns new LongMatrix2D of size rows x columns whose elements are taken
column-wise from this matrix.
- reshape(int, int, int) - Method in class cern.colt.matrix.tlong.LongMatrix1D
-
Returns new LongMatrix3D 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.tobject.impl.DenseObjectMatrix1D
-
- reshape(int, int, int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
-
- reshape(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
-
- reshape(int, int, int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
-
- reshape(int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix1D
-
- reshape(int, int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix1D
-
- reshape(int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
-
Returns new ObjectMatrix2D of size rows x columns whose elements are taken
column-wise from this matrix.
- reshape(int, int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
-
Returns new ObjectMatrix3D 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
- 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.tint.IntFactory2D
-
A factory producing sparse row compressed matrices.
- rowCompressed - Static variable in class cern.colt.matrix.tlong.LongFactory2D
-
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.