public class FComplexPlusMultFirst extends Object implements FComplexFComplexFComplexFunction
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,
float[] b)
Returns the result of the function evaluation.
|
static FComplexPlusMultFirst |
minusDiv(float[] constant)
a - b/constant.
|
static FComplexPlusMultFirst |
minusMult(float[] constant)
a - b*constant.
|
static FComplexPlusMultFirst |
plusDiv(float[] constant)
a + b/constant.
|
static FComplexPlusMultFirst |
plusMult(float[] constant)
a + b*constant.
|
public float[] multiplicator
public final float[] apply(float[] a, float[] b)
apply
in interface FComplexFComplexFComplexFunction
a
- the first argument passed to the function.b
- the second argument passed to the function.public static FComplexPlusMultFirst minusDiv(float[] constant)
public static FComplexPlusMultFirst minusMult(float[] constant)
public static FComplexPlusMultFirst plusDiv(float[] constant)
public static FComplexPlusMultFirst plusMult(float[] constant)
Jump to the Parallel Colt Homepage