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

I

IAxis - interface hep.aida.IAxis.
An IAxis represents a binned histogram axis.
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.
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 a list containing the specified elements.
IntArrayList(int) - Constructor for class cern.colt.list.IntArrayList
Constructs an empty list with the specified initial capacity.
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.
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 - 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.
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.
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
 
idamax(DoubleMatrix1D) - Method in class cern.colt.matrix.linalg.SmpBlas
 
identity(int) - Method in class cern.colt.matrix.DoubleFactory2D
Constructs an identity matrix (having ones on the diagonal and zeros elsewhere).
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.
inc - Static variable in class cern.jet.math.IntFunctions
Function that returns a++.
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.
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.
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(short) - Method in class cern.colt.list.AbstractShortList
Returns the index of the first occurrence of the specified element.
indexOf(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
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(boolean, int, int) - Method in class cern.colt.list.AbstractBooleanList
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(char, int, int) - Method in class cern.colt.list.AbstractCharList
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(float, int, int) - Method in class cern.colt.list.AbstractFloatList
Returns the index of the first occurrence of the specified element.
indexOfFromTo(int, int, int) - Method in class cern.colt.list.AbstractIntList
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(short, int, int) - Method in class cern.colt.list.AbstractShortList
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.ByteArrayList
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.DoubleArrayList
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, 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.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.ShortArrayList
Returns the index of the first occurrence of the specified element.
intFunctions - Static variable in class cern.jet.math.IntFunctions
Little trick to allow for "aliasing", that is, renaming this class.
inv - Static variable in class cern.jet.math.Functions
Function that returns 1.0 / a.
inverse(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Algebra
Returns the inverse or pseudo-inverse of matrix A.
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.
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.
isEqual - Static variable in class cern.jet.math.Functions
Function that returns a == b.
isEqual(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a == b.
isEqual - Static variable in class cern.jet.math.IntFunctions
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(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a > b.
isGreater - Static variable in class cern.jet.math.IntFunctions
Function that returns a > b.
isGreater(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a > b.
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.
isLess - Static variable in class cern.jet.math.Functions
Function that returns a < b.
isLess(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a < b.
isLess - Static variable in class cern.jet.math.IntFunctions
Function that returns a < b.
isLess(int) - Static method in class cern.jet.math.IntFunctions
Constructs a function that returns a < b.
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.
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.LUDecomposition
Returns whether the matrix is nonsingular (has an inverse).
isNonsingular() - Method in class cern.colt.matrix.linalg.LUDecompositionQuick
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.
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.DynamicBin1D
Returns true.
isRebinnable() - Method in class hep.aida.bin.StaticBin1D
Returns false.
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.
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.
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.
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.
isUpperTriangular(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is upper triangular if A[i,j]==0 whenever i > j.
isZero(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
A matrix A is zero if all its cells are zero.

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