| 
 | Colt 1.2.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcern.jet.math.Mult
Only for performance tuning of compute intensive linear algebraic computations. Constructs functions that return one of
| Field Summary | |
|  double | multiplicatorPublic read/write access to avoid frequent object construction. | 
| Method Summary | |
|  double | apply(double a)Returns the result of the function evaluation. | 
| static Mult | div(double constant)a / constant. | 
| static Mult | 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 DoubleFunctiona - argument passed to the function.
public static Mult div(double constant)
public static Mult mult(double constant)
| 
 | Colt 1.2.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||