|
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.tdcomplex.DComplexPlusMultFirst
public class DComplexPlusMultFirst
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 DComplexPlusMultFirst |
minusDiv(double[] constant)
a - b/constant. |
static DComplexPlusMultFirst |
minusMult(double[] constant)
a - b*constant. |
static DComplexPlusMultFirst |
plusDiv(double[] constant)
a + b/constant. |
static DComplexPlusMultFirst |
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 DComplexDComplexDComplexFunction
a
- the first argument passed to the function.b
- the second argument passed to the function.
public static DComplexPlusMultFirst minusDiv(double[] constant)
public static DComplexPlusMultFirst minusMult(double[] constant)
public static DComplexPlusMultFirst plusDiv(double[] constant)
public static DComplexPlusMultFirst plusMult(double[] constant)
|
Parallel Colt 0.9.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |