- rad - Static variable in class cern.clhep.Units
-
- radian - Static variable in class cern.clhep.Units
-
- random(int) - Method in class cern.colt.matrix.DoubleFactory1D
-
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
- random(int, int) - Method in class cern.colt.matrix.DoubleFactory2D
-
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
- random(int, int, int) - Method in class cern.colt.matrix.DoubleFactory3D
-
Constructs a matrix with uniformly distributed values in (0,1) (exclusive).
- random() - Static method in class cern.jet.math.Functions
-
Constructs a function that returns a new uniform random number in the open unit interval (0.0,1.0)
(excluding 0.0 and 1.0).
- random() - Static method in class cern.jet.math.IntFunctions
-
Constructs a function that returns a 32 bit uniformly distributed random number in the closed interval [Integer.MIN_VALUE,Integer.MAX_VALUE] (including Integer.MIN_VALUE and Integer.MAX_VALUE).
- random(int, boolean, double, String) - Static method in class cern.jet.random.Benchmark
-
Benchmarks all subclasses
- RandomEngine - Class in cern.jet.random.engine
-
Abstract base class for uniform pseudo-random number generating engines.
- RandomGenerator - Interface in cern.jet.random.engine
-
Interface for uniform pseudo-random number generators.
- randomInstance(int, boolean, AbstractDistribution) - Static method in class cern.jet.random.Benchmark
-
generates random numbers from
- RandomSampler - Class in cern.jet.random.sampling
-
Space and time efficiently computes a sorted Simple Random Sample Without Replacement (SRSWOR), that is, a sorted set of n random numbers from an interval of N numbers;
Example: Computing n=3 random numbers from the interval [1,50] may yield the sorted random set (7,13,47).
- RandomSampler(long, long, long, RandomEngine) - Constructor for class cern.jet.random.sampling.RandomSampler
-
Constructs a random sampler that computes and delivers sorted random sets in blocks.
- RandomSamplingAssistant - Class in cern.jet.random.sampling
-
Conveniently computes a stable Simple Random Sample Without Replacement (SRSWOR) subsequence of n elements from a given input sequence of N elements;
Example: Computing a sublist of n=3 random elements from a list (1,...,50) may yield the sublist (7,13,47).
- RandomSamplingAssistant(long, long, RandomEngine) - Constructor for class cern.jet.random.sampling.RandomSamplingAssistant
-
Constructs a random sampler that samples n random elements from an input sequence of N elements.
- RandomSeedGenerator - Class in cern.jet.random.engine
-
Deterministic seed generator for pseudo-random number generators.
- RandomSeedGenerator() - Constructor for class cern.jet.random.engine.RandomSeedGenerator
-
Constructs and returns a new seed generator.
- RandomSeedGenerator(int, int) - Constructor for class cern.jet.random.engine.RandomSeedGenerator
-
Constructs and returns a new seed generator; you normally won't need to use this method.
- RandomSeedTable - Class in cern.jet.random.engine
-
(Seemingly gigantic) table of good seeds for pseudo-random number generators.
- rank(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
-
Returns the effective numerical rank of matrix A, obtained from Singular Value Decomposition.
- rank() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
-
Returns the effective numerical matrix rank, which is the number of nonnegligible singular values.
- rankInterpolated(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
-
Returns the linearly interpolated number of elements in a list less or equal to a given element.
- raw() - Method in class cern.jet.random.engine.MersenneTwister64
-
Returns a 64 bit uniformly distributed random number in the open unit interval (0.0,1.0)
(excluding 0.0 and 1.0).
- raw() - Method in class cern.jet.random.engine.RandomEngine
-
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0,1.0)
(excluding 0.0 and 1.0).
- raw() - Method in interface cern.jet.random.engine.RandomGenerator
-
Returns a 32 bit uniformly distributed random number in the open unit interval (0.0,1.0)
(excluding 0.0 and 1.0).
- RCDoubleMatrix2D - Class in cern.colt.matrix.impl
-
Sparse row-compressed 2-d matrix holding double elements.
- RCDoubleMatrix2D(double[][]) - Constructor for class cern.colt.matrix.impl.RCDoubleMatrix2D
-
Constructs a matrix with a copy of the given values.
- RCDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.impl.RCDoubleMatrix2D
-
Constructs a matrix with a given number of rows and columns.
- remove(int) - Method in class cern.colt.list.AbstractList
-
Removes the element at the specified position from the receiver.
- remove(int) - Method in class cern.colt.list.adapter.DoubleListAdapter
-
Removes the element at the specified position in this list (optional
operation).
- remove(int) - Method in class cern.colt.list.adapter.FloatListAdapter
-
Removes the element at the specified position in this list (optional
operation).
- remove(int) - Method in class cern.colt.list.adapter.IntListAdapter
-
Removes the element at the specified position in this list (optional
operation).
- remove(int) - Method in class cern.colt.list.adapter.LongListAdapter
-
Removes the element at the specified position in this list (optional
operation).
- remove(int) - Method in class cern.colt.list.adapter.ObjectListAdapter
-
Removes the element at the specified position in this list (optional
operation).
- removeAll(AbstractBooleanList) - Method in class cern.colt.list.AbstractBooleanList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractByteList) - Method in class cern.colt.list.AbstractByteList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractCharList) - Method in class cern.colt.list.AbstractCharList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractDoubleList) - Method in class cern.colt.list.AbstractDoubleList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractFloatList) - Method in class cern.colt.list.AbstractFloatList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractIntList) - Method in class cern.colt.list.AbstractIntList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractLongList) - Method in class cern.colt.list.AbstractLongList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractShortList) - Method in class cern.colt.list.AbstractShortList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractBooleanList) - Method in class cern.colt.list.BooleanArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractByteList) - Method in class cern.colt.list.ByteArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractCharList) - Method in class cern.colt.list.CharArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractDoubleList) - Method in class cern.colt.list.DoubleArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractFloatList) - Method in class cern.colt.list.FloatArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractIntList) - Method in class cern.colt.list.IntArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractLongList) - Method in class cern.colt.list.LongArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(ObjectArrayList, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAll(AbstractShortList) - Method in class cern.colt.list.ShortArrayList
-
Removes from the receiver all elements that are contained in the specified list.
- removeAllOf(DoubleArrayList) - Method in class hep.aida.bin.DynamicBin1D
-
Removes from the receiver all elements that are contained in the specified list.
- removeFromTo(int, int) - Method in class cern.colt.list.AbstractBooleanList
-
Removes from the receiver all elements whose index is between
from
, inclusive and to
, inclusive.
- removeFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
-
Removes from the receiver all elements whose index is between
from
, inclusive and to
, inclusive.
- removeFromTo(int, int) - Method in class cern.colt.list.AbstractCharList
-
Removes from the receiver all elements whose index is between
from
, inclusive and to
, inclusive.
- removeFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Removes from the receiver all elements whose index is between
from
, inclusive and to
, inclusive.
- removeFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
-
Removes from the receiver all elements whose index is between
from
, inclusive and to
, inclusive.
- removeFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
-
Removes from the receiver all elements whose index is between
from
, inclusive and to
, inclusive.
- removeFromTo(int, int) - Method in class cern.colt.list.AbstractList
-
Removes from the receiver all elements whose index is between
from
, inclusive and to
, inclusive.
- removeFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
-
Removes from the receiver all elements whose index is between
from
, inclusive and to
, inclusive.
- removeFromTo(int, int) - Method in class cern.colt.list.AbstractShortList
-
Removes from the receiver all elements whose index is between
from
, inclusive and to
, inclusive.
- removeFromTo(int, int) - Method in class cern.colt.list.DistinctNumberList
-
Removes from the receiver all elements whose index is between
from
, inclusive and to
, inclusive.
- removeFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
-
Removes from the receiver all elements whose index is between
from
, inclusive and to
, inclusive.
- removeKey(double) - Method in class cern.colt.map.AbstractDoubleIntMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(int) - Method in class cern.colt.map.AbstractIntDoubleMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(int) - Method in class cern.colt.map.AbstractIntIntMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(int) - Method in class cern.colt.map.AbstractIntObjectMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(long) - Method in class cern.colt.map.AbstractLongObjectMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(double) - Method in class cern.colt.map.OpenDoubleIntHashMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(int) - Method in class cern.colt.map.OpenIntDoubleHashMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(int) - Method in class cern.colt.map.OpenIntIntHashMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(int) - Method in class cern.colt.map.OpenIntObjectHashMap
-
Removes the given key with its associated element from the receiver, if present.
- removeKey(long) - Method in class cern.colt.map.OpenLongObjectHashMap
-
Removes the given key with its associated element from the receiver, if present.
- repeat(DoubleMatrix1D, int) - Method in class cern.colt.matrix.DoubleFactory1D
-
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
- repeat(DoubleMatrix2D, int, int) - Method in class cern.colt.matrix.DoubleFactory2D
-
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
- repeat(ObjectMatrix1D, int) - Method in class cern.colt.matrix.ObjectFactory1D
-
C = A||A||..||A; Constructs a new matrix which is concatenated repeat times.
- repeat(ObjectMatrix2D, int, int) - Method in class cern.colt.matrix.ObjectFactory2D
-
C = A||A||..||A; Constructs a new matrix which is duplicated both along the row and column dimension.
- replaceBoxWith(int, int, int, int, BitMatrix, int, int) - Method in class cern.colt.bitvector.BitMatrix
-
Replaces a box of the receiver with the contents of another matrix's box.
- replaceBoxWith(int, int, int, int, boolean) - Method in class cern.colt.bitvector.BitMatrix
-
Sets the bits in the given box to the state specified by value.
- replaceFromToWith(int, int, BitVector, int) - Method in class cern.colt.bitvector.BitVector
-
Replaces the bits of the receiver in the given range with the bits of another bit vector.
- replaceFromToWith(int, int, boolean) - Method in class cern.colt.bitvector.BitVector
-
Sets the bits in the given range to the state specified by value.
- replaceFromToWithFrom(int, int, AbstractBooleanList, int) - Method in class cern.colt.list.AbstractBooleanList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractByteList, int) - Method in class cern.colt.list.AbstractByteList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractCharList, int) - Method in class cern.colt.list.AbstractCharList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractDoubleList, int) - Method in class cern.colt.list.AbstractDoubleList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractFloatList, int) - Method in class cern.colt.list.AbstractFloatList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractIntList, int) - Method in class cern.colt.list.AbstractIntList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractLongList, int) - Method in class cern.colt.list.AbstractLongList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractShortList, int) - Method in class cern.colt.list.AbstractShortList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractBooleanList, int) - Method in class cern.colt.list.BooleanArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractByteList, int) - Method in class cern.colt.list.ByteArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractCharList, int) - Method in class cern.colt.list.CharArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractDoubleList, int) - Method in class cern.colt.list.DoubleArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractFloatList, int) - Method in class cern.colt.list.FloatArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractIntList, int) - Method in class cern.colt.list.IntArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractLongList, int) - Method in class cern.colt.list.LongArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, ObjectArrayList, int) - Method in class cern.colt.list.ObjectArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFrom(int, int, AbstractShortList, int) - Method in class cern.colt.list.ShortArrayList
-
Replaces a number of elements in the receiver with the same number of elements of another list.
- replaceFromToWithFromTo(int, int, AbstractBooleanList, int, int) - Method in class cern.colt.list.AbstractBooleanList
-
Replaces the part between from
(inclusive) and to
(inclusive) with the other list's
part between otherFrom
and otherTo
.
- replaceFromToWithFromTo(int, int, AbstractByteList, int, int) - Method in class cern.colt.list.AbstractByteList
-
Replaces the part between from
(inclusive) and to
(inclusive) with the other list's
part between otherFrom
and otherTo
.
- replaceFromToWithFromTo(int, int, AbstractCharList, int, int) - Method in class cern.colt.list.AbstractCharList
-
Replaces the part between from
(inclusive) and to
(inclusive) with the other list's
part between otherFrom
and otherTo
.
- replaceFromToWithFromTo(int, int, AbstractDoubleList, int, int) - Method in class cern.colt.list.AbstractDoubleList
-
Replaces the part between from
(inclusive) and to
(inclusive) with the other list's
part between otherFrom
and otherTo
.
- replaceFromToWithFromTo(int, int, AbstractFloatList, int, int) - Method in class cern.colt.list.AbstractFloatList
-
Replaces the part between from
(inclusive) and to
(inclusive) with the other list's
part between otherFrom
and otherTo
.
- replaceFromToWithFromTo(int, int, AbstractIntList, int, int) - Method in class cern.colt.list.AbstractIntList
-
Replaces the part between from
(inclusive) and to
(inclusive) with the other list's
part between otherFrom
and otherTo
.
- replaceFromToWithFromTo(int, int, AbstractLongList, int, int) - Method in class cern.colt.list.AbstractLongList
-
Replaces the part between from
(inclusive) and to
(inclusive) with the other list's
part between otherFrom
and otherTo
.
- replaceFromToWithFromTo(int, int, AbstractShortList, int, int) - Method in class cern.colt.list.AbstractShortList
-
Replaces the part between from
(inclusive) and to
(inclusive) with the other list's
part between otherFrom
and otherTo
.
- replaceFromToWithFromTo(int, int, ObjectArrayList, int, int) - Method in class cern.colt.list.ObjectArrayList
-
Replaces the part between from
(inclusive) and to
(inclusive) with the other list's
part between otherFrom
and otherTo
.
- replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractBooleanList
-
Replaces the part of the receiver starting at from
(inclusive) with all the elements of the specified collection.
- replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractByteList
-
Replaces the part of the receiver starting at from
(inclusive) with all the elements of the specified collection.
- replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractCharList
-
Replaces the part of the receiver starting at from
(inclusive) with all the elements of the specified collection.
- replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractDoubleList
-
Replaces the part of the receiver starting at from
(inclusive) with all the elements of the specified collection.
- replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractFloatList
-
Replaces the part of the receiver starting at from
(inclusive) with all the elements of the specified collection.
- replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractIntList
-
Replaces the part of the receiver starting at from
(inclusive) with all the elements of the specified collection.
- replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractList
-
Replaces the part of the receiver starting at from
(inclusive) with all the elements of the specified collection.
- replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractLongList
-
Replaces the part of the receiver starting at from
(inclusive) with all the elements of the specified collection.
- replaceFromWith(int, Collection) - Method in class cern.colt.list.AbstractShortList
-
Replaces the part of the receiver starting at from
(inclusive) with all the elements of the specified collection.
- replaceFromWith(int, Collection) - Method in class cern.colt.list.ObjectArrayList
-
Replaces the part of the receiver starting at from
(inclusive) with all the elements of the specified collection.
- reset() - Method in class cern.colt.Timer
-
Resets the timer.
- reset() - Method in interface hep.aida.IHistogram
-
Reset contents; as if just constructed.
- reset() - Method in class hep.aida.ref.Histogram1D
-
- reset() - Method in class hep.aida.ref.Histogram2D
-
- reset() - Method in class hep.aida.ref.Histogram3D
-
- retainAll(AbstractBooleanList) - Method in class cern.colt.list.AbstractBooleanList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractByteList) - Method in class cern.colt.list.AbstractByteList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractCharList) - Method in class cern.colt.list.AbstractCharList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractDoubleList) - Method in class cern.colt.list.AbstractDoubleList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractFloatList) - Method in class cern.colt.list.AbstractFloatList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractIntList) - Method in class cern.colt.list.AbstractIntList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractLongList) - Method in class cern.colt.list.AbstractLongList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractShortList) - Method in class cern.colt.list.AbstractShortList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractBooleanList) - Method in class cern.colt.list.BooleanArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractByteList) - Method in class cern.colt.list.ByteArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractCharList) - Method in class cern.colt.list.CharArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractDoubleList) - Method in class cern.colt.list.DoubleArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractFloatList) - Method in class cern.colt.list.FloatArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractIntList) - Method in class cern.colt.list.IntArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractLongList) - Method in class cern.colt.list.LongArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(ObjectArrayList, boolean) - Method in class cern.colt.list.ObjectArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- retainAll(AbstractShortList) - Method in class cern.colt.list.ShortArrayList
-
Retains (keeps) only the elements in the receiver that are contained in the specified other list.
- reverse() - Method in class cern.colt.list.AbstractBooleanList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractByteList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractCharList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractDoubleList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractFloatList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractIntList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractLongList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.AbstractShortList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.BooleanArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.ByteArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.CharArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.DoubleArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.FloatArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.IntArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.LongArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.ObjectArrayList
-
Reverses the elements of the receiver.
- reverse() - Method in class cern.colt.list.ShortArrayList
-
Reverses the elements of the receiver.
- RIGHT - Static variable in class cern.colt.matrix.impl.AbstractFormatter
-
The alignment string aligning the cells of a column to the right.
- rint - Static variable in class cern.jet.math.Functions
-
Function that returns Math.rint(a).
- rms(int, double) - Static method in class cern.jet.stat.Descriptive
-
Returns the RMS (Root-Mean-Square) of a data sequence.
- rms() - Method in class hep.aida.bin.AbstractBin1D
-
Returns the rms (Root Mean Square), which is Math.sqrt( Sum( x[i]*x[i] ) / size() ).
- rms - Static variable in class hep.aida.bin.BinFunctions1D
-
Function that returns bin.rms().
- rms() - Method in interface hep.aida.IHistogram1D
-
Returns the rms of the whole histogram as calculated on filling-time.
- rms() - Method in class hep.aida.ref.Histogram1D
-
- rmsX() - Method in interface hep.aida.IHistogram2D
-
Returns the rms of the histogram as calculated on filling-time projected on the X axis.
- rmsX() - Method in interface hep.aida.IHistogram3D
-
Returns the rms of the histogram as calculated on filling-time projected on the X axis.
- rmsX() - Method in class hep.aida.ref.Histogram2D
-
- rmsX() - Method in class hep.aida.ref.Histogram3D
-
- rmsY() - Method in interface hep.aida.IHistogram2D
-
Returns the rms of the histogram as calculated on filling-time projected on the Y axis.
- rmsY() - Method in interface hep.aida.IHistogram3D
-
Returns the rms of the histogram as calculated on filling-time projected on the Y axis.
- rmsY() - Method in class hep.aida.ref.Histogram2D
-
- rmsY() - Method in class hep.aida.ref.Histogram3D
-
- rmsZ() - Method in interface hep.aida.IHistogram3D
-
Returns the rms of the histogram as calculated on filling-time projected on the Z axis.
- rmsZ() - Method in class hep.aida.ref.Histogram3D
-
- round(double) - Static method in class cern.jet.math.Functions
-
Constructs a function that returns the number rounded to the given precision; Math.rint(a/precision)*precision.
- rowCompressed - Static variable in class cern.colt.matrix.DoubleFactory2D
-
A factory producing sparse row compressed matrices.
- rows() - Method in class cern.colt.bitvector.BitMatrix
-
Returns the number of rows of the receiver.
- rows() - Method in class cern.colt.matrix.impl.AbstractMatrix2D
-
Returns the number of rows.
- rows() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
-
Returns the number of rows.