Parallel Colt 0.9.4

Uses of Class
cern.jet.math.tlong.LongMult

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

Uses of LongMult in cern.jet.math.tlong
 

Methods in cern.jet.math.tlong that return LongMult
static LongMult LongMult.div(long constant)
          a / constant.
static LongMult LongMult.mult(long constant)
          a * constant.
 


Parallel Colt 0.9.4

Jump to the Parallel Colt Homepage