Colt 1.0.3
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

T

tailMap(Object) - Method in class edu.oswego.cs.dl.util.concurrent.SyncSortedMap
 
tailSet(Object) - Method in class edu.oswego.cs.dl.util.concurrent.SyncSortedSet
 
Takable - interface edu.oswego.cs.dl.util.concurrent.Takable.
This interface exists to enable stricter type checking for channels.
take() - Method in class edu.oswego.cs.dl.util.concurrent.SemaphoreControlledChannel
 
take() - Method in class edu.oswego.cs.dl.util.concurrent.BoundedLinkedQueue
 
take() - Method in interface edu.oswego.cs.dl.util.concurrent.Takable
Return and remove an item from channel, possibly waiting indefinitely until such an item exists.
take() - Method in class edu.oswego.cs.dl.util.concurrent.WaitFreeQueue
Spin until poll returns a non-null value.
take() - Method in class edu.oswego.cs.dl.util.concurrent.BoundedBuffer
 
take() - Method in class edu.oswego.cs.dl.util.concurrent.SynchronousChannel
 
take() - Method in class edu.oswego.cs.dl.util.concurrent.LinkedQueue
 
take() - Method in interface edu.oswego.cs.dl.util.concurrent.Channel
Return and remove an item from channel, possibly waiting indefinitely until such an item exists.
take() - Method in class edu.oswego.cs.dl.util.concurrent.misc.FIFOSlot
 
take() - Method in class edu.oswego.cs.dl.util.concurrent.misc.CVBuffer
 
tan - Static variable in class cern.jet.math.Functions
Function that returns Math.tan(a).
tan(Complex) - Static method in class com.imsl.math.Complex
Returns the tangent of a Complex.
tanh - Static variable in class cern.jet.math.Functions
Function that returns com.imsl.math.Sfun.tanh(a).
tanh(Complex) - Static method in class com.imsl.math.Complex
Returns the hyperbolic tanh of a Complex.
tanh(double) - Static method in class com.imsl.math.Sfun
Returns the hyperbolic tangent of a double.
teraelectronvolt - Static variable in class cern.clhep.Units
 
tesla - Static variable in class cern.clhep.Units
 
Test - class hep.aida.ref.Test.
A very(!) basic test of the reference implementations of AIDA histograms.
Test() - Constructor for class hep.aida.ref.Test
 
test(float) - Static method in class cern.jet.stat.quantile.EquiDepthHistogram
Not yet commented.
test(int) - Static method in class cern.colt.Timer
Shows how to use a timer in convenient ways.
test(int, AbstractDistribution) - Static method in class cern.jet.random.Benchmark
Prints the first size random numbers generated by the distribution.
test(int, int) - Static method in class cern.jet.random.sampling.WeightedRandomSampler
Not yet commented.
test(int, RandomEngine) - Static method in class cern.jet.random.engine.Benchmark
Prints the first size random numbers generated by the given engine.
test(long, long) - Static method in class cern.jet.random.sampling.RandomSamplingAssistant
Tests the methods of this class.
test(long, long, long, int, int) - Static method in class cern.jet.random.sampling.RandomSampler
Tests the methods of this class.
Test2 - class hep.aida.ref.Test2.
A very(!) basic test of the reference implementations of AIDA histograms
Test2() - Constructor for class hep.aida.ref.Test2
 
test2(int) - Static method in class cern.colt.map.Benchmark
 
test2(int, AbstractDistribution) - Static method in class cern.jet.random.Benchmark
Prints the first size random numbers generated by the distribution.
test2(int, AbstractDistribution, AbstractDistribution) - Static method in class cern.jet.random.Benchmark
Prints the first size random numbers generated by the distribution.
testArraySampling(int, int) - Static method in class cern.jet.random.sampling.RandomSamplingAssistant
Tests the methods of this class.
testLU() - Static method in class cern.colt.matrix.impl.TestMatrix2D
 
TestMatrix2D - class cern.colt.matrix.impl.TestMatrix2D.
Quick and dirty tests.
testMax() - Static method in class cern.colt.matrix.impl.TestMatrix2D
 
testPermuting() - Static method in class cern.colt.matrix.impl.TestMatrix2D
 
testPermuting2(int, int) - Static method in class cern.colt.matrix.impl.TestMatrix2D
 
TeV - Static variable in class cern.clhep.Units
 
