|
Parallel Colt 0.9.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.jet.math.tdouble.DoubleMult
public final class DoubleMult
Only for performance tuning of compute intensive linear algebraic computations. Constructs functions that return one of
Field Summary | |
---|---|
double |
multiplicator
Public read/write access to avoid frequent object construction. |
Method Summary | |
---|---|
double |
apply(double a)
Returns the result of the function evaluation. |
static DoubleMult |
div(double constant)
a / constant. |
static DoubleMult |
mult(double constant)
a * constant. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double multiplicator
Method Detail |
---|
public final double apply(double a)
apply
in interface DoubleFunction
a
- argument passed to the function.
public static DoubleMult div(double constant)
public static DoubleMult mult(double constant)
|
Parallel Colt 0.9.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |