Parallel Colt 0.7.2

Uses of Package
cern.colt.function.tdouble

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

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

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

Classes in cern.colt.function.tdouble used by cern.colt.map.tdouble
DoubleFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
DoubleIntProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
DoubleProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
IntDoubleProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
LongDoubleProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
 

Classes in cern.colt.function.tdouble used by cern.colt.matrix.tdouble
Double27Function
          Interface that represents a function object: a function that takes 27 arguments and returns a single value.
Double9Function
          Interface that represents a function object: a function that takes 9 arguments and returns a single value.
DoubleDoubleFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
DoubleFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
DoubleProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
IntIntDoubleFunction
          Interface that represents a function object: a function that takes three arguments.
 

Classes in cern.colt.function.tdouble used by cern.colt.matrix.tdouble.algo
Double27Function
          Interface that represents a function object: a function that takes 27 arguments and returns a single value.
Double9Function
          Interface that represents a function object: a function that takes 9 arguments and returns a single value.
DoubleComparator
          A comparison function which imposes a total ordering on some collection of elements.
DoubleDoubleFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
DoubleFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
 

Classes in cern.colt.function.tdouble used by cern.colt.matrix.tdouble.impl
Double27Function
          Interface that represents a function object: a function that takes 27 arguments and returns a single value.
Double9Function
          Interface that represents a function object: a function that takes 9 arguments and returns a single value.
DoubleDoubleFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
DoubleFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
DoubleProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
IntIntDoubleFunction
          Interface that represents a function object: a function that takes three arguments.
 

Classes in cern.colt.function.tdouble used by cern.jet.math.tdouble
DoubleDoubleFunction
          Interface that represents a function object: a function that takes two arguments and returns a single value.
DoubleDoubleProcedure
          Interface that represents a procedure object: a procedure that takes two arguments and does not return a value.
DoubleFunction
          Interface that represents a function object: a function that takes a single argument and returns a single value.
DoubleProcedure
          Interface that represents a procedure object: a procedure that takes a single argument and does not return a value.
 

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

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

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

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

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


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage