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