Parallel Colt 0.7.2

Uses of Package
cern.colt.function.tint

Packages that use cern.colt.function.tint
cern.colt Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. 
cern.colt.list.tint Resizable list holding elements of int 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.tint Automatically growing and shrinking map holding elements of int data type. 
cern.colt.map.tobject Automatically growing and shrinking map holding elements of Object data type. 
cern.colt.matrix.tbit Bit vectors and bit matrices. 
cern.colt.matrix.tdouble.algo Linear Algebraic matrix computations operating on DoubleMatrix2D and DoubleMatrix1D
cern.colt.matrix.tfloat.algo Linear Algebraic matrix computations operating on FloatMatrix2D and FloatMatrix1D
cern.colt.matrix.tint Matrix interfaces and factories holding elements of int data type. 
cern.colt.matrix.tint.algo Algorithms operating on integer matrices. 
cern.colt.matrix.tint.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of int data type. 
cern.jet.math.tint Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on int data type. 
cern.jet.random.tdouble Large variety of probability distributions featuring high performance generation of random numbers, CDF's and PDF's. 
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. 
cern.jet.random.tfloat Large variety of probability distributions featuring high performance generation of random numbers, CDF's and PDF's. 
cern.jet.random.tfloat.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.tint used by cern.colt
IntComparator
          A comparison function which imposes a total ordering on some collection of elements.
 

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

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

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

Classes in cern.colt.function.tint used by cern.colt.map.tint
IntFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
IntIntProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
IntProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

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

Classes in cern.colt.function.tint used by cern.colt.matrix.tbit
IntIntProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
IntProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

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

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

Classes in cern.colt.function.tint used by cern.colt.matrix.tint
IntFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
IntIntFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
IntIntIntFunction
          Interface that represents a function object: a function that takes three arguments.
IntProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

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

Classes in cern.colt.function.tint used by cern.colt.matrix.tint.impl
IntFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
IntIntFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
IntIntIntFunction
          Interface that represents a function object: a function that takes three arguments.
IntProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

Classes in cern.colt.function.tint used by cern.jet.math.tint
IntFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
IntIntFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
IntIntProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
IntProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

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

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

Classes in cern.colt.function.tint used by cern.jet.random.tfloat
IntFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
 

Classes in cern.colt.function.tint used by cern.jet.random.tfloat.engine
IntFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
 

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


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage