|
Parallel Colt 0.9.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.jet.math.tfcomplex.FComplexMult
public final class FComplexMult
Only for performance tuning of compute intensive linear algebraic computations. Constructs functions that return one of
Field Summary | |
---|---|
float[] |
multiplicator
Public read/write access to avoid frequent object construction. |
Method Summary | |
---|---|
float[] |
apply(float[] a)
Returns the result of the function evaluation. |
float[] |
apply(float re,
float im)
Returns the result of the function evaluation. |
static FComplexMult |
div(float[] constant)
a / constant. |
static FComplexMult |
mult(float[] constant)
a * constant. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float[] multiplicator
Method Detail |
---|
public final float[] apply(float[] a)
apply
in interface FComplexFComplexFunction
a
- an argument passed to the function.
public final float[] apply(float re, float im)
apply
in interface FComplexFComplexFunction
re
- real part of an argument passed to the functionim
- imaginary part of an argument passed to the function
public static FComplexMult div(float[] constant)
public static FComplexMult mult(float[] constant)
|
Parallel Colt 0.9.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |