Uses of Interface
cern.colt.function.DoubleFunction
Packages that use DoubleFunction
-
Uses of DoubleFunction in cern.colt.map
Methods in cern.colt.map with parameters of type DoubleFunctionModifier and TypeMethodDescriptionvoidAbstractIntDoubleMap.assign(DoubleFunction function) Assigns the result of a function to each value;v[i] = function(v[i]).voidAbstractLongDoubleMap.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]).voidOpenLongDoubleHashMap.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 DoubleFunctionModifier and TypeClassDescriptionfinal classOnly for performance tuning of compute intensive linear algebraic computations. -
Uses of DoubleFunction in cern.jet.random
Classes in cern.jet.random that implement DoubleFunctionModifier and TypeClassDescriptionclassAbstract base class for all continous distributions.classAbstract base class for all random distributions.classUniform distribution; Math definition and animated definition. -
Uses of DoubleFunction in cern.jet.random.engine
Classes in cern.jet.random.engine that implement DoubleFunctionModifier and TypeClassDescriptionclassQuick medium quality uniform pseudo-random number generator.classMersenneTwister (MT19937) is one of the strongest uniform pseudo-random number generators known so far; at the same time it is quick.classAbstract base class for uniform pseudo-random number generating engines.