Parallel Colt 0.9.4

Uses of Package
cern.colt.function.tlong

Packages that use cern.colt.function.tlong
cern.colt Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. 
cern.colt.list.tlong Resizable list holding elements of long data type. 
cern.colt.map.tdouble Automatically growing and shrinking map holding elements of double data type. 
cern.colt.map.tfloat Automatically growing and shrinking map holding elements of float data type. 
cern.colt.map.tlong Automatically growing and shrinking map holding elements of long data type. 
cern.colt.map.tobject Automatically growing and shrinking map holding elements of Object data type. 
cern.colt.matrix.tlong Matrix interfaces and factories holding elements of long data type. 
cern.colt.matrix.tlong.algo Algorithms operating on long integer matrices. 
cern.colt.matrix.tlong.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of long data type. 
cern.jet.math.tlong Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on long data type. 
cern.jet.random.tdouble.engine Engines generating strong uniformly distributed pseudo-random numbers; Needed by all JET probability distributions since they rely on uniform random numbers to generate random numbers from their own distribution. 
edu.emory.mathcs.utils Utility classes. 
 

Classes in cern.colt.function.tlong used by cern.colt
LongComparator
          A comparison function which imposes a total ordering on some collection of elements.
 

Classes in cern.colt.function.tlong used by cern.colt.list.tlong
LongComparator
          A comparison function which imposes a total ordering on some collection of elements.
LongProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

Classes in cern.colt.function.tlong used by cern.colt.map.tdouble
LongProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

Classes in cern.colt.function.tlong used by cern.colt.map.tfloat
LongProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

Classes in cern.colt.function.tlong used by cern.colt.map.tlong
IntLongProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
LongIntProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongLongProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

Classes in cern.colt.function.tlong used by cern.colt.map.tobject
LongProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

Classes in cern.colt.function.tlong used by cern.colt.matrix.tlong
IntIntLongFunction
          Interface that represents a function object: a function that takes three arguments.
LongFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
LongLongFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
LongProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

Classes in cern.colt.function.tlong used by cern.colt.matrix.tlong.algo
LongComparator
          A comparison function which imposes a total ordering on some collection of elements.
 

Classes in cern.colt.function.tlong used by cern.colt.matrix.tlong.impl
IntIntLongFunction
          Interface that represents a function object: a function that takes three arguments.
LongFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
LongLongFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
LongProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

Classes in cern.colt.function.tlong used by cern.jet.math.tlong
LongFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
LongLongFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
LongLongProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

Classes in cern.colt.function.tlong used by cern.jet.random.tdouble.engine
LongFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
 

Classes in cern.colt.function.tlong used by edu.emory.mathcs.utils
LongLongFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage