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

I

i0(double) - Static method in class cern.jet.math.Bessel
Returns the modified Bessel function of order 0 of the argument.
i0e(double) - Static method in class cern.jet.math.Bessel
Returns the exponentially scaled modified Bessel function of order 0 of the argument.
i1(double) - Static method in class cern.jet.math.Bessel
Returns the modified Bessel function of order 1 of the argument.
i1e(double) - Static method in class cern.jet.math.Bessel
Returns the exponentially scaled modified Bessel function of order 1 of the argument.
IAxis - interface hep.aida.IAxis.
An IAxis represents a binned histogram axis.
idamax(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
idamax(DoubleMatrix1D) - Method in interface cern.colt.matrix.linalg.Blas
Returns the index of largest absolute value; i such that |x[i]| == max(|x[0]|,|x[1]|,...)..
idamax(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SeqBlas
 
identity - Static variable in class cern.jet.math.Functions
Function that returns its argument.
identity - Static variable in class cern.jet.math.IntFunctions
Function that returns its argument.
identity(int) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs an identity matrix (having ones on the diagonal and zeros elsewhere).
IEEEremainder - Static variable in class cern.jet.math.Functions
Function that returns Math.IEEEremainder(a,b).
IEEEremainder(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns Math.IEEEremainder(a,b).
IHistogram - interface hep.aida.IHistogram.
A common base interface for IHistogram1D, IHistogram2D and IHistogram3D.
IHistogram1D - interface hep.aida.IHistogram1D.
A Java interface corresponding to the AIDA 1D Histogram.
IHistogram2D - interface hep.aida.IHistogram2D.
A Java interface corresponding to the AIDA 2D Histogram.
IHistogram3D - interface hep.aida.IHistogram3D.
A Java interface corresponding to the AIDA 3D Histogram.
imag() - Method in class com.imsl.math.Complex
Returns the imaginary part of a Complex object.
imag(Complex) - Static method in class com.imsl.math.Complex
Returns the imaginary part of a Complex object.
inc - Static variable in class cern.jet.math.IntFunctions
Function that returns a++.
includes(byte[], byte[], int, int, int, int) - Static method in class jal.BYTE.Sorting
Tests whether the first range is a superset of the second; both ranges must be sorted.
includes(byte[], byte[], int, int, int, int, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Tests whether the first range is a superset of the second; both ranges must be sorted.
includes(char[], char[], int, int, int, int) - Static method in class jal.CHAR.Sorting
Tests whether the first range is a superset of the second; both ranges must be sorted.
includes(char[], char[], int, int, int, int, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Tests whether the first range is a superset of the second; both ranges must be sorted.
includes(double[], double[], int, int, int, int) - Static method in class jal.DOUBLE.Sorting
Tests whether the first range is a superset of the second; both ranges must be sorted.
includes(double[], double[], int, int, int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Tests whether the first range is a superset of the second; both ranges must be sorted.
includes(float[], float[], int, int, int, int) - Static method in class jal.FLOAT.Sorting
Tests whether the first range is a superset of the second; both ranges must be sorted.
includes(float[], float[], int, int, int, int, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Tests whether the first range is a superset of the second; both ranges must be sorted.
includes(int[], int[], int, int, int, int) - Static method in class jal.INT.Sorting
Tests whether the first range is a superset of the second; both ranges must be sorted.
includes(int[], int[], int, int, int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Tests whether the first range is a superset of the second; both ranges must be sorted.
includes(long[], long[], int, int, int, int) - Static method in class jal.LONG.Sorting
Tests whether the first range is a superset of the second; both ranges must be sorted.
includes(long[], long[], int, int, int, int, BinaryPredicate) - Static method in class jal.LONG.Sorting
Tests whether the first range is a superset of the second; both ranges must be sorted.
includes(Object[], Object[], int, int, int, int, BinaryPredicate) - Static method in class jal.Object.Sorting
Tests whether the first range is a superset of the second; both ranges must be sorted.
includes(short[], short[], int, int, int, int) - Static method in class jal.SHORT.Sorting
Tests whether the first range is a superset of the second; both ranges must be sorted.
includes(short[], short[], int, int, int, int, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Tests whether the first range is a superset of the second; both ranges must be sorted.
includes(String[], String[], int, int, int, int) - Static method in class jal.String.Sorting
Tests whether the first range is a superset of the second; both ranges must be sorted.
includes(String[], String[], int, int, int, int, BinaryPredicate) - Static method in class jal.String.Sorting
Tests whether the first range is a superset of the second; both ranges must be sorted.
incompleteBeta(double, double, double) - Static method in class cern.jet.stat.Gamma
Returns the Incomplete Beta Function evaluated from zero to xx; formerly named ibeta.
incompleteGamma(double, double) - Static method in class cern.jet.stat.Gamma
Returns the Incomplete Gamma function; formerly named igamma.
incompleteGammaComplement(double, double) - Static method in class cern.jet.stat.Gamma
Returns the Complemented Incomplete Gamma function; formerly named igamc.
increment() - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedInt
Increment the value.
increment() - Method in class edu.oswego.cs.dl.util.concurrent.WaitableInt
 
increment() - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedShort
Increment the value.
increment() - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedLong
Increment the value.
increment() - Method in class edu.oswego.cs.dl.util.concurrent.WaitableLong
 
increment() - Method in class edu.oswego.cs.dl.util.concurrent.WaitableShort
 
increment() - Method in class edu.oswego.cs.dl.util.concurrent.SynchronizedByte
Increment the value.
increment() - Method in class edu.oswego.cs.dl.util.concurrent.WaitableByte
 
incrementalUpdate(DoubleArrayList, int, int, double[]) - Static method in class cern.jet.stat.Descriptive
Incrementally maintains and updates minimum, maximum, sum and sum of squares of a data sequence.
incrementalUpdateSumsOfPowers(DoubleArrayList, int, int, int, int, double[]) - Static method in class cern.jet.stat.Descriptive
Incrementally maintains and updates various sums of powers of the form Sum(data[i]k).
incrementalWeightedUpdate(DoubleArrayList, DoubleArrayList, int, int, double[]) - Static method in class cern.jet.stat.Descriptive
Incrementally maintains and updates sum and sum of squares of a weighted data sequence.
index - Variable in class edu.oswego.cs.dl.util.concurrent.BrokenBarrierException
The index that barrier would have returned upon normal return;
indexOf(boolean) - Method in class cern.colt.list.AbstractBooleanList
Returns the index of the first occurrence of the specified element.
indexOf(byte) - Method in class cern.colt.list.AbstractByteList
Returns the index of the first occurrence of the specified element.
indexOf(char) - Method in class cern.colt.list.AbstractCharList
Returns the index of the first occurrence of the specified element.
indexOf(double) - Method in class cern.colt.list.AbstractDoubleList
Returns the index of the first occurrence of the specified element.
indexOf(float) - Method in class cern.colt.list.AbstractFloatList
Returns the index of the first occurrence of the specified element.
indexOf(int) - Method in class cern.colt.list.AbstractIntList
Returns the index of the first occurrence of the specified element.
indexOf(long) - Method in class cern.colt.list.AbstractLongList
Returns the index of the first occurrence of the specified element.
indexOf(Object) - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object) - Method in class edu.oswego.cs.dl.util.concurrent.SyncList
 
indexOf(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
Returns the index of the first occurrence of the specified element.
indexOf(Object, int) - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
indexOf(short) - Method in class cern.colt.list.AbstractShortList
Returns the index of the first occurrence of the specified element.
indexOf(String, char) - Static method in class ViolinStrings.Strings
Returns the index of the first ocurrence of the specified character.
indexOf(String, char, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first ocurrence of the specified character.
indexOf(String, char, int) - Static method in class ViolinStrings.Strings
Returns the index of the first ocurrence of the specified character.
indexOf(String, char, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first ocurrence of the specified character, starting at the specified position.
indexOf(String, String) - Static method in class ViolinStrings.Strings
Returns the index of the first ocurrence of the specified string.
indexOf(String, String, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first ocurrence of the specified string, starting at the beginning of the string.
indexOf(String, String, int) - Static method in class ViolinStrings.Strings
Returns the index of the first ocurrence of the specified string.
indexOf(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first ocurrence of the specified string.
indexOfAnyBut(String, String) - Static method in class ViolinStrings.Strings
Returns the index of the first character that is not contained in the specified set of characters.
indexOfAnyBut(String, String, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first character that is not contained in the specified set of characters.
indexOfAnyBut(String, String, int) - Static method in class ViolinStrings.Strings
Returns the index of the first character that is not contained in the specified set of characters.
indexOfAnyBut(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first character that is not contained in the specified set of characters.
indexOfAnyOf(String, String) - Static method in class ViolinStrings.Strings
Returns the index of the first character that is contained in the specified set of characters.
indexOfAnyOf(String, String, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first character that is contained in the specified set of characters.
indexOfAnyOf(String, String, int) - Static method in class ViolinStrings.Strings
Returns the index of the first character that is contained in the specified set of characters.
indexOfAnyOf(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first character that is contained in the specified set of characters.
indexOfFromTo(boolean, int, int) - Method in class cern.colt.list.AbstractBooleanList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(boolean, int, int) - Method in class cern.colt.list.BooleanArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(byte, int, int) - Method in class cern.colt.list.AbstractByteList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(byte, int, int) - Method in class cern.colt.list.ByteArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(char, int, int) - Method in class cern.colt.list.AbstractCharList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(char, int, int) - Method in class cern.colt.list.CharArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(double, int, int) - Method in class cern.colt.list.AbstractDoubleList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(double, int, int) - Method in class cern.colt.list.DoubleArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(float, int, int) - Method in class cern.colt.list.AbstractFloatList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(float, int, int) - Method in class cern.colt.list.FloatArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(int, int, boolean) - Method in class cern.colt.bitvector.BitVector
Returns the index of the first occurrence of the specified state.
indexOfFromTo(int, int, int) - Method in class cern.colt.list.AbstractIntList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(int, int, int) - Method in class cern.colt.list.IntArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(long, int, int) - Method in class cern.colt.list.AbstractLongList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(long, int, int) - Method in class cern.colt.list.LongArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(Object, int, int, boolean) - Method in class cern.colt.list.ObjectArrayList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(short, int, int) - Method in class cern.colt.list.AbstractShortList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(short, int, int) - Method in class cern.colt.list.ShortArrayList
Returns the index of the first occurrence of the specified element.
indexOfPhrase(String, String, int) - Static method in class ViolinStrings.Strings
Returns the index of the first occurrence of the specified phrase within the string.
indexOfPhrase(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the first occurrence of the specified phrase within the string.
indexOfWord(String, int) - Static method in class ViolinStrings.Strings
Returns the index of the first character of the specified nth word within the string.
INITIAL_DEFAULT_CAPACITY - Static variable in class edu.oswego.cs.dl.util.concurrent.DefaultChannelCapacity
The initial value of the default capacity is 1024
initialCount() - Method in class edu.oswego.cs.dl.util.concurrent.CountDown
Return the initial count value
inner_product(byte[], byte[], int, int, int, byte) - Static method in class jal.BYTE.Numeric
Computes the inner product of two ranges.
inner_product(byte[], byte[], int, int, int, byte, BinaryOperator, BinaryOperator) - Static method in class jal.BYTE.Numeric
Computes the generalized inner product of two ranges.
inner_product(char[], char[], int, int, int, char) - Static method in class jal.CHAR.Numeric
Computes the inner product of two ranges.
inner_product(char[], char[], int, int, int, char, BinaryOperator, BinaryOperator) - Static method in class jal.CHAR.Numeric
Computes the generalized inner product of two ranges.
inner_product(double[], double[], int, int, int, double) - Static method in class jal.DOUBLE.Numeric
Computes the inner product of two ranges.
inner_product(double[], double[], int, int, int, double, BinaryOperator, BinaryOperator) - Static method in class jal.DOUBLE.Numeric
Computes the generalized inner product of two ranges.
inner_product(float[], float[], int, int, int, float) - Static method in class jal.FLOAT.Numeric
Computes the inner product of two ranges.
inner_product(float[], float[], int, int, int, float, BinaryOperator, BinaryOperator) - Static method in class jal.FLOAT.Numeric
Computes the generalized inner product of two ranges.
inner_product(int[], int[], int, int, int, int) - Static method in class jal.INT.Numeric
Computes the inner product of two ranges.
inner_product(int[], int[], int, int, int, int, BinaryOperator, BinaryOperator) - Static method in class jal.INT.Numeric
Computes the generalized inner product of two ranges.
inner_product(long[], long[], int, int, int, long) - Static method in class jal.LONG.Numeric
Computes the inner product of two ranges.
inner_product(long[], long[], int, int, int, long, BinaryOperator, BinaryOperator) - Static method in class jal.LONG.Numeric
Computes the generalized inner product of two ranges.
inner_product(Object[], Object[], int, int, int, Object, BinaryOperator, BinaryOperator) - Static method in class jal.Object.Numeric
Computes the generalized inner product of two ranges.
inner_product(short[], short[], int, int, int, short) - Static method in class jal.SHORT.Numeric
Computes the inner product of two ranges.
inner_product(short[], short[], int, int, int, short, BinaryOperator, BinaryOperator) - Static method in class jal.SHORT.Numeric
Computes the generalized inner product of two ranges.
inner_product(String[], String[], int, int, int, String, BinaryOperator, BinaryOperator) - Static method in class jal.String.Numeric
Computes the generalized inner product of two ranges.
inplace_merge(byte[], int, int, int) - Static method in class jal.BYTE.Sorting
Transforms two consecutive sorted ranges into a single sorted range.
inplace_merge(byte[], int, int, int, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Transforms two consecutive sorted ranges into a single sorted range.
inplace_merge(char[], int, int, int) - Static method in class jal.CHAR.Sorting
Transforms two consecutive sorted ranges into a single sorted range.
inplace_merge(char[], int, int, int, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Transforms two consecutive sorted ranges into a single sorted range.
inplace_merge(double[], int, int, int) - Static method in class jal.DOUBLE.Sorting
Transforms two consecutive sorted ranges into a single sorted range.
inplace_merge(double[], int, int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Transforms two consecutive sorted ranges into a single sorted range.
inplace_merge(float[], int, int, int) - Static method in class jal.FLOAT.Sorting
Transforms two consecutive sorted ranges into a single sorted range.
inplace_merge(float[], int, int, int, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Transforms two consecutive sorted ranges into a single sorted range.
inplace_merge(int[], int, int, int) - Static method in class jal.INT.Sorting
Transforms two consecutive sorted ranges into a single sorted range.
inplace_merge(int[], int, int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Transforms two consecutive sorted ranges into a single sorted range.
inplace_merge(long[], int, int, int) - Static method in class jal.LONG.Sorting
Transforms two consecutive sorted ranges into a single sorted range.
inplace_merge(long[], int, int, int, BinaryPredicate) - Static method in class jal.LONG.Sorting
Transforms two consecutive sorted ranges into a single sorted range.
inplace_merge(Object[], int, int, int, BinaryPredicate) - Static method in class jal.Object.Sorting
Transforms two consecutive sorted ranges into a single sorted range.
inplace_merge(short[], int, int, int) - Static method in class jal.SHORT.Sorting
Transforms two consecutive sorted ranges into a single sorted range.
inplace_merge(short[], int, int, int, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Transforms two consecutive sorted ranges into a single sorted range.
inplace_merge(String[], int, int, int) - Static method in class jal.String.Sorting
Transforms two consecutive sorted ranges into a single sorted range.
inplace_merge(String[], int, int, int, BinaryPredicate) - Static method in class jal.String.Sorting
Transforms two consecutive sorted ranges into a single sorted range.
insert(Object) - Method in class edu.oswego.cs.dl.util.concurrent.Heap
insert an element, resize if necessary
insert(String, String, int) - Static method in class ViolinStrings.Strings
Inserts a string after the specified position.
insert(String, String, int, char) - Static method in class ViolinStrings.Strings
Inserts a string after the specified position.
insertion_sort(byte[], int, int) - Static method in class jal.BYTE.Sorting
Sort a range of elements by arithmetic comparison.
insertion_sort(byte[], int, int, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Sort a range of elements by a user-supplied comparison function.
insertion_sort(char[], int, int) - Static method in class jal.CHAR.Sorting
Sort a range of elements by arithmetic comparison.
insertion_sort(char[], int, int, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Sort a range of elements by a user-supplied comparison function.
insertion_sort(double[], int, int) - Static method in class jal.DOUBLE.Sorting
Sort a range of elements by arithmetic comparison.
insertion_sort(double[], int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Sort a range of elements by a user-supplied comparison function.
insertion_sort(float[], int, int) - Static method in class jal.FLOAT.Sorting
Sort a range of elements by arithmetic comparison.
insertion_sort(float[], int, int, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Sort a range of elements by a user-supplied comparison function.
insertion_sort(int[], int, int) - Static method in class jal.INT.Sorting
Sort a range of elements by arithmetic comparison.
insertion_sort(int[], int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Sort a range of elements by a user-supplied comparison function.
insertion_sort(long[], int, int) - Static method in class jal.LONG.Sorting
Sort a range of elements by arithmetic comparison.
insertion_sort(long[], int, int, BinaryPredicate) - Static method in class jal.LONG.Sorting
Sort a range of elements by a user-supplied comparison function.
insertion_sort(Object[], int, int, BinaryPredicate) - Static method in class jal.Object.Sorting
Sort a range of elements by a user-supplied comparison function.
insertion_sort(short[], int, int) - Static method in class jal.SHORT.Sorting
Sort a range of elements by arithmetic comparison.
insertion_sort(short[], int, int, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Sort a range of elements by a user-supplied comparison function.
insertion_sort(String[], int, int) - Static method in class jal.String.Sorting
Sort a range of elements by alphabetical order.
insertion_sort(String[], int, int, BinaryPredicate) - Static method in class jal.String.Sorting
Sort a range of elements by a user-supplied comparison function.
Inspection - class jal.BYTE.Inspection.
A class that encapsulates non-mutating sequence algorithms on one and two arrays.
Inspection - class jal.CHAR.Inspection.
A class that encapsulates non-mutating sequence algorithms on one and two arrays.
Inspection - class jal.DOUBLE.Inspection.
A class that encapsulates non-mutating sequence algorithms on one and two arrays.
Inspection - class jal.FLOAT.Inspection.
A class that encapsulates non-mutating sequence algorithms on one and two arrays.
Inspection - class jal.INT.Inspection.
A class that encapsulates non-mutating sequence algorithms on one and two arrays.
Inspection - class jal.LONG.Inspection.
A class that encapsulates non-mutating sequence algorithms on one and two arrays.
Inspection - class jal.Object.Inspection.
A class that encapsulates non-mutating sequence algorithms on one and two arrays.
Inspection - class jal.SHORT.Inspection.
A class that encapsulates non-mutating sequence algorithms on one and two arrays.
Inspection - class jal.String.Inspection.
A class that encapsulates non-mutating sequence algorithms on one and two arrays.
IntArrayList - class cern.colt.list.IntArrayList.
Resizable list holding int elements; implemented with arrays.
IntArrayList() - Constructor for class cern.colt.list.IntArrayList
Constructs an empty list.
IntArrayList(int) - Constructor for class cern.colt.list.IntArrayList
Constructs an empty list with the specified initial capacity.
IntArrayList(int[]) - Constructor for class cern.colt.list.IntArrayList
Constructs a list containing the specified elements.
IntBuffer - class cern.colt.buffer.IntBuffer.
Fixed sized (non resizable) streaming buffer connected to a target IntBufferConsumer to which data is automatically flushed upon buffer overflow.
IntBuffer(IntBufferConsumer, int) - Constructor for class cern.colt.buffer.IntBuffer
Constructs and returns a new buffer with the given target.
IntBuffer2D - class cern.colt.buffer.IntBuffer2D.
Fixed sized (non resizable) streaming buffer connected to a target IntBuffer2DConsumer to which data is automatically flushed upon buffer overflow.
IntBuffer2D(IntBuffer2DConsumer, int) - Constructor for class cern.colt.buffer.IntBuffer2D
Constructs and returns a new buffer with the given target.
IntBuffer2DConsumer - interface cern.colt.buffer.IntBuffer2DConsumer.
Target of a streaming IntBuffer2D into which data is flushed upon buffer overflow.
IntBuffer3D - class cern.colt.buffer.IntBuffer3D.
Fixed sized (non resizable) streaming buffer connected to a target IntBuffer3DConsumer to which data is automatically flushed upon buffer overflow.
IntBuffer3D(IntBuffer3DConsumer, int) - Constructor for class cern.colt.buffer.IntBuffer3D
Constructs and returns a new buffer with the given target.
IntBuffer3DConsumer - interface cern.colt.buffer.IntBuffer3DConsumer.
Target of a streaming IntBuffer3D into which data is flushed upon buffer overflow.
IntBufferConsumer - interface cern.colt.buffer.IntBufferConsumer.
Target of a streaming IntBuffer into which data is flushed upon buffer overflow.
IntComparator - interface cern.colt.function.IntComparator.
A comparison function which imposes a total ordering on some collection of elements.
IntDoubleFunction - interface cern.colt.function.IntDoubleFunction.
Interface that represents a function object: a function that takes two arguments.
IntDoubleProcedure - interface cern.colt.function.IntDoubleProcedure.
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
interrupt() - Method in class edu.oswego.cs.dl.util.concurrent.misc.SwingWorker
Stops the worker and sets the exception to InterruptedException.
interruptAll() - Method in class edu.oswego.cs.dl.util.concurrent.FJTaskRunnerGroup
Try to shut down all FJTaskRunner threads in this group by interrupting them all.
interruptAll() - Method in class edu.oswego.cs.dl.util.concurrent.PooledExecutor
Interrupt all threads in the pool, causing them all to terminate.
IntFunction - interface cern.colt.function.IntFunction.
Interface that represents a function object: a function that takes a single argument and returns a single value.
intFunctions - Static variable in class cern.jet.math.IntFunctions
Little trick to allow for "aliasing", that is, renaming this class.
IntFunctions - class cern.jet.math.IntFunctions.
Integer Function objects to be passed to generic methods.
IntIntDoubleFunction - interface cern.colt.function.IntIntDoubleFunction.
Interface that represents a function object: a function that takes three arguments.
IntIntDoubleProcedure - interface cern.colt.function.IntIntDoubleProcedure.
Interface that represents a procedure object: a procedure that takes three arguments and does not return a value.
IntIntFunction - interface cern.colt.function.IntIntFunction.
Interface that represents a function object: a function that takes two arguments and returns a single value.
IntIntIntProcedure - interface cern.colt.function.IntIntIntProcedure.
Interface that represents a procedure object: a procedure that takes three arguments and does not return a value.
IntIntProcedure - interface cern.colt.function.IntIntProcedure.
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
IntListAdapter - class cern.colt.list.adapter.IntListAdapter.
Adapter that permits an AbstractIntList to be viewed and treated as a JDK 1.2 AbstractList.
IntListAdapter(AbstractIntList) - Constructor for class cern.colt.list.adapter.IntListAdapter
Constructs a list backed by the specified content list.
IntObjectProcedure - interface cern.colt.function.IntObjectProcedure.
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
IntProcedure - interface cern.colt.function.IntProcedure.
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
inv - Static variable in class cern.jet.math.Functions
Function that returns 1.0 / a.
inverse() - Method in class edu.oswego.cs.dl.util.concurrent.misc.Fraction
return a Fraction representing 1 / this Fraction
inverse(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the inverse or pseudo-inverse of matrix A.
invoke(FJTask) - Static method in class edu.oswego.cs.dl.util.concurrent.FJTask
Immediately execute task t by calling its run method.
invoke(Runnable) - Method in class edu.oswego.cs.dl.util.concurrent.FJTaskRunnerGroup
Start a task and wait it out.
isAbbreviationOf(String, String, boolean) - Static method in class ViolinStrings.Strings
Returns true if the string is a valid abbreviation of another string.
isAbbreviationOf(String, String, int) - Static method in class ViolinStrings.Strings
Returns true if the string is a valid abbreviation of another string.
isAbbreviationOf(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns true if the string is a valid abbreviation of another string.
isBetween(double, double) - Static method in class cern.jet.math.Functions
Constructs a function that returns from<=a && a<=to.
isBetween(int, int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns from<=a && a<=to.
isDiagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is diagonal if A[i,j] == 0 whenever i != j.
isDiagonallyDominantByColumn(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is diagonally dominant by column if the absolute value of each diagonal element is larger than the sum of the absolute values of the off-diagonal elements in the corresponding column.
isDiagonallyDominantByRow(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is diagonally dominant by row if the absolute value of each diagonal element is larger than the sum of the absolute values of the off-diagonal elements in the corresponding row.
isDigit(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of digits.
isDone() - Method in class edu.oswego.cs.dl.util.concurrent.FJTask
Return true if current task has terminated or been cancelled.
isEmpty() - Method in class cern.colt.list.AbstractCollection
Tests if the receiver has no elements.
isEmpty() - Method in class cern.colt.map.AbstractMap
Returns true if the receiver contains no (key,value) associations.
isEmpty() - Method in class edu.oswego.cs.dl.util.concurrent.SyncMap
 
isEmpty() - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArraySet
 
isEmpty() - Method in class edu.oswego.cs.dl.util.concurrent.BoundedLinkedQueue
 
isEmpty() - Method in class edu.oswego.cs.dl.util.concurrent.SyncCollection
 
isEmpty() - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Tests if this list has no components.
isEmpty() - Method in class edu.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class edu.oswego.cs.dl.util.concurrent.ConcurrentHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class edu.oswego.cs.dl.util.concurrent.LinkedQueue
 
isEqual - Static variable in class cern.jet.math.Functions
Function that returns a == b.
isEqual - Static variable in class cern.jet.math.IntFunctions
Function that returns a == b.
isEqual(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a == b.
isEqual(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a == b.
isGreater - Static variable in class cern.jet.math.Functions
Function that returns a > b.
isGreater - Static variable in class cern.jet.math.IntFunctions
Function that returns a > b.
isGreater(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a > b.
isGreater(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a > b.
isIdentifierIgnorable(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of ignorable characters in a Java identifier or a Unicode identifier.
isIdentity(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is an identity matrix if A[i,i] == 1 and all other cells are zero.
isISOControl(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of ISO control characters.
isJavaIdentifier(String) - Static method in class ViolinStrings.Strings
Returns true if the string is a valid Java identifier.
isLess - Static variable in class cern.jet.math.Functions
Function that returns a < b.
isLess - Static variable in class cern.jet.math.IntFunctions
Function that returns a < b.
isLess(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a < b.
isLess(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a < b.
isLetter(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of letters.
isLetterOrDigit(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of letters or digits.
isLike(String, String) - Static method in class ViolinStrings.Strings
Returns true if the string matches the specified pattern.
isLike(String, String, int) - Static method in class ViolinStrings.Strings
Returns true if the string matches the specified pattern.
isLike(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns true if the string matches the specified pattern.
isLike(String, String, int, char, char, boolean) - Static method in class ViolinStrings.Strings
Returns true if the string matches the specified pattern.
isLowerBidiagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is lower bidiagonal if A[i,j]==0 unless i==j || i==j+1.
isLowerCase(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of lowercase characters.
isLowerTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is lower triangular if A[i,j]==0 whenever i < j.
isNonNegative(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is non-negative if A[i,j] >= 0 holds for all cells.
isNonsingular() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
Returns whether the matrix is nonsingular (has an inverse).
isNonsingular() - Method in class cern.colt.matrix.linalg.LUDecomposition
Returns whether the matrix is nonsingular (has an inverse).
isOrthogonal(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A square matrix A is orthogonal if A*transpose(A) = I.
isPositive(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is positive if A[i,j] > 0 holds for all cells.
isReady() - Method in class edu.oswego.cs.dl.util.concurrent.FutureResult
Return whether the reference or exception have been set.
isReady() - Method in class edu.oswego.cs.dl.util.concurrent.misc.SwingWorker
Return whether the get method is ready to return a value.
isRebinnable() - Method in class hep.aida.bin.AbstractBin
Returns whether a client can obtain all elements added to the receiver.
isRebinnable() - Method in class hep.aida.bin.StaticBin1D
Returns false.
isRebinnable() - Method in class hep.aida.bin.DynamicBin1D
Returns true.
isSingular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is singular if it has no inverse, that is, iff det(A)==0.
isSkewSymmetric(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A square matrix A is skew-symmetric if A = -transpose(A), that is A[i,j] == -A[j,i].
isSortedFromTo(int, int) - Method in class cern.colt.list.ObjectArrayList
Determines whether the receiver is sorted ascending, according to the natural ordering of its elements.
isSpaceChar(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of Unicode space characters.
isSquare(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is square if it has the same number of rows and columns.
isStrictlyLowerTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is strictly lower triangular if A[i,j]==0 whenever i <= j.
isStrictlyTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is strictly triangular if it is triangular and its diagonal elements all equal 0.
isStrictlyUpperTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is strictly upper triangular if A[i,j]==0 whenever i >= j.
isSymmetric(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is symmetric if A = tranpose(A), that is A[i,j] == A[j,i].
isSymmetricPositiveDefinite() - Method in class cern.colt.matrix.linalg.CholeskyDecomposition
Returns whether the matrix A is symmetric and positive definite.
isTerminatedAfterShutdown() - Method in class edu.oswego.cs.dl.util.concurrent.PooledExecutor
Return true if a shutDown method has succeeded in terminating all threads.
isTitleCase(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of title case characters.
isTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is triangular iff it is either upper or lower triangular.
isTridiagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is tridiagonal if A[i,j]==0 whenever Math.abs(i-j) > 1.
isUnicodeIdentifier(String) - Static method in class ViolinStrings.Strings
Returns true if the string is a valid Unicode identifier.
isUnitTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is unit triangular if it is triangular and its diagonal elements all equal 1.
isUpperBidiagonal(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is upper bidiagonal if A[i,j]==0 unless i==j || i==j-1.
isUpperCase(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of uppercase characters.
isUpperTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is upper triangular if A[i,j]==0 whenever i > j.
isWhitespace(String) - Static method in class ViolinStrings.Strings
Returns true if the string consists of whitespace characters.
isZero(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is zero if all its cells are zero.
iterator() - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArraySet
 
iterator() - Method in class edu.oswego.cs.dl.util.concurrent.SyncCollection
 
iterator() - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Returns an Iterator over the elements contained in this collection.

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.