Colt 1.0.3
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

L

lag1(DoubleArrayList, double) - Static method in class cern.jet.stat.Descriptive
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.
last - Variable in class jal.BYTE.Range
Index that is one past the last element in the range.
last - Variable in class jal.CHAR.Range
Index that is one past the last element in the range.
last - Variable in class jal.DOUBLE.Range
Index that is one past the last element in the range.
last - Variable in class jal.FLOAT.Range
Index that is one past the last element in the range.
last - Variable in class jal.INT.Range
Index that is one past the last element in the range.
last - Variable in class jal.LONG.Range
Index that is one past the last element in the range.
last - Variable in class jal.Object.Range
Index that is one past the last element in the range.
last - Variable in class jal.SHORT.Range
Index that is one past the last element in the range.
last - Variable in class jal.String.Range
Index that is one past the last element in the range.
last() - Method in class edu.oswego.cs.dl.util.concurrent.SyncSortedSet
 
lastIndexOf(boolean) - Method in class cern.colt.list.AbstractBooleanList
Returns the index of the last occurrence of the specified element.
lastIndexOf(byte) - Method in class cern.colt.list.AbstractByteList
Returns the index of the last occurrence of the specified element.
lastIndexOf(char) - Method in class cern.colt.list.AbstractCharList
Returns the index of the last occurrence of the specified element.
lastIndexOf(double) - Method in class cern.colt.list.AbstractDoubleList
Returns the index of the last occurrence of the specified element.
lastIndexOf(float) - Method in class cern.colt.list.AbstractFloatList
Returns the index of the last occurrence of the specified element.
lastIndexOf(int) - Method in class cern.colt.list.AbstractIntList
Returns the index of the last occurrence of the specified element.
lastIndexOf(long) - Method in class cern.colt.list.AbstractLongList
Returns the index of the last occurrence of the specified element.
lastIndexOf(Object) - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Returns the index of the last occurrence of the specified object in this list.
lastIndexOf(Object) - Method in class edu.oswego.cs.dl.util.concurrent.SyncList
 
