Colt 1.0.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

U

UnaryOperator - interface jal.BYTE.UnaryOperator.
Interface that represents a function object: a function that takes a single argument and returns a value of the same type.
UnaryOperator - interface jal.CHAR.UnaryOperator.
Interface that represents a function object: a function that takes a single argument and returns a value of the same type.
UnaryOperator - interface jal.DOUBLE.UnaryOperator.
Interface that represents a function object: a function that takes a single argument and returns a value of the same type.
UnaryOperator - interface jal.FLOAT.UnaryOperator.
Interface that represents a function object: a function that takes a single argument and returns a value of the same type.
UnaryOperator - interface jal.INT.UnaryOperator.
Interface that represents a function object: a function that takes a single argument and returns a value of the same type.
UnaryOperator - interface jal.LONG.UnaryOperator.
Interface that represents a function object: a function that takes a single argument and returns a value of the same type.
UnaryOperator - interface jal.Object.UnaryOperator.
Interface that represents a function object: a function that takes a single argument and returns a value of the same type.
UnaryOperator - interface jal.SHORT.UnaryOperator.
Interface that represents a function object: a function that takes a single argument and returns a value of the same type.
UnaryOperator - interface jal.String.UnaryOperator.
Interface that represents a function object: a function that takes a single argument and returns a value of the same type.
UNDERFLOW - Static variable in interface hep.aida.IHistogram
Constant specifying the underflow bin (can be passed to any method expecting a bin number).
Uniform - class cern.jet.random.Uniform.
Uniform distribution; Math definition and animated definition.
uniform(double, double) - Method in class edu.cornell.lassp.houle.RngPack.RandomElement
 
