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