Colt 1.2.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

S

STP_Pressure - Static variable in class cern.clhep.PhysicalConstants
 
STP_Temperature - Static variable in class cern.clhep.PhysicalConstants
 
SeqBlas - class cern.colt.matrix.linalg.SeqBlas.
Sequential implementation of the Basic Linear Algebra System.
ShortArrayList - class cern.colt.list.ShortArrayList.
Resizable list holding short elements; implemented with arrays.
ShortArrayList() - Constructor for class cern.colt.list.ShortArrayList
Constructs an empty list.
ShortArrayList(short[]) - Constructor for class cern.colt.list.ShortArrayList
Constructs a list containing the specified elements.
ShortArrayList(int) - Constructor for class cern.colt.list.ShortArrayList
Constructs an empty list with the specified initial capacity.
ShortComparator - interface cern.colt.function.ShortComparator.
A comparison function which imposes a total ordering on some collection of elements.
ShortProcedure - interface cern.colt.function.ShortProcedure.
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
SimpleLongArrayList - class cern.colt.list.SimpleLongArrayList.
Resizable list holding long elements; implemented with arrays; not efficient; just to demonstrate which methods you must override to implement a fully functional list.
SimpleLongArrayList() - Constructor for class cern.colt.list.SimpleLongArrayList
Constructs an empty list.
SimpleLongArrayList(long[]) - Constructor for class cern.colt.list.SimpleLongArrayList
Constructs a list containing the specified elements.
SimpleLongArrayList(int) - Constructor for class cern.colt.list.SimpleLongArrayList
Constructs an empty list with the specified initial capacity.
SingularValueDecomposition - class cern.colt.matrix.linalg.SingularValueDecomposition.
For an m x n matrix A with m >= n, the singular value decomposition is an m x n orthogonal matrix U, an n x n diagonal matrix S, and an n x n orthogonal matrix V so that A = U*S*V'.
SingularValueDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.linalg.SingularValueDecomposition
Constructs and returns a new singular value decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
SmpBlas - class cern.colt.matrix.linalg.SmpBlas.
Parallel implementation of the Basic Linear Algebra System for symmetric multi processing boxes.
Sorting - class cern.colt.Sorting.
Quicksorts, mergesorts and binary searches; complements java.util.Arrays.
Sorting - class cern.colt.matrix.doublealgo.Sorting.
Matrix quicksorts and mergesorts.
Sorting - class cern.colt.matrix.objectalgo.Sorting.
Matrix quicksorts and mergesorts.
SparseDoubleMatrix1D - class cern.colt.matrix.impl.SparseDoubleMatrix1D.
Sparse hashed 1-d matrix (aka vector) holding double elements.
SparseDoubleMatrix1D(double[]) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix1D
Constructs a matrix with a copy of the given values.
SparseDoubleMatrix1D(int) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix1D
Constructs a matrix with a given number of cells.
SparseDoubleMatrix1D(int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix1D
Constructs a matrix with a given number of parameters.
SparseDoubleMatrix2D - class cern.colt.matrix.impl.SparseDoubleMatrix2D.
Sparse hashed 2-d matrix holding double elements.
SparseDoubleMatrix2D(double[][]) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix2D
Constructs a matrix with a copy of the given values.
SparseDoubleMatrix2D(int, int) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix2D
Constructs a matrix with a given number of rows and columns and default memory usage.
SparseDoubleMatrix2D(int, int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix2D
Constructs a matrix with a given number of rows and columns using memory as specified.
SparseDoubleMatrix3D - class cern.colt.matrix.impl.SparseDoubleMatrix3D.
Sparse hashed 3-d matrix holding double elements.
SparseDoubleMatrix3D(double[][][]) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix3D
Constructs a matrix with a copy of the given values.
SparseDoubleMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix3D
Constructs a matrix with a given number of slices, rows and columns and default memory usage.
SparseDoubleMatrix3D(int, int, int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseDoubleMatrix3D
Constructs a matrix with a given number of slices, rows and columns using memory as specified.
SparseObjectMatrix1D - class cern.colt.matrix.impl.SparseObjectMatrix1D.
Sparse hashed 1-d matrix (aka vector) holding Object elements.
SparseObjectMatrix1D(Object[]) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix1D
Constructs a matrix with a copy of the given values.
SparseObjectMatrix1D(int) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix1D
Constructs a matrix with a given number of cells.
SparseObjectMatrix1D(int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix1D
Constructs a matrix with a given number of parameters.
SparseObjectMatrix2D - class cern.colt.matrix.impl.SparseObjectMatrix2D.
Sparse hashed 2-d matrix holding Object elements.
SparseObjectMatrix2D(Object[][]) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix2D
Constructs a matrix with a copy of the given values.
SparseObjectMatrix2D(int, int) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix2D
Constructs a matrix with a given number of rows and columns and default memory usage.
SparseObjectMatrix2D(int, int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix2D
Constructs a matrix with a given number of rows and columns using memory as specified.
SparseObjectMatrix3D - class cern.colt.matrix.impl.SparseObjectMatrix3D.
Sparse hashed 3-d matrix holding Object elements.
SparseObjectMatrix3D(Object[][][]) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix3D
Constructs a matrix with a copy of the given values.
SparseObjectMatrix3D(int, int, int) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix3D
Constructs a matrix with a given number of slices, rows and columns and default memory usage.
SparseObjectMatrix3D(int, int, int, int, double, double) - Constructor for class cern.colt.matrix.impl.SparseObjectMatrix3D
Constructs a matrix with a given number of slices, rows and columns using memory as specified.
StaticBin1D - class hep.aida.bin.StaticBin1D.
1-dimensional non-rebinnable bin consuming double elements; Efficiently computes basic statistics of data sequences.
StaticBin1D() - Constructor for class hep.aida.bin.StaticBin1D
Constructs and returns an empty bin.
Statistic - class cern.colt.matrix.doublealgo.Statistic.
Basic statistics operations on matrices.
Statistic.VectorVectorFunction - interface cern.colt.matrix.doublealgo.Statistic.VectorVectorFunction.
Interface that represents a function object: a function that takes two argument vectors and returns a single value.
Stencil - class cern.colt.matrix.doublealgo.Stencil.
Stencil operations.
StudentT - class cern.jet.random.StudentT.
StudentT distribution (aka T-distribution); See the math definition and animated definition.
StudentT(double, RandomEngine) - Constructor for class cern.jet.random.StudentT
Constructs a StudentT distribution.
Swapper - interface cern.colt.Swapper.
Interface for an object that knows how to swap elements at two positions (a,b).
s - Static variable in class cern.clhep.Units
 
sample(int, double, double) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a randomly sampled matrix with the given shape.
sample(int, int, double, double) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs a randomly sampled matrix with the given shape.
sample(DoubleMatrix2D, double, double) - Method in class cern.colt.matrix.DoubleFactory2D
Modifies the given matrix to be a randomly sampled matrix.
sample(long, long, int, long, long[], int, RandomEngine) - Static method in class cern.jet.random.sampling.RandomSampler
Efficiently computes a sorted random set of count elements from the interval [low,low+N-1].
sample(int, boolean, RandomEngine, DoubleBuffer) - Method in class hep.aida.bin.DynamicBin1D
Uniformly samples (chooses) n random elements with or without replacement from the contained elements and adds them to the given buffer.
sampleArray(int, int[]) - Static method in class cern.jet.random.sampling.RandomSamplingAssistant
Just shows how this class can be used; samples n elements from and int[] array.
sampleBootstrap(DynamicBin1D, int, RandomEngine, BinBinFunction1D) - Method in class hep.aida.bin.DynamicBin1D
Generic bootstrap resampling.
sampleKurtosis(int, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample kurtosis (aka excess) of a data sequence.
sampleKurtosis(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample kurtosis (aka excess) of a data sequence.
sampleKurtosisStandardError(int) - Static method in class cern.jet.stat.Descriptive
Return the standard error of the sample kurtosis.
sampleNextElement() - Method in class cern.jet.random.sampling.RandomSamplingAssistant
Returns whether the next element of the input sequence shall be sampled (picked) or not.
sampleNextElement() - Method in class cern.jet.random.sampling.WeightedRandomSampler
Chooses exactly one random element from successive blocks of weight input elements each.
sampleSkew(int, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample skew of a data sequence.
sampleSkew(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample skew of a data sequence.
sampleSkewStandardError(int) - Static method in class cern.jet.stat.Descriptive
Return the standard error of the sample skew.
sampleStandardDeviation(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample standard deviation.
sampleVariance(int, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample variance of a data sequence.
sampleVariance(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample variance of a data sequence.
sampleWeightedVariance(double, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the sample weighted variance of a data sequence.
second - Static variable in class cern.clhep.Units
 
seconds() - Method in class cern.colt.Timer
Returns the elapsed time in seconds; does not stop the timer, if started.
semiBandwidth(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
Returns the semi-bandwidth of the given square matrix A.
seqBlas - Static variable in class cern.colt.matrix.linalg.SeqBlas
Little trick to allow for "aliasing", that is, renaming this class.
serialVersionUID - Static variable in class cern.colt.PersistentObject
 
serialVersionUID - Static variable in interface hep.aida.IAxis
 
serialVersionUID - Static variable in interface hep.aida.IHistogram
 
set(int) - Method in class cern.colt.bitvector.BitVector
Changes the bit with index bitIndex to the "set" (true) state.
set(long[], int) - Static method in class cern.colt.bitvector.QuickBitVector
Changes the bit with index bitIndex in the bitvector bits to the "set" (true) state.
set(int, boolean) - Method in class cern.colt.list.AbstractBooleanList
Replaces the element at the specified position in the receiver with the specified element.
set(int, byte) - Method in class cern.colt.list.AbstractByteList
Replaces the element at the specified position in the receiver with the specified element.
set(int, char) - Method in class cern.colt.list.AbstractCharList
Replaces the element at the specified position in the receiver with the specified element.
set(int, double) - Method in class cern.colt.list.AbstractDoubleList
Replaces the element at the specified position in the receiver with the specified element.
set(int, float) - Method in class cern.colt.list.AbstractFloatList
Replaces the element at the specified position in the receiver with the specified element.
set(int, int) - Method in class cern.colt.list.AbstractIntList
Replaces the element at the specified position in the receiver with the specified element.
set(int, long) - Method in class cern.colt.list.AbstractLongList
Replaces the element at the specified position in the receiver with the specified element.
set(int, short) - Method in class cern.colt.list.AbstractShortList
Replaces the element at the specified position in the receiver with the specified element.
set(int, boolean) - Method in class cern.colt.list.BooleanArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, byte) - Method in class cern.colt.list.ByteArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, char) - Method in class cern.colt.list.CharArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, double) - Method in class cern.colt.list.DoubleArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, float) - Method in class cern.colt.list.FloatArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, int) - Method in class cern.colt.list.IntArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, long) - Method in class cern.colt.list.LongArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, Object) - Method in class cern.colt.list.ObjectArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, short) - Method in class cern.colt.list.ShortArrayList
Replaces the element at the specified position in the receiver with the specified element.
set(int, Object) - Method in class cern.colt.list.adapter.DoubleListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.list.adapter.FloatListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.list.adapter.IntListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.list.adapter.LongListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, Object) - Method in class cern.colt.list.adapter.ObjectListAdapter
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, double) - Method in class cern.colt.matrix.DoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
set(int, int, double) - Method in class cern.colt.matrix.DoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
set(int, int, int, double) - Method in class cern.colt.matrix.DoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
set(int, Object) - Method in class cern.colt.matrix.ObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
set(int, int, Object) - Method in class cern.colt.matrix.ObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
set(int, int, int, Object) - Method in class cern.colt.matrix.ObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setAlignment(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the column alignment (left,center,right,decimal).
setColumnSeparator(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the string separating any two columns from another.
setFixedOrder(boolean) - Method in class hep.aida.bin.DynamicBin1D
Determines whether the receivers internally preserved elements may be reordered or not.
setFormat(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the way a single cell value is to be formatted.
setLU(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Sets the combined lower and upper triangular factor, LU.
setMean(double) - Method in class cern.jet.random.Poisson
Sets the mean.
setMean(double) - Method in class cern.jet.random.PoissonSlow
Sets the mean.
setMinColumnWidth(int) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the minimum number of characters a column may have.
setNandP(int, double) - Method in class cern.jet.random.Binomial
Sets the parameters number of trials and the probability of success.
setNandP(int, double) - Method in class cern.jet.random.NegativeBinomial
Sets the parameters number of trials and the probability of success.
setPrintShape(boolean) - Method in class cern.colt.matrix.impl.AbstractFormatter
Specifies whether a string representation of a matrix is to be preceded with a summary of its shape.
setProperty(Property) - Method in class cern.colt.matrix.linalg.Algebra
Attaches the given property object to this Algebra, defining tolerance.
setQuick(int, boolean) - Method in class cern.colt.list.BooleanArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, byte) - Method in class cern.colt.list.ByteArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, char) - Method in class cern.colt.list.CharArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, long) - Method in class cern.colt.list.DistinctNumberList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, double) - Method in class cern.colt.list.DoubleArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, float) - Method in class cern.colt.list.FloatArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, int) - Method in class cern.colt.list.IntArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, long) - Method in class cern.colt.list.LongArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, long) - Method in class cern.colt.list.MinMaxNumberList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, Object) - Method in class cern.colt.list.ObjectArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, short) - Method in class cern.colt.list.ShortArrayList
Replaces the element at the specified position in the receiver with the specified element; WARNING: Does not check preconditions.
setQuick(int, double) - Method in class cern.colt.matrix.DoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.DoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, double) - Method in class cern.colt.matrix.DoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, Object) - Method in class cern.colt.matrix.ObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.ObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, Object) - Method in class cern.colt.matrix.ObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, double) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, double) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, Object) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.impl.DenseObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, Object) - Method in class cern.colt.matrix.impl.DenseObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, double) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setQuick(int, Object) - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Sets the matrix cell at coordinate index to the specified value.
setQuick(int, int, Object) - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Sets the matrix cell at coordinate [row,column] to the specified value.
setQuick(int, int, int, Object) - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Sets the matrix cell at coordinate [slice,row,column] to the specified value.
setRowSeparator(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the string separating any two rows from another.
setSize(int) - Method in class cern.colt.bitvector.BitVector
Shrinks or expands the receiver so that it holds newSize bits.
setSize(int) - Method in class cern.colt.list.AbstractList
Sets the size of the receiver.
setSliceSeparator(String) - Method in class cern.colt.matrix.impl.AbstractFormatter
Sets the string separating any two slices from another.
setState(double, double) - Method in class cern.jet.random.Beta
Sets the parameters.
setState(double, double, double) - Method in class cern.jet.random.BreitWigner
Sets the mean, gamma and cut parameters.
setState(double) - Method in class cern.jet.random.ChiSquare
Sets the distribution parameter.
setState(double[], int) - Method in class cern.jet.random.Empirical
Sets the distribution parameters.
setState(double[], int) - Method in class cern.jet.random.EmpiricalWalker
Sets the distribution parameters.
setState(double) - Method in class cern.jet.random.Exponential
Sets the mean.
setState(double) - Method in class cern.jet.random.ExponentialPower
Sets the distribution parameter.
setState(double, double) - Method in class cern.jet.random.Gamma
Sets the mean and variance.
setState(int, int, int) - Method in class cern.jet.random.HyperGeometric
Sets the parameters.
setState(double, double) - Method in class cern.jet.random.Hyperbolic
Sets the parameters.
setState(double) - Method in class cern.jet.random.Logarithmic
Sets the distribution parameter.
setState(double, double) - Method in class cern.jet.random.Normal
Sets the mean and variance.
setState(double) - Method in class cern.jet.random.StudentT
Sets the distribution parameter.
setState(double, double) - Method in class cern.jet.random.Uniform
Sets the internal state.
setState(double) - Method in class cern.jet.random.VonMises
Sets the distribution parameter.
setState(double, double) - Method in class cern.jet.random.Zeta
Sets the parameters.
setState2(double[]) - Method in class cern.jet.random.EmpiricalWalker
Sets the distribution parameters.
setTolerance(double) - Method in class cern.colt.matrix.linalg.Property
Sets the tolerance to Math.abs(newTolerance).
setWeight(int) - Method in class cern.jet.random.sampling.WeightedRandomSampler
Not yet commented.
shape(AbstractMatrix1D) - Static method in class cern.colt.matrix.impl.AbstractFormatter
Returns a short string representation describing the shape of the matrix.
shape(AbstractMatrix2D) - Static method in class cern.colt.matrix.impl.AbstractFormatter
Returns a short string representation describing the shape of the matrix.
shape(AbstractMatrix3D) - Static method in class cern.colt.matrix.impl.AbstractFormatter
Returns a short string representation describing the shape of the matrix.
shiftLeft - Static variable in class cern.jet.math.IntFunctions
Function that returns a << b.
shiftLeft(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a << b.
shiftRightSigned - Static variable in class cern.jet.math.IntFunctions
Function that returns a >> b.
shiftRightSigned(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a >> b.
shiftRightUnsigned - Static variable in class cern.jet.math.IntFunctions
Function that returns a >>> b.
shiftRightUnsigned(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a >>> b.
shuffle() - Method in class cern.colt.list.AbstractList
Randomly permutes the receiver.
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractBooleanList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractByteList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractCharList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractDoubleList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractFloatList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractIntList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractList
Randomly permutes the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractLongList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.AbstractShortList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.CharArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.DoubleArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.FloatArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.IntArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.LongArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
shuffleFromTo(int, int) - Method in class cern.colt.list.ShortArrayList
Randomly permutes the part of the receiver between from (inclusive) and to (inclusive).
sign - Static variable in class cern.jet.math.Functions
Function that returns a < 0 ? -1 : a > 0 ? 1 : 0.
sign - Static variable in class cern.jet.math.IntFunctions
Function that returns a < 0 ? -1 : a > 0 ? 1 : 0.
sin - Static variable in class cern.jet.math.Functions
Function that returns Math.sin(a).
size() - Method in class cern.colt.bitvector.BitMatrix
Returns the size of the receiver which is columns()*rows().
size() - Method in class cern.colt.bitvector.BitVector
Returns the size of the receiver.
size() - Method in class cern.colt.list.AbstractBooleanList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractByteList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractCharList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractCollection
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractDoubleList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractFloatList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractIntList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractLongList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.AbstractShortList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.ObjectArrayList
Returns the number of elements contained in the receiver.
size() - Method in class cern.colt.list.adapter.DoubleListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.adapter.FloatListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.adapter.IntListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.adapter.LongListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.list.adapter.ObjectListAdapter
Returns the number of elements in this list.
size() - Method in class cern.colt.map.AbstractMap
Returns the number of (key,value) associations currently contained.
size() - Method in class cern.colt.matrix.impl.AbstractMatrix
Returns the number of cells.
size() - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Returns the number of cells.
size() - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Returns the number of cells which is rows()*columns().
size() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the number of cells which is slices()*rows()*columns().
size() - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Returns the number of elements currently contained in the receiver (identical to the number of values added so far).
size() - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Deprecated. Deprecated. Returns the number of bin boundaries.
size() - Method in class hep.aida.bin.AbstractBin
Returns the number of elements contained.
size - Static variable in class hep.aida.bin.BinFunctions1D
Function that returns bin.size().
size() - Method in class hep.aida.bin.DynamicBin1D
Returns the number of elements contained in the receiver.
size() - Method in class hep.aida.bin.StaticBin1D
Returns the number of elements contained in the receiver.
sizeOfRange(double, double) - Method in class hep.aida.bin.QuantileBin1D
Returns how many elements are contained in the range [minElement,maxElement].
skew(double, double) - Static method in class cern.jet.stat.Descriptive
Returns the skew of a data sequence.
skew(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Returns the skew of a data sequence, which is moment(data,3,mean) / standardDeviation3.
skew() - Method in class hep.aida.bin.MightyStaticBin1D
Returns the skew, which is moment(3,mean()) / standardDeviation()3.
sliceX(int) - Method in interface hep.aida.IHistogram2D
Slice parallel to the Y axis at bin indexY and one bin wide.
sliceX(int, int) - Method in interface hep.aida.IHistogram2D
Create a slice parallel to the axis X axis, between "indexY1" and "indexY2" (inclusive).
sliceXY(int) - Method in interface hep.aida.IHistogram3D
Create a slice parallel to the XY plane at bin indexZ and one bin wide.
sliceXY(int, int) - Method in interface hep.aida.IHistogram3D
Create a slice parallel to the XY plane, between "indexZ1" and "indexZ2" (inclusive).
sliceXZ(int) - Method in interface hep.aida.IHistogram3D
Create a slice parallel to the XZ plane at bin indexY and one bin wide.
sliceXZ(int, int) - Method in interface hep.aida.IHistogram3D
Create a slice parallel to the XZ plane, between "indexY1" and "indexY2" (inclusive).
sliceY(int) - Method in interface hep.aida.IHistogram2D
Slice parallel to the X axis at bin indexX and one bin wide.
sliceY(int, int) - Method in interface hep.aida.IHistogram2D
Create a slice parallel to the axis Y axis, between "indexX1" and "indexX2" (inclusive) The returned IHistogram1D represents an instantaneous snapshot of the histogram at the time the slice was created.
sliceYZ(int) - Method in interface hep.aida.IHistogram3D
Create a slice parallel to the YZ plane at bin indexX and one bin wide.
sliceYZ(int, int) - Method in interface hep.aida.IHistogram3D
Create a slice parallel to the YZ plane, between "indexX1" and "indexX2" (inclusive).
slices() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns the number of slices.
smpBlas - Static variable in class cern.colt.matrix.linalg.SmpBlas
The public global parallel blas; initialized via SmpBlas.allocateBlas(int, cern.colt.matrix.linalg.Blas).
solve(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Solves A*X = B.
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.CholeskyDecomposition
Solves A*X = B; returns X.
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.LUDecomposition
Solves A*X = B.
solve(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Solves the system of equations A*X = B (in-place).
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Solves the system of equations A*X = B (in-place).
solve(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.QRDecomposition
Least squares solution of A*X = B; returns X.
solveTranspose(DoubleMatrix2D, DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Solves X*A = B, which is also A'*X' = B'.
sort() - Method in class cern.colt.list.AbstractList
Sorts the receiver into ascending order.
sort(DoubleMatrix1D) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the vector into ascending order, according to the natural ordering.
sort(DoubleMatrix1D, DoubleComparator) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the vector into ascending order, according to the order induced by the specified comparator.
sort(DoubleMatrix2D, double[]) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the virtual column aggregates; Particularly efficient when comparing expensive aggregates, because aggregates need not be recomputed time and again, as is the case for comparator based sorts.
sort(DoubleMatrix2D, int) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
sort(DoubleMatrix2D, DoubleMatrix1DComparator) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix rows according to the order induced by the specified comparator.
sort(DoubleMatrix2D, BinFunction1D) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix rows into ascending order, according to the natural ordering of the values computed by applying the given aggregation function to each row; Particularly efficient when comparing expensive aggregates, because aggregates need not be recomputed time and again, as is the case for comparator based sorts.
sort(DoubleMatrix3D, int, int) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
sort(DoubleMatrix3D, DoubleMatrix2DComparator) - Method in class cern.colt.matrix.doublealgo.Sorting
Sorts the matrix slices according to the order induced by the specified comparator.
sort(ObjectMatrix1D) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the vector into ascending order, according to the natural ordering.
sort(ObjectMatrix1D, Comparator) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the vector into ascending order, according to the order induced by the specified comparator.
sort(ObjectMatrix2D, int) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the matrix rows into ascending order, according to the natural ordering of the matrix values in the given column.
sort(ObjectMatrix2D, ObjectMatrix1DComparator) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the matrix rows according to the order induced by the specified comparator.
sort(ObjectMatrix3D, int, int) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the matrix slices into ascending order, according to the natural ordering of the matrix values in the given [row,column] position.
sort(ObjectMatrix3D, ObjectMatrix2DComparator) - Method in class cern.colt.matrix.objectalgo.Sorting
Sorts the matrix slices according to the order induced by the specified comparator.
sortFromTo(int, int) - Method in class cern.colt.list.AbstractList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.BooleanArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.ByteArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.CharArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.IntArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.LongArrayList
Sorts the specified range of the receiver into ascending order.
sortFromTo(int, int) - Method in class cern.colt.list.ShortArrayList
Sorts the specified range of the receiver into ascending order.
sortedElements() - Method in class hep.aida.bin.DynamicBin1D
Returns a copy of the currently stored elements, sorted ascending.
sparse - Static variable in class cern.colt.matrix.DoubleFactory1D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.DoubleFactory2D
A factory producing sparse hash matrices.
sparse - Static variable in class cern.colt.matrix.DoubleFactory3D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.ObjectFactory1D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.ObjectFactory2D
A factory producing sparse matrices.
sparse - Static variable in class cern.colt.matrix.ObjectFactory3D
A factory producing sparse matrices.
split(DoubleArrayList, DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Splits (partitions) a list into sublists such that each sublist contains the elements with a given range.
splitApproximately(DoubleArrayList, int) - Method in class hep.aida.bin.QuantileBin1D
Divides (rebins) a copy of the receiver at the given percentage boundaries into bins and returns these bins, such that each bin approximately reflects the data elements of its range.
splitApproximately(IAxis, int) - Method in class hep.aida.bin.QuantileBin1D
Divides (rebins) a copy of the receiver at the given interval boundaries into bins and returns these bins, such that each bin approximately reflects the data elements of its range.
sqrt - Static variable in class cern.jet.math.Functions
Function that returns Math.sqrt(a).
square - Static variable in class cern.jet.math.Functions
Function that returns a * a.
square - Static variable in class cern.jet.math.IntFunctions
Function that returns a * a.
sr - Static variable in class cern.clhep.Units
 
standardDeviation(double) - Static method in class cern.jet.stat.Descriptive
Returns the standard deviation from a variance.
standardDeviation() - Method in class hep.aida.bin.AbstractBin1D
Returns the sample standard deviation, which is Math.sqrt(variance()).
standardError(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the standard error of a data sequence.
standardError() - Method in class hep.aida.bin.AbstractBin1D
Returns the sample standard error, which is Math.sqrt(variance() / size())
standardize(DoubleArrayList, double, double) - Static method in class cern.jet.stat.Descriptive
Modifies a data sequence to be standardized.
standardize(double, double) - Method in class hep.aida.bin.DynamicBin1D
Modifies the receiver to be standardized.
start() - Method in class cern.colt.Timer
Starts the timer.
startOfBin(int) - Method in class cern.jet.stat.quantile.EquiDepthHistogram
Returns the start of the range associated with the given bin.
staticNextBoolean() - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random boolean.
staticNextDouble(double, double) - Static method in class cern.jet.random.Beta
Returns a random number from the distribution.
staticNextDouble(double, double, double) - Static method in class cern.jet.random.BreitWigner
Returns a random number from the distribution.
staticNextDouble(double, double, double) - Static method in class cern.jet.random.BreitWignerMeanSquare
Returns a random number from the distribution.
staticNextDouble(double) - Static method in class cern.jet.random.ChiSquare
Returns a random number from the distribution.
staticNextDouble(double) - Static method in class cern.jet.random.Exponential
Returns a random number from the distribution with the given lambda.
staticNextDouble(double) - Static method in class cern.jet.random.ExponentialPower
Returns a random number from the distribution.
staticNextDouble(double, double) - Static method in class cern.jet.random.Gamma
Returns a random number from the distribution.
staticNextDouble(double, double) - Static method in class cern.jet.random.Hyperbolic
Returns a random number from the distribution.
staticNextDouble(double) - Static method in class cern.jet.random.Logarithmic
Returns a random number from the distribution.
staticNextDouble(double, double) - Static method in class cern.jet.random.Normal
Returns a random number from the distribution with the given mean and standard deviation.
staticNextDouble(double) - Static method in class cern.jet.random.StudentT
Returns a random number from the distribution.
staticNextDouble() - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (0,1) (excluding 0 and 1).
staticNextDouble(double) - Static method in class cern.jet.random.VonMises
Returns a random number from the distribution.
staticNextDoubleFromTo(double, double) - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
staticNextFloatFromTo(float, float) - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the open interval (from,to) (excluding from and to).
staticNextInt(int, double) - Static method in class cern.jet.random.Binomial
Returns a random number from the distribution with the given parameters n and p.
staticNextInt(int, int, int) - Static method in class cern.jet.random.HyperGeometric
Returns a random number from the distribution.
staticNextInt(int, double) - Static method in class cern.jet.random.NegativeBinomial
Returns a random number from the distribution with the given parameters n and p.
staticNextInt(double) - Static method in class cern.jet.random.Poisson
Returns a random number from the distribution with the given mean.
staticNextInt(double) - Static method in class cern.jet.random.PoissonSlow
Returns a random number from the distribution with the given mean.
staticNextInt(double, double) - Static method in class cern.jet.random.Zeta
Returns a random number from the distribution.
staticNextIntFromTo(int, int) - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
staticNextLongFromTo(long, long) - Static method in class cern.jet.random.Uniform
Returns a uniformly distributed random number in the closed interval [from,to] (including from and to).
staticSetRandomEngine(RandomEngine) - Static method in class cern.jet.random.Uniform
Sets the uniform random number generation engine shared by all static methods.
stats() - Method in class cern.colt.matrix.linalg.SmpBlas
Prints various snapshot statistics to System.out; Simply delegates to FJTaskRunnerGroup.stats().
stdDev - Static variable in class hep.aida.bin.BinFunctions1D
Function that returns bin.standardDeviation().
stencil27(DoubleMatrix3D, Double27Function, int, DoubleMatrix3DProcedure, int) - Static method in class cern.colt.matrix.doublealgo.Stencil
27 point stencil operation.
stencil9(DoubleMatrix2D, Double9Function, int, DoubleMatrix2DProcedure, int) - Static method in class cern.colt.matrix.doublealgo.Stencil
9 point stencil operation.
steradian - Static variable in class cern.clhep.Units
 
stirlingCorrection(int) - Static method in class cern.jet.math.Arithmetic
Returns the StirlingCorrection.
stop() - Method in class cern.colt.Timer
Stops the timer.
studentT(double, double) - Static method in class cern.jet.stat.Probability
Returns the integral from minus infinity to t of the Student-t distribution with k > 0 degrees of freedom.
studentTInverse(double, int) - Static method in class cern.jet.stat.Probability
Returns the value, t, for which the area under the Student-t probability density function (integrated from minus infinity to t) is equal to 1-alpha/2.
subMatrix(DoubleMatrix2D, int, int, int, int) - Method in class cern.colt.matrix.linalg.Algebra
Constructs and returns a new sub-range view which is the sub matrix A[fromRow..toRow,fromColumn..toColumn].
sum(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the sum of a data sequence.
sum() - Method in class hep.aida.bin.AbstractBin1D
Returns the sum of all elements, which is Sum( x[i] ).
sum - Static variable in class hep.aida.bin.BinFunctions1D
Function that returns bin.sum().
sum() - Method in class hep.aida.bin.DynamicBin1D
Returns the sum of all elements, which is Sum( x[i] ).
sum() - Method in class hep.aida.bin.StaticBin1D
Returns the sum of all elements, which is Sum( x[i] ).
sumAllBinHeights() - Method in interface hep.aida.IHistogram
Sum of all (both in-range and under/overflow) bin heights in the histogram.
sumAllBinHeights() - Method in class hep.aida.ref.Histogram2D
 
sumAllBinHeights() - Method in class hep.aida.ref.Histogram3D
 
sumBinHeights() - Method in interface hep.aida.IHistogram
Sum of in-range bin heights in the histogram.
sumExtraBinHeights() - Method in interface hep.aida.IHistogram
Sum of under/overflow bin heights in the histogram.
sumLog - Static variable in class hep.aida.bin.BinFunctions1D
Function that returns bin.sumOfLogarithms().
sumOfInversions(DoubleArrayList, int, int) - Static method in class cern.jet.stat.Descriptive
Returns the sum of inversions of a data sequence, which is Sum( 1.0 / data[i]).
sumOfInversions() - Method in class hep.aida.bin.DynamicBin1D
Returns the sum of inversions, which is Sum( 1 / x[i] ).
sumOfInversions() - Method in class hep.aida.bin.MightyStaticBin1D
Returns the sum of inversions, which is Sum( 1 / x[i] ).
sumOfLogarithms(DoubleArrayList, int, int) - Static method in class cern.jet.stat.Descriptive
Returns the sum of logarithms of a data sequence, which is Sum( Log(data[i]).
sumOfLogarithms() - Method in class hep.aida.bin.DynamicBin1D
Returns the sum of logarithms, which is Sum( Log(x[i]) ).
sumOfLogarithms() - Method in class hep.aida.bin.MightyStaticBin1D
Returns the sum of logarithms, which is Sum( Log(x[i]) ).
sumOfPowerDeviations(DoubleArrayList, int, double) - Static method in class cern.jet.stat.Descriptive
Returns Sum( (data[i]-c)k ); optimized for common parameters like c == 0.0 and/or k == -2 ..
sumOfPowerDeviations(DoubleArrayList, int, double, int, int) - Static method in class cern.jet.stat.Descriptive
Returns Sum( (data[i]-c)k ) for all i = from ..
sumOfPowers(DoubleArrayList, int) - Static method in class cern.jet.stat.Descriptive
Returns the sum of powers of a data sequence, which is Sum ( data[i]k ).
sumOfPowers(int) - Method in class hep.aida.bin.DynamicBin1D
Returns the k-th order sum of powers, which is Sum( x[i]k ).
sumOfPowers(int) - Method in class hep.aida.bin.MightyStaticBin1D
Returns the k-th order sum of powers, which is Sum( x[i]k ).
sumOfSquaredDeviations(int, double) - Static method in class cern.jet.stat.Descriptive
Returns the sum of squared mean deviation of of a data sequence.
sumOfSquares(DoubleArrayList) - Static method in class cern.jet.stat.Descriptive
Returns the sum of squares of a data sequence.
sumOfSquares() - Method in class hep.aida.bin.AbstractBin1D
Returns the sum of squares, which is Sum( x[i] * x[i] ).
sumOfSquares() - Method in class hep.aida.bin.DynamicBin1D
Returns the sum of squares, which is Sum( x[i] * x[i] ).
sumOfSquares() - Method in class hep.aida.bin.StaticBin1D
Returns the sum of squares, which is Sum( x[i] * x[i] ).
swap(int, int) - Method in interface cern.colt.Swapper
Swaps the generic data g[a] with g[b].
swap(DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleMatrix1D
Swaps each element this[i] with other[i].
swap(ObjectMatrix1D) - Method in class cern.colt.matrix.ObjectMatrix1D
Swaps each element this[i] with other[i].
swap(DoubleMatrix1D) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Swaps each element this[i] with other[i].
swap(ObjectMatrix1D) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Swaps each element this[i] with other[i].
swapArgs(DoubleDoubleFunction) - Static method in class cern.jet.math.Functions
Constructs a function that returns function.apply(b,a), i.e.
swapArgs(IntIntFunction) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns function.apply(b,a), i.e.
swappedElements - Static variable in class cern.colt.Partitioning
 

Colt 1.2.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Jump to the Colt Homepage