lastIndexOf(Object, boolean) - Method in class cern.colt.list.ObjectArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOf(Object, int) - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastIndexOf(short) - Method in class cern.colt.list.AbstractShortList
Returns the index of the last occurrence of the specified element.
lastIndexOf(String, char) - Static method in class ViolinStrings.Strings
Returns the index of the last ocurrence of the specified character.
lastIndexOf(String, char, int) - Static method in class ViolinStrings.Strings
Returns the index of the last ocurrence of the specified character.
lastIndexOf(String, char, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the last ocurrence of the specified character.
lastIndexOf(String, String) - Static method in class ViolinStrings.Strings
Returns the index of the last ocurrence of the specified string.
lastIndexOf(String, String, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the last ocurrence of the specified string.
lastIndexOf(String, String, int) - Static method in class ViolinStrings.Strings
Returns the index of the last ocurrence of the specified string.
lastIndexOf(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the last ocurrence of the specified string.
lastIndexOfAnyBut(String, String) - Static method in class ViolinStrings.Strings
Returns the index of the last character that is not contained in the specified set of characters.
lastIndexOfAnyBut(String, String, int) - Static method in class ViolinStrings.Strings
Returns the index of the last character that is not contained in the specified set of characters.
lastIndexOfAnyBut(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the last character that is not contained in the specified set of characters.
lastIndexOfAnyOf(String, String) - Static method in class ViolinStrings.Strings
Returns the index of the last character that is contained in the specified set of characters.
lastIndexOfAnyOf(String, String, int) - Static method in class ViolinStrings.Strings
Returns the index of the last character that is contained in the specified set of characters.
lastIndexOfAnyOf(String, String, int, boolean) - Static method in class ViolinStrings.Strings
Returns the index of the last character that is contained in the specified set of characters.
lastIndexOfFromTo(boolean, int, int) - Method in class cern.colt.list.AbstractBooleanList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(boolean, int, int) - Method in class cern.colt.list.BooleanArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(byte, int, int) - Method in class cern.colt.list.AbstractByteList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(byte, int, int) - Method in class cern.colt.list.ByteArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(char, int, int) - Method in class cern.colt.list.AbstractCharList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(char, int, int) - Method in class cern.colt.list.CharArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(double, int, int) - Method in class cern.colt.list.AbstractDoubleList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(double, int, int) - Method in class cern.colt.list.DoubleArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(float, int, int) - Method in class cern.colt.list.AbstractFloatList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(float, int, int) - Method in class cern.colt.list.FloatArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(int, int, int) - Method in class cern.colt.list.AbstractIntList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(int, int, int) - Method in class cern.colt.list.IntArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(long, int, int) - Method in class cern.colt.list.AbstractLongList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(long, int, int) - Method in class cern.colt.list.LongArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(Object, int, int, boolean) - Method in class cern.colt.list.ObjectArrayList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(short, int, int) - Method in class cern.colt.list.AbstractShortList
Returns the index of the last occurrence of the specified element.
lastIndexOfFromTo(short, int, int) - Method in class cern.colt.list.ShortArrayList
Returns the index of the last occurrence of the specified element.
lastKey() - Method in class edu.oswego.cs.dl.util.concurrent.SyncSortedMap
 
Latch - class edu.oswego.cs.dl.util.concurrent.Latch.
A latch is a boolean condition that is set at most once, ever.
Latch() - Constructor for class edu.oswego.cs.dl.util.concurrent.Latch
 
LayeredSync - class edu.oswego.cs.dl.util.concurrent.LayeredSync.
A class that can be used to compose Syncs.
LayeredSync(Sync, Sync) - Constructor for class edu.oswego.cs.dl.util.concurrent.LayeredSync
Create a LayeredSync managing the given outer and inner Sync objects
leastSignificantBit(int) - Static method in class cern.colt.bitvector.QuickBitVector
Returns the index of the least significant bit in state "true".
LEFT - Static variable in class cern.colt.matrix.impl.AbstractFormatter
The alignment string aligning the cells of a column to the left.
leftJustify(String, int) - Static method in class ViolinStrings.Strings
Left-justifies the string in a string of the specified length.
leftJustify(String, int, char) - Static method in class ViolinStrings.Strings
Left-justifies the string in a string of the specified length.
less - Static variable in class cern.jet.math.Functions
Function that returns a < b ? 1 : 0.
less(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns a < b ? 1 : 0.
less(DoubleMatrix2D, double) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A[row,col] = A[row,col] < s ? 1 : 0.
less(DoubleMatrix2D, DoubleMatrix2D) - Static method in class cern.colt.matrix.doublealgo.Transform
Deprecated. A[row,col] = A[row,col] < B[row,col] ? 1 : 0.
lexicographical_compare(byte[], byte[], int, int, int, int) - Static method in class jal.BYTE.Sorting
Performs a lexicographical (element-by-element) comparison of two ranges.
lexicographical_compare(byte[], byte[], int, int, int, int, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Performs a lexicographical (element-by-element) comparison of two ranges.
lexicographical_compare(char[], char[], int, int, int, int) - Static method in class jal.CHAR.Sorting
Performs a lexicographical (element-by-element) comparison of two ranges.
lexicographical_compare(char[], char[], int, int, int, int, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Performs a lexicographical (element-by-element) comparison of two ranges.
lexicographical_compare(double[], double[], int, int, int, int) - Static method in class jal.DOUBLE.Sorting
Performs a lexicographical (element-by-element) comparison of two ranges.
lexicographical_compare(double[], double[], int, int, int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Performs a lexicographical (element-by-element) comparison of two ranges.
lexicographical_compare(float[], float[], int, int, int, int) - Static method in class jal.FLOAT.Sorting
Performs a lexicographical (element-by-element) comparison of two ranges.
lexicographical_compare(float[], float[], int, int, int, int, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Performs a lexicographical (element-by-element) comparison of two ranges.
lexicographical_compare(int[], int[], int, int, int, int) - Static method in class jal.INT.Sorting
Performs a lexicographical (element-by-element) comparison of two ranges.
lexicographical_compare(int[], int[], int, int, int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Performs a lexicographical (element-by-element) comparison of two ranges.
lexicographical_compare(long[], long[], int, int, int, int) - Static method in class jal.LONG.Sorting
Performs a lexicographical (element-by-element) comparison of two ranges.
lexicographical_compare(long[], long[], int, int, int, int, BinaryPredicate) - Static method in class jal.LONG.Sorting
Performs a lexicographical (element-by-element) comparison of two ranges.
lexicographical_compare(Object[], Object[], int, int, int, int, BinaryPredicate) - Static method in class jal.Object.Sorting
Performs a lexicographical (element-by-element) comparison of two ranges.
lexicographical_compare(short[], short[], int, int, int, int) - Static method in class jal.SHORT.Sorting
Performs a lexicographical (element-by-element) comparison of two ranges.
lexicographical_compare(short[], short[], int, int, int, int, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Performs a lexicographical (element-by-element) comparison of two ranges.
lexicographical_compare(String[], String[], int, int, int, int) - Static method in class jal.String.Sorting
Performs a lexicographical (element-by-element) comparison of two ranges.
lexicographical_compare(String[], String[], int, int, int, int, BinaryPredicate) - Static method in class jal.String.Sorting
Performs a lexicographical (element-by-element) comparison of two ranges.
lg - Static variable in class cern.jet.math.Functions
Function that returns Math.log(a) / Math.log(b).
lg(double) - Static method in class cern.jet.math.Functions
Constructs a function that returns Math.log(a) / Math.log(b).
like() - Method in class cern.colt.matrix.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() - Method in class cern.colt.matrix.DoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like() - Method in class cern.colt.matrix.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() - Method in class cern.colt.matrix.ObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the same size.
like() - Method in class cern.colt.matrix.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() - Method in class cern.colt.matrix.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) - Method in class cern.colt.matrix.DoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int) - Method in class cern.colt.matrix.ObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int) - Method in class cern.colt.matrix.impl.DenseObjectMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix1D
Construct and returns a new empty matrix of the same dynamic type as the receiver, having the specified size.
like(int) - Method in class cern.colt.matrix.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.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(int, int) - Method in class cern.colt.matrix.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(int, int) - Method in class cern.colt.matrix.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) - Method in class cern.colt.matrix.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.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) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix2D
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.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.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, int) - Method in class cern.colt.matrix.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.
like(int, int, int) - Method in class cern.colt.matrix.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, int) - Method in class cern.colt.matrix.impl.SparseDoubleMatrix3D
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, int) - Method in class cern.colt.matrix.impl.DenseDoubleMatrix3D
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, int) - Method in class cern.colt.matrix.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.
like1D(int) - Method in class cern.colt.matrix.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.ObjectMatrix2D
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.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.impl.RCDoubleMatrix2D
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.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.impl.DenseDoubleMatrix2D
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.impl.SparseObjectMatrix2D
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.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.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.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.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.impl.DenseDoubleMatrix1D
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.impl.SparseObjectMatrix1D
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.Empirical
 
LinkedNode - class edu.oswego.cs.dl.util.concurrent.LinkedNode.
A standard linked list node used in various queue classes
LinkedNode() - Constructor for class edu.oswego.cs.dl.util.concurrent.LinkedNode
 
LinkedNode(Object) - Constructor for class edu.oswego.cs.dl.util.concurrent.LinkedNode
 
LinkedNode(Object, LinkedNode) - Constructor for class edu.oswego.cs.dl.util.concurrent.LinkedNode
 
LinkedQueue - class edu.oswego.cs.dl.util.concurrent.LinkedQueue.
A linked list based channel implementation.
LinkedQueue() - Constructor for class edu.oswego.cs.dl.util.concurrent.LinkedQueue
 
listIterator() - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Returns an Iterator of the elements in this List (in proper sequence).
listIterator() - Method in class edu.oswego.cs.dl.util.concurrent.SyncList
 
listIterator(int) - Method in class edu.oswego.cs.dl.util.concurrent.CopyOnWriteArrayList
Returns a ListIterator of the elements in this List (in proper sequence), starting at the specified position in the List.
listIterator(int) - Method in class edu.oswego.cs.dl.util.concurrent.SyncList
 
loadFactor() - Method in class edu.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap
Return the load factor
LockedExecutor - class edu.oswego.cs.dl.util.concurrent.LockedExecutor.
An implementation of Executor that invokes the run method of the supplied command within a synchronization lock and then returns.
LockedExecutor(Sync) - Constructor for class edu.oswego.cs.dl.util.concurrent.LockedExecutor
Create a new LockedExecutor that relies on the given mutual exclusion lock.
log - Static variable in class cern.jet.math.Functions
Function that returns Math.log(a).
log(Complex) - Static method in class com.imsl.math.Complex
Returns the logarithm of a Complex z, with a branch cut along the negative real axis.
log(double, double) - Static method in class cern.jet.math.Arithmetic
Returns logbasevalue.
log10 - Static variable in class cern.jet.math.Functions
Function that returns com.imsl.math.Sfun.log10(a).
log10(double) - Static method in class cern.jet.math.Arithmetic
Returns log10value.
log10(double) - Static method in class com.imsl.math.Sfun
Returns the common (base 10) logarithm of a double.
log2 - Static variable in class cern.jet.math.Functions
Function that returns Math.log(a) / Math.log(2).
log2(double) - Static method in class cern.jet.math.Arithmetic
Returns log2value.
Logarithmic - class cern.jet.random.Logarithmic.
Logarithmic distribution.
Logarithmic(double, RandomElement) - Constructor for class cern.jet.random.Logarithmic
Constructs a Logarithmic distribution.
logBeta - Static variable in class cern.jet.math.Functions
Function that returns com.imsl.math.Sfun.logBeta(a,b).
logBeta(double, double) - Static method in class com.imsl.math.Sfun
Returns the logarithm of the Beta function.
logFactorial(int) - Static method in class cern.jet.math.Arithmetic
Returns log(k!).
logGamma - Static variable in class cern.jet.math.Functions
Function that returns com.imsl.math.Sfun.logGamma(a).
logGamma(double) - Static method in class cern.jet.random.PoissonSlow
Returns the value ln(Gamma(xx) for xx > 0.
logGamma(double) - Static method in class cern.jet.stat.Gamma
Returns the natural logarithm of the gamma function; formerly named lgamma.
logGamma(double) - Static method in class com.imsl.math.Sfun
Returns the logarithm of the Gamma function of a double.
LongArrayList - class cern.colt.list.LongArrayList.
Resizable list holding long elements; implemented with arrays.
LongArrayList() - Constructor for class cern.colt.list.LongArrayList
Constructs an empty list.
LongArrayList(int) - Constructor for class cern.colt.list.LongArrayList
Constructs an empty list with the specified initial capacity.
LongArrayList(long[]) - Constructor for class cern.colt.list.LongArrayList
Constructs a list containing the specified elements.
LongComparator - interface cern.colt.function.LongComparator.
A comparison function which imposes a total ordering on some collection of elements.
longFactorial(int) - Static method in class cern.jet.math.Arithmetic
Instantly returns the factorial k!.
LongListAdapter - class cern.colt.list.adapter.LongListAdapter.
Adapter that permits an AbstractLongList to be viewed and treated as a JDK 1.2 AbstractList.
LongListAdapter(AbstractLongList) - Constructor for class cern.colt.list.adapter.LongListAdapter
Constructs a list backed by the specified content list.
LongObjectProcedure - interface cern.colt.function.LongObjectProcedure.
Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongProcedure - interface cern.colt.function.LongProcedure.
Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
lower_bound(byte[], int, int, byte) - Static method in class jal.BYTE.Sorting
Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lower_bound(byte[], int, int, byte, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lower_bound(char[], int, int, char) - Static method in class jal.CHAR.Sorting
Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lower_bound(char[], int, int, char, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lower_bound(double[], int, int, double) - Static method in class jal.DOUBLE.Sorting
Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lower_bound(double[], int, int, double, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lower_bound(float[], int, int, float) - Static method in class jal.FLOAT.Sorting
Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lower_bound(float[], int, int, float, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lower_bound(int[], int, int, int) - Static method in class jal.INT.Sorting
Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lower_bound(int[], int, int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lower_bound(int, int, int, IntComparator) - Static method in class cern.colt.GenericSorting
See jal.DOUBLE.Sorting Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lower_bound(long[], int, int, long) - Static method in class jal.LONG.Sorting
Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lower_bound(long[], int, int, long, BinaryPredicate) - Static method in class jal.LONG.Sorting
Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lower_bound(Object[], int, int, Object, BinaryPredicate) - Static method in class jal.Object.Sorting
Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lower_bound(short[], int, int, short) - Static method in class jal.SHORT.Sorting
Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lower_bound(short[], int, int, short, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lower_bound(String[], int, int, String) - Static method in class jal.String.Sorting
Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lower_bound(String[], int, int, String, BinaryPredicate) - Static method in class jal.String.Sorting
Performs a binary search on an already-sorted range: finds the first position where an element can be inserted without violating the ordering.
lowerBandwidth(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
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.IAxis
Lower axis edge.
lowerEdge() - Method in class hep.aida.ref.VariableAxis
 
lowerEdge() - Method in class hep.aida.ref.FixedAxis
 
LUDecomposition - class cern.colt.matrix.linalg.LUDecomposition.
For an m x n matrix A with m >= n, the LU decomposition is an m x n unit lower triangular matrix L, an n x n upper triangular matrix U, and a permutation vector piv of length m so that A(piv,:) = L*U; If m < n, then L is m x m and U is m x n.
LUDecomposition(DoubleMatrix2D) - Constructor for class cern.colt.matrix.linalg.LUDecomposition
Constructs and returns a new LU Decomposition object; The decomposed matrices can be retrieved via instance methods of the returned decomposition object.
LUDecompositionQuick - class cern.colt.matrix.linalg.LUDecompositionQuick.
A low level version of LUDecomposition, avoiding unnecessary memory allocation and copying.
LUDecompositionQuick() - Constructor for class cern.colt.matrix.linalg.LUDecompositionQuick
Constructs and returns a new LU Decomposition object with default tolerance 1.0E-9 for singularity detection.
LUDecompositionQuick(double) - Constructor for class cern.colt.matrix.linalg.LUDecompositionQuick
Constructs and returns a new LU Decomposition object which uses the given tolerance for singularity detection;
lumen - Static variable in class cern.clhep.Units
 
lux - Static variable in class cern.clhep.Units
 
lxdflt - Static variable in class edu.cornell.lassp.houle.RngPack.Ranlux
Default luxury level: lxdflt=3

Colt 1.0.3
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Submit a bug or feature. Check the Colt home page for the latest news.