Uses of Interface
org.apache.mahout.math.function.DoubleDoubleFunction

Packages that use DoubleDoubleFunction
org.apache.mahout.math.function Core interfaces for functions, comparisons and procedures on objects and primitive data types. 
 

Uses of DoubleDoubleFunction in org.apache.mahout.math.function
 

Subinterfaces of DoubleDoubleFunction in org.apache.mahout.math.function
 interface BinaryFunction
          This interface allows the formulation of binary functions to be applied to matrices inside the inner loops of their implementations.
 

Classes in org.apache.mahout.math.function that implement DoubleDoubleFunction
 class PlusMult
          Only for performance tuning of compute intensive linear algebraic computations.
 class TimesFunction
           
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.