|
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.tfcomplex.FComplexPlusMult
public class FComplexPlusMult
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,
float[] b)
Returns the result of the function evaluation. |
static FComplexPlusMult |
minusDiv(float[] constant)
a - b/constant. |
static FComplexPlusMult |
minusMult(float[] constant)
a - b*constant. |
static FComplexPlusMult |
plusDiv(float[] constant)
a + b/constant. |
static FComplexPlusMult |
plusMult(float[] constant)
a + b*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,
float[] b)
apply in interface FComplexFComplexFComplexFunctiona - the first argument passed to the function.b - the second argument passed to the function.
public static FComplexPlusMult minusDiv(float[] constant)
public static FComplexPlusMult minusMult(float[] constant)
public static FComplexPlusMult plusDiv(float[] constant)
public static FComplexPlusMult plusMult(float[] constant)
|
Parallel Colt 0.7.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||