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