Uses of Class
org.apache.mahout.math.function.Mult

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

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

Methods in org.apache.mahout.math.function that return Mult
static Mult Mult.div(double constant)
          a / constant.
static Mult Mult.mult(double constant)
          a * constant.
 



Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.