Uses of Interface
cern.colt.function.DoubleFunction
| Package | Description |
|---|---|
| cern.colt.map | |
| cern.jet.math | |
| cern.jet.random | |
| cern.jet.random.engine |
-
Uses of DoubleFunction in cern.colt.map
Methods in cern.colt.map with parameters of type DoubleFunction Modifier and Type Method Description voidAbstractIntDoubleMap. assign(DoubleFunction function)Assigns the result of a function to each value;v[i] = function(v[i]).voidOpenIntDoubleHashMap. assign(DoubleFunction function)Assigns the result of a function to each value;v[i] = function(v[i]). -
Uses of DoubleFunction in cern.jet.math
Classes in cern.jet.math that implement DoubleFunction Modifier and Type Class Description classMultOnly for performance tuning of compute intensive linear algebraic computations. -
Uses of DoubleFunction in cern.jet.random
Classes in cern.jet.random that implement DoubleFunction Modifier and Type Class Description classAbstractContinousDistributionAbstract base class for all continous distributions.classAbstractDistributionAbstract base class for all random distributions.classUniformUniform distribution; Math definition and animated definition. -
Uses of DoubleFunction in cern.jet.random.engine
Classes in cern.jet.random.engine that implement DoubleFunction Modifier and Type Class Description classDRandQuick medium quality uniform pseudo-random number generator.classMersenneTwisterMersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.classRandomEngineAbstract base class for uniform pseudo-random number generating engines.