ThreadedExecutor - class edu.oswego.cs.dl.util.concurrent.ThreadedExecutor.
An implementation of Executor that creates a new Thread that invokes the run method of the supplied command.
ThreadedExecutor() - Constructor for class edu.oswego.cs.dl.util.concurrent.ThreadedExecutor
 
ThreadFactory - interface edu.oswego.cs.dl.util.concurrent.ThreadFactory.
Interface describing any class that can generate new Thread objects.
ThreadFactoryUser - class edu.oswego.cs.dl.util.concurrent.ThreadFactoryUser.
Base class for Executors and related classes that rely on thread factories.
ThreadFactoryUser() - Constructor for class edu.oswego.cs.dl.util.concurrent.ThreadFactoryUser
 
TimedCallable - class edu.oswego.cs.dl.util.concurrent.TimedCallable.
TimedCallable runs a Callable function for a given length of time.
TimedCallable(Callable, long) - Constructor for class edu.oswego.cs.dl.util.concurrent.TimedCallable
 
timedGet(long) - Method in class edu.oswego.cs.dl.util.concurrent.FutureResult
Wait at most msecs to access the reference.
timedGet(long) - Method in class edu.oswego.cs.dl.util.concurrent.misc.SwingWorker
Wait at most msecs to access the constructed result.
timedwait(long) - Method in class edu.oswego.cs.dl.util.concurrent.CondVar
Wait for at most msecs for notification.
TimeoutException - exception edu.oswego.cs.dl.util.concurrent.TimeoutException.
Thrown by synchronization classes that report timeouts via exceptions.
TimeoutException(long) - Constructor for class edu.oswego.cs.dl.util.concurrent.TimeoutException
Constructs a TimeoutException with given duration value.
TimeoutException(long, String) - Constructor for class edu.oswego.cs.dl.util.concurrent.TimeoutException
Constructs a TimeoutException with the specified duration value and detail message.
TimeoutSync - class edu.oswego.cs.dl.util.concurrent.TimeoutSync.
A TimeoutSync is an adaptor class that transforms all calls to acquire to instead invoke attempt with a predetermined timeout value.
TimeoutSync(Sync, long) - Constructor for class edu.oswego.cs.dl.util.concurrent.TimeoutSync
Create a TimeoutSync using the given Sync object, and using the given timeout value for all calls to acquire.
Timer - class cern.colt.Timer.
A handy stopwatch for benchmarking.
Timer() - Constructor for class cern.colt.Timer
Constructs a new timer, initially not started.
times(Complex) - Method in class com.imsl.math.Complex
Returns the product of this Complex object and another Complex object, this*y.
times(Complex, Complex) - Static method in class com.imsl.math.Complex
Returns the product of two Complex objects, x*y.
times(Complex, double) - Static method in class com.imsl.math.Complex
Returns the product of a Complex object and a double, x*y.
times(double) - Method in class com.imsl.math.Complex
Returns the product of this Complex object and a double, this*y.
times(double, Complex) - Static method in class com.imsl.math.Complex
Returns the product of a double and a Complex object, x*y.
times(Fraction) - Method in class edu.oswego.cs.dl.util.concurrent.misc.Fraction
return a Fraction representing this Fraction times b
times(int) - Method in class cern.colt.list.AbstractLongList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractBooleanList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractByteList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractFloatList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractShortList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractIntList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractDoubleList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.ObjectArrayList
Returns a list which is a concatenation of times times the receiver.
times(int) - Method in class cern.colt.list.AbstractCharList
Returns a list which is a concatenation of times times the receiver.
times(long) - Method in class edu.oswego.cs.dl.util.concurrent.misc.Fraction
return a Fraction representing this Fraction times n
timesReverse(double) - Method in class com.imsl.math.Complex
Returns the product of a double and this Complex, x*this.
title() - Method in interface hep.aida.IHistogram
Title of the histogram (will be set only in the constructor).
toArray() - Method in class cern.colt.matrix.DoubleMatrix2D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.DoubleMatrix1D
Constructs and returns a 1-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.ObjectMatrix2D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.ObjectMatrix1D
Constructs and returns a 1-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.DoubleMatrix3D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class cern.colt.matrix.ObjectMatrix3D
Constructs and returns a 2-dimensional array containing the cell values.
toArray() - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArraySet
 
toArray() - Method in class edu.oswego.cs.dl.util.concurrent.SyncCollection
 
