|
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
public final class Mult
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. |
| Constructor Summary | |
|---|---|
protected |
Mult(double multiplicator)
Insert the method's description here. |
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double multiplicator
| Constructor Detail |
|---|
protected Mult(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 | ||||||||