Parallel Colt 0.10.1-SNAPSHOT
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 

L

lag1(DoubleArrayList, double) - Static method in class cern.jet.stat.tdouble.DoubleDescriptive
Returns the lag-1 autocorrelation of a dataset; Note that this method has semantics different from autoCorrelation(..., 1);
lag1(FloatArrayList, float) - Static method in class cern.jet.stat.tfloat.FloatDescriptive
Returns the lag-1 autocorrelation of a dataset; Note that this method has semantics different from autoCorrelation(..., 1);
largestPrime - Static variable in class cern.colt.map.PrimeFinder
The largest prime this class can generate; currently equal to Integer.MAX_VALUE.
lastIndexOf(boolean) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Returns the index of the last occurrence of the specified element.
lastIndexOf(byte) - Method in class cern.colt.list.tbyte.AbstractByteList
Returns the index of the last occurrence of the specified element.
lastIndexOf(char) - Method in class cern.colt.list.tchar.AbstractCharList
Returns the index of the last occurrence of the specified element.
lastIndexOf(double) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Returns the index of the last occurrence of the specified element.
lastIndexOf(float) - Method in class cern.colt.list.tfloat.AbstractFloatList
Returns the index of the last occurrence of the specified element.
lastIndexOf(int) - Method in class cern.colt.list.tint.AbstractIntList
Returns the index of the last occurrence of the specified element.
lastIndexOf(long) - Method in class cern.colt.list.tlong.AbstractLongList
Returns the index of the last occurrence of the specified element.
lastIndexOf(Object, boolean) - Method in class cern.colt.list.tobject.ObjectArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOf(short) - Method in class cern.colt.list.tshort.AbstractShortList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(boolean, int, int) - Method in class cern.colt.list.tboolean.AbstractBooleanList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(boolean, int, int) - Method in class cern.colt.list.tboolean.BooleanArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(byte, int, int) - Method in class cern.colt.list.tbyte.AbstractByteList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(byte, int, int) - Method in class cern.colt.list.tbyte.ByteArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(char, int, int) - Method in class cern.colt.list.tchar.AbstractCharList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(char, int, int) - Method in class cern.colt.list.tchar.CharArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(double, int, int) - Method in class cern.colt.list.tdouble.AbstractDoubleList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(double, int, int) - Method in class cern.colt.list.tdouble.DoubleArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(float, int, int) - Method in class cern.colt.list.tfloat.AbstractFloatList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(float, int, int) - Method in class cern.colt.list.tfloat.FloatArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(int, int, int) - Method in class cern.colt.list.tint.AbstractIntList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(int, int, int) - Method in class cern.colt.list.tint.IntArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(long, int, int) - Method in class cern.colt.list.tlong.AbstractLongList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(long, int, int) - Method in class cern.colt.list.tlong.LongArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(Object, int, int, boolean) - Method in class cern.colt.list.tobject.ObjectArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(short, int, int) - Method in class cern.colt.list.tshort.AbstractShortList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(short, int, int) - Method in class cern.colt.list.tshort.ShortArrayList
Returns the index of the last occurrence of the specified element.
leastSignificantBit(int) - Static method in class cern.colt.matrix.tbit.QuickBitVector
Returns the index of the least significant bit in state "true".
LEFT - Static variable in class cern.colt.matrix.AbstractFormatter
The alignment string aligning the cells of a column to the left.
less - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns a < b ? 1 : 0.
less(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns a < b ? 1 : 0.
less - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns a < b ? 1 : 0.
less(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns a < b ? 1 : 0.
level - Variable in class cern.jet.stat.Buffer
 
level() - Method in class cern.jet.stat.Buffer
Returns whether the receiver's level.
level(int) - Method in class cern.jet.stat.Buffer
Sets the receiver's level.
lg - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.log(a) / Math.log(b).
lg(double) - Static method in class cern.jet.math.tdouble.DoubleFunctions
Constructs a function that returns Math.log(a) / Math.log(b) .
lg - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.log(a) / Math.log(b).
lg(float) - Static method in class cern.jet.math.tfloat.FloatFunctions
Constructs a function that returns Math.log(a) / Math.log(b) .
like() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
like(int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCMDComplexMatrix2D
 
like(int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCMDComplexMatrix2D
 
like(int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
like() - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
like(int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseCCMDoubleMatrix2D
 
like(int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseRCMDoubleMatrix2D
 
like(int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
like() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
like(int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCMFComplexMatrix2D
 
like(int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCMFComplexMatrix2D
 
like(int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
like() - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
like(int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseCCMFloatMatrix2D
 
like(int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseRCMFloatMatrix2D
 
like(int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
like(int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tint.impl.DenseLargeIntMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tint.impl.DenseLargeIntMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tint.impl.SparseCCMIntMatrix2D
 
like(int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tint.impl.SparseRCMIntMatrix2D
 
like(int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
like() - Method in class cern.colt.matrix.tint.IntMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.tint.IntMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.tint.IntMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.tint.IntMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLargeLongMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLargeLongMatrix3D
 
like(int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
like(int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseCCMLongMatrix2D
 
like(int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseRCMLongMatrix2D
 
like(int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
like() - Method in class cern.colt.matrix.tlong.LongMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.tlong.LongMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.tlong.LongMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tobject.impl.DenseLargeObjectMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tobject.impl.DenseLargeObjectMatrix3D
 
like(int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseCCMObjectMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
 
like(int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseRCMObjectMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
 
like(int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
like(int, int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
like() - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like(int) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like() - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of rows and columns.
like(int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of rows and columns.
like() - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same number of slices, rows and columns.
like(int, int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified number of slices, rows and columns.
like1D(int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseColumnDComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseLargeDComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdcomplex.impl.DiagonalDComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseCCDComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseRCDComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.DenseColumnDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.DenseLargeDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.SparseCCDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.SparseRCDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseColumnFComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseLargeFComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfcomplex.impl.DiagonalFComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseCCFComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseRCFComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.FloatMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.DenseColumnFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.DenseLargeFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.SparseCCFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.SparseRCFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.impl.DenseColumnIntMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.impl.DenseLargeIntMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.impl.DiagonalIntMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.impl.SparseCCIntMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.impl.SparseRCIntMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.IntMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tlong.impl.DenseColumnLongMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tlong.impl.DenseLargeLongMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tlong.impl.DiagonalLongMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tlong.impl.SparseCCLongMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tlong.impl.SparseRCLongMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tlong.LongMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tobject.impl.DenseColumnObjectMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tobject.impl.DenseLargeObjectMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tobject.impl.DiagonalObjectMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tobject.impl.SparseCCObjectMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tobject.impl.SparseRCObjectMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tobject.ObjectMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirely independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tdcomplex.DComplexMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.DenseDComplexMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.WrapperDComplexMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tdouble.DoubleMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirely independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tfcomplex.FComplexMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.DenseFComplexMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.WrapperFComplexMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tfloat.FloatMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tint.impl.DenseIntMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tint.impl.WrapperIntMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tint.IntMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tint.IntMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tlong.impl.DenseLongMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tlong.impl.SparseLongMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tlong.impl.WrapperLongMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tlong.LongMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tlong.LongMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
like2D(int, int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tobject.impl.DenseObjectMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tobject.impl.SparseObjectMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tobject.impl.WrapperObjectMatrix3D
 
like2D(int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
like2D(int, int) - Method in class cern.colt.matrix.tobject.ObjectMatrix3D
Construct and returns a new 2-d matrix of the corresponding dynamic type, sharing the same cells.
LINEAR_INTERPOLATION - Static variable in class cern.jet.random.tdouble.Empirical
 
log(double[]) - Static method in class cern.jet.math.tdcomplex.DComplex
 
log - Static variable in class cern.jet.math.tdcomplex.DComplexFunctions
 
log(double, double) - Static method in class cern.jet.math.tdouble.DoubleArithmetic
Returns logbasevalue.
log - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.log(a).
log(float[]) - Static method in class cern.jet.math.tfcomplex.FComplex
 
log - Static variable in class cern.jet.math.tfcomplex.FComplexFunctions
 
log(float, float) - Static method in class cern.jet.math.tfloat.FloatArithmetic
Returns logbasevalue.
log - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.log(a).
log10(double) - Static method in class cern.jet.math.tdouble.DoubleArithmetic
Returns log10value.
log10(float) - Static method in class cern.jet.math.tfloat.FloatArithmetic
Returns log10value.
log2(double) - Static method in class cern.jet.math.tdouble.DoubleArithmetic
Returns log2value.
log2 - Static variable in class cern.jet.math.tdouble.DoubleFunctions
Function that returns Math.log(a) / Math.log(2).
log2(float) - Static method in class cern.jet.math.tfloat.FloatArithmetic
Returns log2value.
log2 - Static variable in class cern.jet.math.tfloat.FloatFunctions
Function that returns Math.log(a) / Math.log(2).
Logarithmic - Class in cern.jet.random.tdouble
Logarithmic distribution.
Logarithmic(double, DoubleRandomEngine) - Constructor for class cern.jet.random.tdouble.Logarithmic
Constructs a Logarithmic distribution.
logFactorial(int) - Static method in class cern.jet.math.tdouble.DoubleArithmetic
Returns log(k!).
logFactorial(int) - Static method in class cern.jet.math.tfloat.FloatArithmetic
Returns log(k!).
logGamma(double) - Static method in class cern.jet.random.tdouble.PoissonSlow
Returns the value ln(Gamma(xx) for xx > 0.
logGamma(double) - Static method in class cern.jet.stat.tdouble.Gamma
Returns the natural logarithm of the gamma function; formerly named lgamma.
LongArrayList - Class in cern.colt.list.tlong
Resizable list holding long elements; implemented with arrays.
LongArrayList() - Constructor for class cern.colt.list.tlong.LongArrayList
Constructs an empty list.
LongArrayList(long[]) - Constructor for class cern.colt.list.tlong.LongArrayList
Constructs a list containing the specified elements.
LongArrayList(int) - Constructor for class cern.colt.list.tlong.LongArrayList
Constructs an empty list with the specified initial capacity.
LongBuffer - Class in cern.colt.buffer.tlong
Fixed sized (non resizable) streaming buffer connected to a target LongBufferConsumer to which data is automatically flushed upon buffer overflow.
LongBuffer(LongBufferConsumer, int) - Constructor for class cern.colt.buffer.tlong.LongBuffer
Constructs and returns a new buffer with the given target.
LongBuffer2D - Class in cern.colt.buffer.tlong
Fixed sized (non resizable) streaming buffer connected to a target LongBuffer2DConsumer to which data is automatically flushed upon buffer overflow.
LongBuffer2D(LongBuffer2DConsumer, int) - Constructor for class cern.colt.buffer.tlong.LongBuffer2D
Constructs and returns a new buffer with the given target.
LongBuffer2DConsumer - Interface in cern.colt.buffer.tlong
Target of a streaming LongBuffer2D into which data is flushed upon buffer overflow.
LongBuffer3D - Class in cern.colt.buffer.tlong
Fixed sized (non resizable) streaming buffer connected to a target LongBuffer3DConsumer to which data is automatically flushed upon buffer overflow.
LongBuffer3D(LongBuffer3DConsumer, int) - Constructor for class cern.colt.buffer.tlong.LongBuffer3D
Constructs and returns a new buffer with the given target.
LongBuffer3DConsumer - Interface in cern.colt.buffer.tlong
Target of a streaming LongBuffer3D into which data is flushed upon buffer overflow.
LongBufferConsumer - Interface in cern.colt.buffer.tlong
Target of a streaming LongBuffer into which data is flushed upon buffer overflow.
LongComparator - Interface in cern.colt.function.tlong
A comparison function which imposes a total ordering on some collection of elements.
LongDoubleProcedure - Interface in cern.colt.function.tdouble
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
longFactorial(int) - Static method in class cern.jet.math.tdouble.DoubleArithmetic
Instantly returns the factorial k!.
longFactorial(int) - Static method in class cern.jet.math.tfloat.FloatArithmetic
Instantly returns the factorial k!.
LongFactory1D - Class in cern.colt.matrix.tlong
Factory for convenient construction of 1-d matrices holding int cells.
LongFactory2D - Class in cern.colt.matrix.tlong
Factory for convenient construction of 2-d matrices holding int cells.
LongFactory3D - Class in cern.colt.matrix.tlong
Factory for convenient construction of 3-d matrices holding int cells.
LongFloatProcedure - Interface in cern.colt.function.tfloat
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongFormatter - Class in cern.colt.matrix.tlong.algo
Flexible, well human readable matrix print formatting; By default decimal point aligned.
LongFormatter() - Constructor for class cern.colt.matrix.tlong.algo.LongFormatter
Constructs and returns a matrix formatter with format "%G".
LongFormatter(String) - Constructor for class cern.colt.matrix.tlong.algo.LongFormatter
Constructs and returns a matrix formatter.
LongFunction - Interface in cern.colt.function.tlong
Interface that represents a function object: a function that takes a single argument and returns a single value.
LongFunctions - Class in cern.jet.math.tlong
Long Function objects to be passed to generic methods.
longFunctions - Static variable in class cern.jet.math.tlong.LongFunctions
Little trick to allow for "aliasing", that is, renaming this class.
LongIntProcedure - Interface in cern.colt.function.tlong
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongListAdapter - Class in cern.colt.list.tlong
Adapter that permits an AbstractLongList to be viewed and treated as a JDK 1.2 AbstractList.
LongListAdapter(AbstractLongList) - Constructor for class cern.colt.list.tlong.LongListAdapter
Constructs a list backed by the specified content list.
LongLongFunction - Interface in cern.colt.function.tlong
Interface that represents a function object: a function that takes two arguments and returns a single value.
LongLongLongProcedure - Interface in cern.colt.function.tlong
Interface that represents a procedure object: a procedure that takes three arguments and does not return a value.
LongLongProcedure - Interface in cern.colt.function.tlong
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongMatrix1D - Class in cern.colt.matrix.tlong
Abstract base class for 1-d matrices (aka vectors) holding int elements.
LongMatrix1DComparator - Interface in cern.colt.matrix.tlong.algo
A comparison function which imposes a total ordering on some collection of elements.
LongMatrix1DProcedure - Interface in cern.colt.matrix.tlong
Longerface that represents a condition or procedure object: takes a single argument and returns a boolean value.
LongMatrix2D - Class in cern.colt.matrix.tlong
Abstract base class for 2-d matrices holding int elements.
LongMatrix2DComparator - Interface in cern.colt.matrix.tlong.algo
A comparison function which imposes a total ordering on some collection of elements.
LongMatrix2DProcedure - Interface in cern.colt.matrix.tlong
Longerface that represents a condition or procedure object: takes a single argument and returns a boolean value.
LongMatrix3D - Class in cern.colt.matrix.tlong
Abstract base class for 3-d matrices holding int elements.
LongMatrix3DProcedure - Interface in cern.colt.matrix.tlong
Longerface that represents a condition or procedure object: takes a single argument and returns a boolean value.
LongMult - Class in cern.jet.math.tlong
Only for performance tuning of compute longensive linear algebraic computations.
LongObjectProcedure - Interface in cern.colt.function.tobject
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongPlusMultFirst - Class in cern.jet.math.tlong
Only for performance tuning of compute longensive linear algebraic computations.
LongPlusMultSecond - Class in cern.jet.math.tlong
Only for performance tuning of compute longensive linear algebraic computations.
LongProcedure - Interface in cern.colt.function.tlong
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
LongProperty - Class in cern.colt.matrix.tlong.algo
Tests matrices for linear algebraic properties (equality, tridiagonality, symmetry, singularity, etc).
LongProperty() - Constructor for class cern.colt.matrix.tlong.algo.LongProperty
Constructs an instance with a tolerance of Math.abs(newTolerance).
LongSorting - Class in cern.colt.matrix.tlong.algo
Matrix quicksorts and mergesorts.
lowerBandwidth(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleProperty
The lower bandwidth of a square matrix A is the maximum i-j for which A[i,j] is nonzero and i > j.
lowerBandwidth(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatProperty
The lower bandwidth of a square matrix A is the maximum i-j for which A[i,j] is nonzero and i > j.
lowerBandwidth(IntMatrix2D) - Method in class cern.colt.matrix.tint.algo.IntProperty
The lower bandwidth of a square matrix A is the maximum i-j for which A[i,j] is nonzero and i > j.
lowerBandwidth(LongMatrix2D) - Method in class cern.colt.matrix.tlong.algo.LongProperty
The lower bandwidth of a square matrix A is the maximum i-j for which A[i,j] is nonzero and i > j.
lowerEdge() - Method in interface hep.aida.tdouble.DoubleIAxis
Lower axis edge.
lowerEdge() - Method in class hep.aida.tdouble.ref.DoubleFixedAxis
 
lowerEdge() - Method in class hep.aida.tdouble.ref.DoubleVariableAxis
 
lowerEdge() - Method in interface hep.aida.tfloat.FloatIAxis
Lower axis edge.
lowerEdge() - Method in class hep.aida.tfloat.ref.FloatFixedAxis
 
lowerEdge() - Method in class hep.aida.tfloat.ref.FloatVariableAxis
 
lu(DComplexMatrix2D, int) - Method in class cern.colt.matrix.tdcomplex.algo.SparseDComplexAlgebra
Constructs and returns the LU-decomposition of the given matrix.
lu(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DenseDoubleAlgebra
Constructs and returns the LU-decomposition of the given matrix.
lu(DoubleMatrix2D, int) - Method in class cern.colt.matrix.tdouble.algo.SparseDoubleAlgebra
Constructs and returns the LU-decomposition of the given matrix.
lu(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.DenseFloatAlgebra
Constructs and returns the LU-decomposition of the given matrix.
lu(FloatMatrix2D, int) - Method in class cern.colt.matrix.tfloat.algo.SparseFloatAlgebra
Constructs and returns the LU-decomposition of the given matrix.
lumen - Static variable in class cern.clhep.Units
 
lux - Static variable in class cern.clhep.Units
 
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 
Parallel Colt 0.10.1-SNAPSHOT

Jump to the Parallel Colt Homepage