|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFunction.Function
Function.DirectProdFunction
SFT.SFTUtils.FullMapFunction
public static class SFTUtils.FullMapFunction
class for creating a function from a given mapping of elements to their function values
| Constructor Summary | |
|---|---|
SFTUtils.FullMapFunction(long[] G,
java.util.Map<java.lang.String,Complex> map)
|
|
| 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.FullMapFunction(long[] G,
java.util.Map<java.lang.String,Complex> map)
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 | |||||||||