Uniform(double, double, int) - Constructor for class cern.jet.random.Uniform
Constructs a uniform distribution with the given minimum and maximum, using a MersenneTwister seeded with the given seed.
Uniform(double, double, RandomElement) - Constructor for class cern.jet.random.Uniform
Constructs a uniform distribution with the given minimum and maximum.
Uniform(RandomElement) - Constructor for class cern.jet.random.Uniform
Constructs a uniform distribution with min=0.0 and max=1.0.
unique_copy(byte[], byte[], int, int, int) - Static method in class jal.BYTE.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equal elements.
unique_copy(byte[], byte[], int, int, int, BinaryPredicate) - Static method in class jal.BYTE.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equivalent elements; equivalence is determined by a supplied predicate.
unique_copy(char[], char[], int, int, int) - Static method in class jal.CHAR.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equal elements.
unique_copy(char[], char[], int, int, int, BinaryPredicate) - Static method in class jal.CHAR.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equivalent elements; equivalence is determined by a supplied predicate.
unique_copy(double[], double[], int, int, int) - Static method in class jal.DOUBLE.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equal elements.
unique_copy(double[], double[], int, int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equivalent elements; equivalence is determined by a supplied predicate.
unique_copy(float[], float[], int, int, int) - Static method in class jal.FLOAT.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equal elements.
unique_copy(float[], float[], int, int, int, BinaryPredicate) - Static method in class jal.FLOAT.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equivalent elements; equivalence is determined by a supplied predicate.
unique_copy(int[], int[], int, int, int) - Static method in class jal.INT.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equal elements.
unique_copy(int[], int[], int, int, int, BinaryPredicate) - Static method in class jal.INT.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equivalent elements; equivalence is determined by a supplied predicate.
unique_copy(long[], long[], int, int, int) - Static method in class jal.LONG.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equal elements.
unique_copy(long[], long[], int, int, int, BinaryPredicate) - Static method in class jal.LONG.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equivalent elements; equivalence is determined by a supplied predicate.
unique_copy(Object[], Object[], int, int, int) - Static method in class jal.Object.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equal elements.
unique_copy(Object[], Object[], int, int, int, BinaryPredicate) - Static method in class jal.Object.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equivalent elements; equivalence is determined by a supplied predicate.
unique_copy(short[], short[], int, int, int) - Static method in class jal.SHORT.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equal elements.
unique_copy(short[], short[], int, int, int, BinaryPredicate) - Static method in class jal.SHORT.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equivalent elements; equivalence is determined by a supplied predicate.
unique_copy(String[], String[], int, int, int) - Static method in class jal.String.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equal elements.
unique_copy(String[], String[], int, int, int, BinaryPredicate) - Static method in class jal.String.Modification
Copies elements from an input range to an output range, except that only the first element is copied from every consecutive group of equivalent elements; equivalence is determined by a supplied predicate.
unique(byte[], int, int) - Static method in class jal.BYTE.Modification
Eliminates all but the first element of every consecutive group of equal elements.
unique(byte[], int, int, BinaryPredicate) - Static method in class jal.BYTE.Modification
Eliminates all but the first element of every consecutive group of equivalent elements, where equivalence is determined by a supplied predicate.
unique(char[], int, int) - Static method in class jal.CHAR.Modification
Eliminates all but the first element of every consecutive group of equal elements.
unique(char[], int, int, BinaryPredicate) - Static method in class jal.CHAR.Modification
Eliminates all but the first element of every consecutive group of equivalent elements, where equivalence is determined by a supplied predicate.
unique(double[], int, int) - Static method in class jal.DOUBLE.Modification
Eliminates all but the first element of every consecutive group of equal elements.
unique(double[], int, int, BinaryPredicate) - Static method in class jal.DOUBLE.Modification
Eliminates all but the first element of every consecutive group of equivalent elements, where equivalence is determined by a supplied predicate.
unique(float[], int, int) - Static method in class jal.FLOAT.Modification
Eliminates all but the first element of every consecutive group of equal elements.
unique(float[], int, int, BinaryPredicate) - Static method in class jal.FLOAT.Modification
Eliminates all but the first element of every consecutive group of equivalent elements, where equivalence is determined by a supplied predicate.
unique(int[], int, int) - Static method in class jal.INT.Modification
Eliminates all but the first element of every consecutive group of equal elements.
unique(int[], int, int, BinaryPredicate) - Static method in class jal.INT.Modification
Eliminates all but the first element of every consecutive group of equivalent elements, where equivalence is determined by a supplied predicate.
unique(long[], int, int) - Static method in class jal.LONG.Modification
Eliminates all but the first element of every consecutive group of equal elements.
unique(long[], int, int, BinaryPredicate) - Static method in class jal.LONG.Modification
Eliminates all but the first element of every consecutive group of equivalent elements, where equivalence is determined by a supplied predicate.
unique(Object[], int, int) - Static method in class jal.Object.Modification
Eliminates all but the first element of every consecutive group of equal elements.
unique(Object[], int, int, BinaryPredicate) - Static method in class jal.Object.Modification
Eliminates all but the first element of every consecutive group of equivalent elements, where equivalence is determined by a supplied predicate.
unique(short[], int, int) - Static method in class jal.SHORT.Modification
Eliminates all but the first element of every consecutive group of equal elements.
unique(short[], int, int, BinaryPredicate) - Static method in class jal.SHORT.Modification
Eliminates all but the first element of every consecutive group of equivalent elements, where equivalence is determined by a supplied predicate.
unique(String[], int, int) - Static method in class jal.String.Modification
Eliminates all but the first element of every consecutive group of equal elements.
unique(String[], int, int, BinaryPredicate) - Static method in class jal.String.Modification
Eliminates all but the first element of every consecutive group of equivalent elements, where equivalence is determined by a supplied predicate.
Units - class cern.clhep.Units.
High Energy Physics coherent system of Units.
universe_mean_density - Static variable in class cern.clhep.PhysicalConstants
 
unknown_N_compute_B_and_K(double, double, int) - Static method in class cern.jet.stat.quantile.QuantileFinderFactory
Computes the number of buffers and number of values per buffer such that quantiles can be determined with an approximation error no more than epsilon with a certain probability.
unprotectedIterator() - Method in class edu.oswego.cs.dl.util.concurrent.SyncCollection
Return the base iterator of the underlying collection
unprotectedListIterator() - Method in class edu.oswego.cs.dl.util.concurrent.SyncList
 
unprotectedListIterator(int) - Method in class edu.oswego.cs.dl.util.concurrent.SyncList
 
upper_bound(byte[], int, int, byte) - Static method in class jal.BYTE.Sorting
Performs a binary search on an already-sorted range: finds the last position where an element can be inserted without violating the ordering.
upper_bound(byte[], int, int, byte, BinaryPredicate) - Static method in class jal.BYTE.Sorting
Performs a binary search on an already-sorted range: finds the last position where an element can be inserted without violating the ordering.
upper_bound(char[], int, int, char) - Static method in class jal.CHAR.Sorting
Performs a binary search on an already-sorted range: finds the last position where an element can be inserted without violating the ordering.
upper_bound(char[], int, int, char, BinaryPredicate) - Static method in class jal.CHAR.Sorting
Performs a binary search on an already-sorted range: finds the last position where an element can be inserted without violating the ordering.
upper_bound(double[], int, int, double) - Static method in class jal.DOUBLE.Sorting
Performs a binary search on an already-sorted range: finds the last position where an element can be inserted without violating the ordering.
upper_bound(double[], int, int, double, BinaryPredicate) - Static method in class jal.DOUBLE.Sorting
Performs a binary search on an already-sorted range: finds the last position where an element can be inserted without violating the ordering.
upper_bound(float[], int, int, float) - Static method in class jal.FLOAT.Sorting
Performs a binary search on an already-sorted range: finds the last position where an element can be inserted without violating the ordering.
upper_bound(float[], int, int, float, BinaryPredicate) - Static method in class jal.FLOAT.Sorting
Performs a binary search on an already-sorted range: finds the last position where an element can be inserted without violating the ordering.
upper_bound(int[], int, int, int) - Static method in class jal.INT.Sorting
Performs a binary search on an already-sorted range: finds the last position where an element can be inserted without violating the ordering.
upper_bound(int[], int, int, int, BinaryPredicate) - Static method in class jal.INT.Sorting
Performs a binary search on an already-sorted range: finds the last position where an element can be inserted without violating the ordering.
upper_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 last position where an element can be inserted without violating the ordering.
upper_bound(long[], int, int, long) - Static method in class jal.LONG.Sorting
Performs a binary search on an already-sorted range: finds the last position where an element can be inserted without violating the ordering.
upper_bound(long[], int, int, long, BinaryPredicate) - Static method in class jal.LONG.Sorting
Performs a binary search on an already-sorted range: finds the last position where an element can be inserted without violating the ordering.
upper_bound(Object[], int, int, Object, BinaryPredicate) - Static method in class jal.Object.Sorting
Performs a binary search on an already-sorted range: finds the last position where an element can be inserted without violating the ordering.
upper_bound(short[], int, int, short) - Static method in class jal.SHORT.Sorting
Performs a binary search on an already-sorted range: finds the last position where an element can be inserted without violating the ordering.
upper_bound(short[], int, int, short, BinaryPredicate) - Static method in class jal.SHORT.Sorting
Performs a binary search on an already-sorted range: finds the last position where an element can be inserted without violating the ordering.
upper_bound(String[], int, int, String) - Static method in class jal.String.Sorting
Performs a binary search on an already-sorted range: finds the last position where an element can be inserted without violating the ordering.
upper_bound(String[], int, int, String, BinaryPredicate) - Static method in class jal.String.Sorting
Performs a binary search on an already-sorted range: finds the last position where an element can be inserted without violating the ordering.
upperBandwidth(DoubleMatrix2D) - Method in class cern.colt.matrix.linalg.Property
The upper bandwidth of a square matrix A is the maximum j-i for which A[i,j] is nonzero and j > i.
upperEdge() - Method in interface hep.aida.IAxis
Upper axis edge.
upperEdge() - Method in class hep.aida.ref.VariableAxis
 
upperEdge() - Method in class hep.aida.ref.FixedAxis
 

Colt 1.0.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
Submit a bug or feature. Check the Colt home page for the latest news.