Parallel Colt 0.9.4

Uses of Class
cern.jet.math.tint.IntMult

Packages that use IntMult
cern.jet.math.tint Tools for basic and advanced mathematics: Arithmetics and Function Objects for generic function evaluation operating on int data type. 
 

Uses of IntMult in cern.jet.math.tint
 

Methods in cern.jet.math.tint that return IntMult
static IntMult IntMult.div(int constant)
          a / constant.
static IntMult IntMult.mult(int constant)
          a * constant.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage