|
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.DComplexMult
public final class DComplexMult
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)
Returns the result of the function evaluation. |
double[] |
apply(double re,
double im)
Returns the result of the function evaluation. |
static DComplexMult |
div(double[] constant)
a / constant. |
static DComplexMult |
mult(double[] constant)
a * 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)
apply in interface DComplexDComplexFunctiona - an argument passed to the function.
public final double[] apply(double re,
double im)
apply in interface DComplexDComplexFunctionre - real part of an argument passed to the functionim - imaginary part of an argument passed to the function
public static DComplexMult div(double[] constant)
public static DComplexMult mult(double[] constant)
|
Parallel Colt 0.7.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||