Parallel Colt 0.9.4

Uses of Package
cern.colt.function.tfloat

Packages that use cern.colt.function.tfloat
cern.colt Core base classes; Operations on primitive arrays such as sorting, partitioning and permuting. 
cern.colt.list.tfloat Resizable list holding elements of float data type. 
cern.colt.map.tfloat Automatically growing and shrinking map holding elements of float data type. 
cern.colt.matrix.tfloat Matrix interfaces and factories holding elements of float data type. 
cern.colt.matrix.tfloat.algo Linear Algebraic matrix computations operating on FloatMatrix2D and FloatMatrix1D
cern.colt.matrix.tfloat.impl Efficient and flexible dense and sparse 1, 2 and 3-dimensional matrices holding elements of float data type. 
cern.jet.math.tfloat Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on float data type. 
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. 
cern.jet.stat.tfloat.quantile Scalable algorithms and data structures to compute approximate quantiles over very large data sequences. 
edu.emory.mathcs.utils Utility classes. 
hep.aida.tfloat.bin Multisets (bags) with efficient statistics operations defined upon; This package requires the Colt distribution. 
 

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

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

Classes in cern.colt.function.tfloat used by cern.colt.map.tfloat
FloatFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
FloatIntProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
FloatLongProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
FloatProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
IntFloatProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongFloatProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
 

Classes in cern.colt.function.tfloat used by cern.colt.matrix.tfloat
Float27Function
          Interface that represents a function object: a function that takes 27 arguments and returns a single value.
Float9Function
          Interface that represents a function object: a function that takes 9 arguments and returns a single value.
FloatFloatFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
FloatFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
FloatProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
IntIntFloatFunction
          Interface that represents a function object: a function that takes three arguments.
 

Classes in cern.colt.function.tfloat used by cern.colt.matrix.tfloat.algo
Float27Function
          Interface that represents a function object: a function that takes 27 arguments and returns a single value.
Float9Function
          Interface that represents a function object: a function that takes 9 arguments and returns a single value.
FloatComparator
          A comparison function which imposes a total ordering on some collection of elements.
FloatFloatFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
FloatFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
 

Classes in cern.colt.function.tfloat used by cern.colt.matrix.tfloat.impl
Float27Function
          Interface that represents a function object: a function that takes 27 arguments and returns a single value.
Float9Function
          Interface that represents a function object: a function that takes 9 arguments and returns a single value.
FloatFloatFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
FloatFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
FloatProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
IntIntFloatFunction
          Interface that represents a function object: a function that takes three arguments.
 

Classes in cern.colt.function.tfloat used by cern.jet.math.tfloat
FloatFloatFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
FloatFloatProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
FloatFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
FloatProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

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

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

Classes in cern.colt.function.tfloat used by cern.jet.stat.tfloat.quantile
FloatProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

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

Classes in cern.colt.function.tfloat used by hep.aida.tfloat.bin
FloatFloatFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
FloatFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage