Parallel Colt 0.7.2
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) - 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) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
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.tdcomplex.impl.SparseDComplexMatrix2D
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.tdcomplex.impl.SparseDComplexMatrix3D
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() - 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.CCDoubleMatrix2D
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) - Method in class cern.colt.matrix.tdouble.impl.CCMDoubleMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.DenseColDoubleMatrix2D
 
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.DiagonalDoubleMatrix2D
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) - Method in class cern.colt.matrix.tdouble.impl.RCDoubleMatrix2D
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) - Method in class cern.colt.matrix.tdouble.impl.RCMDoubleMatrix2D
 
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
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.tdouble.impl.SparseDoubleMatrix3D
 
like(int, int) - Method in class cern.colt.matrix.tdouble.impl.TridiagonalDoubleMatrix2D
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) - Method in class cern.colt.matrix.tdouble.impl.WrapperDoubleMatrix1D
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.WrapperDoubleMatrix2D
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.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) - 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) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
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.tfcomplex.impl.SparseFComplexMatrix2D
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.tfcomplex.impl.SparseFComplexMatrix3D
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() - 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.CCFloatMatrix2D
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) - Method in class cern.colt.matrix.tfloat.impl.CCMFloatMatrix2D
 
like(int, int) - Method in class cern.colt.matrix.tfloat.impl.DenseColFloatMatrix2D
 
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.DiagonalFloatMatrix2D
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) - Method in class cern.colt.matrix.tfloat.impl.RCFloatMatrix2D
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) - Method in class cern.colt.matrix.tfloat.impl.RCMFloatMatrix2D
 
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
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.tfloat.impl.SparseFloatMatrix3D
 
like(int) - Method in class cern.colt.matrix.tfloat.impl.WrapperFloatMatrix1D
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.WrapperFloatMatrix2D
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) - 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.RCIntMatrix2D
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) - 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
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.tint.impl.SparseIntMatrix3D
 
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
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.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) - 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) - 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() - 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.DenseDComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix2D
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.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.CCDoubleMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirely independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.DenseColDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.DenseDoubleMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.DiagonalDoubleMatrix2D
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.RCDoubleMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirely independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tdouble.impl.SparseDoubleMatrix2D
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.TridiagonalDoubleMatrix2D
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.WrapperDoubleMatrix2D
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.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.DenseFComplexMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix2D
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.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.CCFloatMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirely independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.DenseColFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.DenseFloatMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.DiagonalFloatMatrix2D
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.RCFloatMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirely independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tfloat.impl.SparseFloatMatrix2D
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.WrapperFloatMatrix2D
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.tint.impl.DenseIntMatrix2D
 
like1D(int) - Method in class cern.colt.matrix.tint.impl.RCIntMatrix2D
Construct and returns a new 1-d matrix of the corresponding dynamic type, entirely independent of the receiver.
like1D(int) - Method in class cern.colt.matrix.tint.impl.SparseIntMatrix2D
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.tint.impl.WrapperIntMatrix2D
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.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.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.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.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.impl.DenseDComplexMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tdcomplex.impl.SparseDComplexMatrix1D
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.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.impl.DenseDoubleMatrix1D
 
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.WrapperDoubleMatrix1D
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.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.impl.DenseFComplexMatrix1D
 
like2D(int, int) - Method in class cern.colt.matrix.tfcomplex.impl.SparseFComplexMatrix1D
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.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.impl.DenseFloatMatrix1D
 
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.WrapperFloatMatrix1D
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.DenseIntMatrix1D
 
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.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.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.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.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.ObjectMatrix1D
Construct and returns a new 2-d matrix of the corresponding dynamic type, entirelly independent of the receiver.
LINEAR_INTERPOLATION - Static variable in class cern.jet.random.tdouble.Empirical
 
lltslv_f77(int, double[][], double[], double[]) - Static method in class optimization.Uncmin_f77
The lltslv_f77 method solves Ax = b where A has the form L(L transpose) but only the lower triangular part, L, is stored.
lmder1_f77(Lmder_fcn, int, int, double[], double[], double[][], double, int[], int[]) - Static method in class optimization.Minpack_f77
The lmder1_f77 method minimizes the sum of the squares of m nonlinear functions in n variables by a modification of the Levenberg-Marquardt algorithm.
lmder_f77(Lmder_fcn, int, int, double[], double[], double[][], double, double, double, int, double[], int, double, int, int[], int[], int[], int[], double[]) - Static method in class optimization.Minpack_f77
The lmder_f77 method minimizes the sum of the squares of m nonlinear functions in n variables by a modification of the Levenberg-Marquardt algorithm.
LmderTest_f77 - Class in optimization
This class tests the Minpack_f77.lmder1_f77 method, a Java translation of the MINPACK lmder1 subroutine.
LmderTest_f77() - Constructor for class optimization.LmderTest_f77
 
lmdif1_f77(Lmdif_fcn, int, int, double[], double[], double, int[]) - Static method in class optimization.Minpack_f77
The lmdif1_f77 method minimizes the sum of the squares of m nonlinear functions in n variables by a modification of the Levenberg-Marquardt algorithm.
lmdif_f77(Lmdif_fcn, int, int, double[], double[], double, double, double, int, double, double[], int, double, int, int[], int[], double[][], int[], double[]) - Static method in class optimization.Minpack_f77
The lmdif_f77 method minimizes the sum of the squares of m nonlinear functions in n variables by a modification of the Levenberg-Marquardt algorithm.
LmdifTest_f77 - Class in optimization
This class tests the Minpack_f77.lmdif1_f77 method, a Java translation of the MINPACK lmdif1 subroutine.
LmdifTest_f77() - Constructor for class optimization.LmdifTest_f77
 
lmpar_f77(int, double[][], int[], double[], double[], double, double[], double[], double[], double[], double[]) - Static method in class optimization.Minpack_f77
Given an m by n matrix A, an n by n nonsingular diagonal matrix D, an m-vector b, and a positive number delta, the problem is to determine a value for the parameter par such that if x solves the system
lnsrch_f77(int, double[], double[], double[], double[], double[], double[], Uncmin_methods, boolean[], int[], double[], double[], double[]) - Static method in class optimization.Uncmin_f77
The lnsrch_f77 method finds a next Newton iterate by line search.
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.
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!.
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.
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.
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.
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.
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.
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(DoubleMatrix2D) - Method in class cern.colt.matrix.tdouble.algo.DoubleAlgebra
Constructs and returns the LU-decomposition of the given matrix.
lu(FloatMatrix2D) - Method in class cern.colt.matrix.tfloat.algo.FloatAlgebra
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
 

Parallel Colt 0.7.2
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 Parallel Colt Homepage