public final class FComplexMult extends Object implements FComplexFComplexFunction
Modifier and Type | Field and Description |
---|---|
float[] |
multiplicator
Public read/write access to avoid frequent object construction.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public float[] multiplicator
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 functionpublic static FComplexMult div(float[] constant)
public static FComplexMult mult(float[] constant)
Jump to the Parallel Colt Homepage