|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFunction.Function
Function.DirectProdFunction
SFT.SFTUtils.DiffFunction
public static class SFTUtils.DiffFunction
Class for calculating a difference function for two given functions f1, f2 s.t. DiffFunction(x) = f1(x) - f2(x)
| Constructor Summary | |
|---|---|
SFTUtils.DiffFunction(long[] G,
DirectProdFunction f1,
DirectProdFunction f2)
|
|
| Method Summary | |
|---|---|
Complex |
getValue(long[] elem)
Returns the value of the function for the input element in G. |
| Methods inherited from class Function.DirectProdFunction |
|---|
calcEuclideanNorm, calcInfinityNorm, getG, setG |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SFTUtils.DiffFunction(long[] G,
DirectProdFunction f1,
DirectProdFunction f2)
throws FunctionException
FunctionException| Method Detail |
|---|
public Complex getValue(long[] elem)
DirectProdFunction
getValue in class DirectProdFunctionelem - The element whose this function's value is calculated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||