|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFunction.Function
public abstract class Function
This abstract class is used for describing functions over G -> C where G is Z_N1 x ... x Z_Nk or alternatively G is a finite Abelian group described by (gj,Nj) j=1,...,k. The SFT class uses a Function object for query access to the investigated function.
| Constructor Summary | |
|---|---|
Function()
Constructs a Function object over G -> C for the given parameter G. |
|
| Method Summary | |
|---|---|
abstract double |
calcEuclideanNorm()
Returns the Euclidean norm of this function over G. |
abstract double |
calcInfinityNorm()
Returns the infinity norm of this function over G. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Function()
throws FunctionException
FunctionException| Method Detail |
|---|
public abstract double calcInfinityNorm()
public abstract double calcEuclideanNorm()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||