toArray() - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray(double[]) - Method in class cern.colt.matrix.DoubleMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray(double[]) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray(Object[]) - Method in class cern.colt.list.ObjectArrayList
Returns an array containing all of the elements in the receiver in the correct order.
toArray(Object[]) - Method in class cern.colt.matrix.ObjectMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray(Object[]) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Fills the cell values into the specified 1-dimensional array.
toArray(Object[]) - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArraySet
 
toArray(Object[]) - Method in class edu.oswego.cs.dl.util.concurrent.SyncCollection
 
toArray(Object[]) - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Returns an array containing all of the elements in this list in the correct order.
toBitVector() - Method in class cern.colt.list.MinMaxNumberList
Returns the receiver seen as bitvector.
toBitVector() - Method in class cern.colt.bitvector.BitMatrix
Converts the receiver to a bitvector.
toBoolean(String) - Static method in class ViolinStrings.Strings
Returns true if the string represents the word "true".
toByte(String) - Static method in class ViolinStrings.Strings
If the string represents a valid byte value, returns this value as a byte.
toByte(String, int) - Static method in class ViolinStrings.Strings
If the string represents a valid byte value, returns this value as a byte.
toDouble(String) - Static method in class ViolinStrings.Strings
If the string represents a valid double number, returns this number as a double value.
toFloat(String) - Static method in class ViolinStrings.Strings
If the string represents a valid float number, returns this number as a float value.
toInt(String) - Static method in class ViolinStrings.Strings
If the string represents a valid integer number, returns this number as an int value.
toInt(String, int) - Static method in class ViolinStrings.Strings
If the string represents a valid integer number, returns this number as an int value.
tolerance() - Method in class cern.colt.matrix.linalg.Property
Returns the current tolerance.
toList() - Method in class cern.colt.list.AbstractCollection
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractLongList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractBooleanList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractByteList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractFloatList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractShortList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractIntList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractDoubleList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.ObjectArrayList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList() - Method in class cern.colt.list.AbstractCharList
Returns a java.util.ArrayList containing all the elements in the receiver.
toList(DoubleMatrix1D) - Method in class cern.colt.matrix.DoubleFactory1D
Constructs a list from the given matrix.
toList(ObjectMatrix1D) - Method in class cern.colt.matrix.ObjectFactory1D
Constructs a list from the given matrix.
toLong(String) - Static method in class ViolinStrings.Strings
If the string represents a valid long integer, returns this number as a long value.
toLong(String, int) - Static method in class ViolinStrings.Strings
If the string represents a valid long integer, returns this number as a long value.
toLowerCase(String) - Static method in class ViolinStrings.Strings
Converts the string to lower case.
toLowerCase(String, Locale) - Static method in class ViolinStrings.Strings
Converts the string to lower case using the given Locale.
toShort(String) - Static method in class ViolinStrings.Strings
If the string represents a valid short number, returns this number as a short value.
toShort(String, int) - Static method in class ViolinStrings.Strings
If the string represents a valid short number, returns this number as a short value.
toSourceCode(DoubleMatrix1D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(DoubleMatrix2D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(DoubleMatrix3D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(ObjectMatrix1D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(ObjectMatrix2D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toSourceCode(ObjectMatrix3D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string s such that Object[] m = s is a legal Java statement.
toString() - Method in class cern.colt.Timer
Returns a String representation of the receiver.
toString() - Method in class cern.colt.list.AbstractCollection
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractLongList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractBooleanList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractByteList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractFloatList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractShortList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractIntList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractDoubleList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.ObjectArrayList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.list.AbstractCharList
Returns a string representation of the receiver, containing the String representation of each element.
toString() - Method in class cern.colt.bitvector.BitVector
Returns a string representation of the receiver.
toString() - Method in class cern.colt.bitvector.BitMatrix
Returns a (very crude) string representation of the receiver.
toString() - Method in class cern.colt.map.AbstractDoubleIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.AbstractLongObjectMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.AbstractIntObjectMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.AbstractIntIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.map.AbstractIntDoubleMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by key.
toString() - Method in class cern.colt.matrix.DoubleMatrix2D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.DoubleMatrix1D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.ObjectMatrix2D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.ObjectMatrix1D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.DoubleMatrix3D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.ObjectMatrix3D
Returns a string representation using default formatting.
toString() - Method in class cern.colt.matrix.linalg.QRDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.linalg.EigenvalueDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.linalg.LUDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.linalg.SingularValueDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.colt.matrix.linalg.CholeskyDecomposition
Returns a String with (propertyName, propertyValue) pairs.
toString() - Method in class cern.jet.random.NegativeBinomial
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.EmpiricalWalker
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Zeta
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.BreitWigner
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Empirical
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.StudentT
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Binomial
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Exponential
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Logarithmic
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Hyperbolic
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.ChiSquare
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.HyperGeometric
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Gamma
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.VonMises
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Normal
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Beta
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.ExponentialPower
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.PoissonSlow
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Poisson
Returns a String representation of the receiver.
toString() - Method in class cern.jet.random.Uniform
Returns a String representation of the receiver.
toString() - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedInt
 
toString() - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedBoolean
 
toString() - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedShort
 
toString() - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedLong
 
toString() - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedFloat
 
toString() - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedDouble
 
toString() - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Returns a string representation of this Collection, containing the String representation of each element.
toString() - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedChar
 
toString() - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedByte
 
toString() - Method in class edu.oswego.cs.dl.util.concurrent.misc.Fraction
 
toString() - Method in class com.imsl.math.Complex
Returns a String representation for the specified Complex.
toString() - Method in class jal.BYTE.Range
Creates a string representation of this Range.
toString() - Method in class jal.CHAR.Range
Creates a string representation of this Range.
toString() - Method in class jal.DOUBLE.Range
Creates a string representation of this Range.
toString() - Method in class jal.FLOAT.Range
Creates a string representation of this Range.
toString() - Method in class jal.INT.Range
Creates a string representation of this Range.
toString() - Method in class jal.LONG.Range
Creates a string representation of this Range.
toString() - Method in class jal.Object.Range
Creates a string representation of this Range.
toString() - Method in class jal.SHORT.Range
Creates a string representation of this Range.
toString() - Method in class jal.String.Range
Creates a string representation of this Range.
toString() - Method in class hep.aida.bin.AbstractBin
Returns a String representation of the receiver.
toString() - Method in class hep.aida.bin.AbstractBin1D
Returns a String representation of the receiver.
toString() - Method in class hep.aida.bin.MightyStaticBin1D
Returns a String representation of the receiver.
toString() - Method in class hep.aida.bin.QuantileBin1D
Returns a String representation of the receiver.
toString() - Method in class hep.aida.bin.DynamicBin1D
Returns a String representation of the receiver.
toString(boolean[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(byte[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(char[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(double[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(DoubleMatrix1D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representation of the given matrix.
toString(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns a String with (propertyName, propertyValue) pairs.
toString(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
Returns summary information about the given matrix A.
toString(DoubleMatrix2D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representation of the given matrix.
toString(DoubleMatrix3D) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representation of the given matrix.
toString(float[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(IAxis) - Method in class hep.aida.ref.Converter
Returns a string representation of the given argument.
toString(IHistogram1D) - Method in class hep.aida.ref.Converter
Returns a string representation of the given argument.
toString(IHistogram2D) - Method in class hep.aida.ref.Converter
Returns a string representation of the given argument.
toString(IHistogram3D) - Method in class hep.aida.ref.Converter
Returns a string representation of the given argument.
toString(int[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(long[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(Object[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toString(ObjectMatrix1D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representation of the given matrix.
toString(ObjectMatrix2D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representation of the given matrix.
toString(ObjectMatrix3D) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representation of the given matrix.
toString(short[]) - Static method in class cern.colt.Arrays
Returns a string representation of the specified array.
toStringByValue() - Method in class cern.colt.map.AbstractDoubleIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.AbstractLongObjectMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value, according to natural ordering.
toStringByValue() - Method in class cern.colt.map.AbstractIntObjectMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value, according to natural ordering.
toStringByValue() - Method in class cern.colt.map.AbstractIntIntMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringByValue() - Method in class cern.colt.map.AbstractIntDoubleMap
Returns a string representation of the receiver, containing the String representation of each key-value pair, sorted ascending by value.
toStringShort() - Method in class cern.colt.matrix.impl.AbstractMatrix2D
Returns a string representation of the receiver's shape.
toStringShort() - Method in class cern.colt.matrix.impl.AbstractMatrix1D
Returns a string representation of the receiver's shape.
toStringShort() - Method in class cern.colt.matrix.impl.AbstractMatrix3D
Returns a string representation of the receiver's shape.
totalMemory() - Method in interface cern.jet.stat.quantile.DoubleQuantileFinder
Returns the number of elements currently needed to store all contained elements.
toTitleCase(String) - Static method in class ViolinStrings.Strings
Converts the string to titlecase.
toTitleString(DoubleMatrix2D, String[], String[], String, String, String, BinFunction1D[]) - Method in class cern.colt.matrix.doublealgo.Formatter
Same as toTitleString except that additionally statistical aggregates (mean, median, sum, etc.) of rows and columns are printed.
toTitleString(DoubleMatrix3D, String[], String[], String[], String, String, String, String, BinFunction1D[]) - Method in class cern.colt.matrix.doublealgo.Formatter
Returns a string representation of the given matrix with axis as well as rows and columns labeled.
toTitleString(ObjectMatrix2D, String[], String[], String, String, String) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representation of the given matrix with axis as well as rows and columns labeled.
toTitleString(ObjectMatrix3D, String[], String[], String[], String, String, String, String) - Method in class cern.colt.matrix.objectalgo.Formatter
Returns a string representation of the given matrix with axis as well as rows and columns labeled.
toUpperCase(String) - Static method in class ViolinStrings.Strings
Converts the string to upper case.
toUpperCase(String, Locale) - Static method in class ViolinStrings.Strings
Converts the string to upper case using the given Locale.
toVerboseString(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the results of toString(A) and additionally the results of all sorts of decompositions applied to the given matrix.
toXML(IHistogram1D) - Method in class hep.aida.ref.Converter
Returns a XML representation of the given argument.
toXML(IHistogram2D) - Method in class hep.aida.ref.Converter
Returns a XML representation of the given argument.
trace(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the sum of the diagonal elements of matrix A; Sum(A[i,i]).
transform - Static variable in class cern.colt.matrix.doublealgo.Transform
Deprecated. Little trick to allow for "aliasing", that is, renaming this class.
Transform - class cern.colt.matrix.doublealgo.Transform.
Deprecated.  
transform(byte[], byte[], byte[], int, int, int, int, BinaryOperator) - Static method in class jal.BYTE.Modification
Performs a binary operation on elements of two ranges, assigning the result to elements of another range.
transform(byte[], byte[], int, int, int, UnaryOperator) - Static method in class jal.BYTE.Modification
Performs an operation on every element of a range and assigns the result to elements in another range.
transform(char[], char[], char[], int, int, int, int, BinaryOperator) - Static method in class jal.CHAR.Modification
Performs a binary operation on elements of two ranges, assigning the result to elements of another range.
transform(char[], char[], int, int, int, UnaryOperator) - Static method in class jal.CHAR.Modification
Performs an operation on every element of a range and assigns the result to elements in another range.
transform(double[], double[], double[], int, int, int, int, BinaryOperator) - Static method in class jal.DOUBLE.Modification
Performs a binary operation on elements of two ranges, assigning the result to elements of another range.
transform(double[], double[], int, int, int, UnaryOperator) - Static method in class jal.DOUBLE.Modification
Performs an operation on every element of a range and assigns the result to elements in another range.
transform(float[], float[], float[], int, int, int, int, BinaryOperator) - Static method in class jal.FLOAT.Modification
Performs a binary operation on elements of two ranges, assigning the result to elements of another range.
transform(float[], float[], int, int, int, UnaryOperator) - Static method in class jal.FLOAT.Modification
Performs an operation on every element of a range and assigns the result to elements in another range.
transform(int[], int[], int[], int, int, int, int, BinaryOperator) - Static method in class jal.INT.Modification
Performs a binary operation on elements of two ranges, assigning the result to elements of another range.
transform(int[], int[], int, int, int, UnaryOperator) - Static method in class jal.INT.Modification
Performs an operation on every element of a range and assigns the result to elements in another range.
transform(long[], long[], int, int, int, UnaryOperator) - Static method in class jal.LONG.Modification
Performs an operation on every element of a range and assigns the result to elements in another range.
transform(long[], long[], long[], int, int, int, int, BinaryOperator) - Static method in class jal.LONG.Modification
Performs a binary operation on elements of two ranges, assigning the result to elements of another range.
transform(Object[], Object[], int, int, int, UnaryOperator) - Static method in class jal.Object.Modification
Performs an operation on every element of a range and assigns the result to elements in another range.
transform(Object[], Object[], Object[], int, int, int, int, BinaryOperator) - Static method in class jal.Object.Modification
Performs a binary operation on elements of two ranges, assigning the result to elements of another range.
transform(short[], short[], int, int, int, UnaryOperator) - Static method in class jal.SHORT.Modification
Performs an operation on every element of a range and assigns the result to elements in another range.
transform(short[], short[], short[], int, int, int, int, BinaryOperator) - Static method in class jal.SHORT.Modification
Performs a binary operation on elements of two ranges, assigning the result to elements of another range.
transform(String[], String[], int, int, int, UnaryOperator) - Static method in class jal.String.Modification
Performs an operation on every element of a range and assigns the result to elements in another range.
transform(String[], String[], String[], int, int, int, int, BinaryOperator) - Static method in class jal.String.Modification
Performs a binary operation on elements of two ranges, assigning the result to elements of another range.
translate(String, String, String) - Static method in class ViolinStrings.Strings
Converts all of the string's characters which are contained in the input set of characters to the corresponding character in the output set of characters.
translate(String, String, String, boolean) - Static method in class ViolinStrings.Strings
Converts all of the string's characters which are contained in the input set of characters to the corresponding character in the output set of characters.
translate(String, String, String, char) - Static method in class ViolinStrings.Strings
Converts all of the string's characters which are contained in the input set of characters to the corresponding character in the output set of characters.
translate(String, String, String, char, boolean) - Static method in class ViolinStrings.Strings
Converts all of the string's characters which are contained in the input set of characters to the corresponding character in the output set of characters.
transpose(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Constructs and returns a new view which is the transposition of the given matrix A.
trim(int, int) - Method in class hep.aida.bin.DynamicBin1D
Removes the s smallest and l largest elements from the receiver.
trimmedMean(DoubleArrayList, double, int, int) - Static method in class cern.jet.stat.Descriptive
Returns the trimmed mean of a sorted data sequence.
trimmedMean(int, int) - Method in class hep.aida.bin.DynamicBin1D
Returns the trimmed mean.
trimToCapacity(boolean[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(byte[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(char[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(double[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(float[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(int[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(long[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(Object[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToCapacity(short[], int) - Static method in class cern.colt.Arrays
Ensures that the specified array cannot hold more than maxCapacity elements.
trimToSize() - Method in class cern.colt.list.AbstractList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.SimpleLongArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.ByteArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.LongArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.FloatArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.DistinctNumberList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.IntArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.BooleanArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.ObjectArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.CharArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.ShortArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.DoubleArrayList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.list.MinMaxNumberList
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.AbstractMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.OpenDoubleIntHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.OpenIntObjectHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.OpenLongObjectHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.OpenIntIntHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.map.OpenIntDoubleHashMap
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class cern.colt.matrix.impl.AbstractMatrix
Releases any superfluous internal memory.
trimToSize() - Method in class cern.colt.matrix.impl.RCDoubleMatrix2D
 
trimToSize() - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.impl.SparseDoubleMatrix2D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.impl.SparseObjectMatrix1D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.impl.SparseObjectMatrix3D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class cern.colt.matrix.impl.SparseObjectMatrix2D
Releases any superfluous memory created by explicitly putting zero values into cells formerly having non-zero values; An application can use this operation to minimize the storage of the receiver.
trimToSize() - Method in class hep.aida.bin.AbstractBin
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class hep.aida.bin.AbstractBin1D
Trims the capacity of the receiver to be the receiver's current size.
trimToSize() - Method in class hep.aida.bin.DynamicBin1D
Trims the capacity of the receiver to be the receiver's current size.
triplePartition(double[], double[], double[], int, int, double) - Static method in class cern.colt.Partitioning
Same as Partitioning.triplePartition(int[],int[],int[],int,int,int) except that it synchronously partitions double[] rather than int[] arrays.
triplePartition(double[], double[], double[], int, int, double[], int, int, int[]) - Static method in class cern.colt.Partitioning
Same as Partitioning.triplePartition(int[],int[],int[],int,int,int[],int,int,int[]) except that it synchronously partitions double[] rather than int[] arrays.
triplePartition(int[], int[], int[], int, int, int) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int) except that this method synchronously partitions three arrays at the same time; all three arrays are partially sorted according to the elements of the primary array.
triplePartition(int[], int[], int[], int, int, int[], int, int, int[]) - Static method in class cern.colt.Partitioning
Same as Partitioning.partition(int[],int,int,int[],int,int,int[]) except that this method synchronously partitions three arrays at the same time; all three arrays are partially sorted according to the elements of the primary array.
TWELVE - Static variable in class cern.colt.matrix.linalg.Property
A Property object with tolerance()==1.0E-12.
twopi - Static variable in class cern.clhep.PhysicalConstants
 
twopi_mc2_rcl2 - Static variable in class cern.clhep.PhysicalConstants
 

Colt 1.0.3
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
Submit a bug or feature. Check the Colt home page for the latest news.