|
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.DoublePlusMultFirst
public final class DoublePlusMultFirst
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,
double b)
Returns the result of the function evaluation. |
static DoublePlusMultFirst |
minusDiv(double constant)
a - b/constant. |
static DoublePlusMultFirst |
minusMult(double constant)
a - b*constant. |
static DoublePlusMultFirst |
plusDiv(double constant)
a + b/constant. |
static DoublePlusMultFirst |
plusMult(double constant)
a + b*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, double b)
apply
in interface DoubleDoubleFunction
a
- the first argument passed to the function.b
- the second argument passed to the function.
public static DoublePlusMultFirst minusDiv(double constant)
public static DoublePlusMultFirst minusMult(double constant)
public static DoublePlusMultFirst plusDiv(double constant)
public static DoublePlusMultFirst plusMult(double constant)
|
Parallel Colt 0.9.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |