A C D F G I M R S T V X

F

FiniteAbelianFunction - Class in Function
An abstract extension to class Function, for describing functions over a finite Abelian group G → C.
FiniteAbelianFunction(long[][]) - Constructor for class Function.FiniteAbelianFunction
Constructs a Function object over G -> C for the given parameter G.
FourierPolynomial - Class in Function
Describes a Fourier polynomial by a list of terms and their coefficients, i.e. for a Fourier polynomial:
p(x) = ∑cα•Χα(x) it holds the mapping of α to its coefficient cα.
FourierPolynomial(long[], String) - Constructor for class Function.FourierPolynomial
Default constructor.
Function - package Function
 
Function - Class in 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,...
Function() - Constructor for class Function.Function
Constructs a Function object over G -> C for the given parameter G.
FunctionException - Exception in Function
 
FunctionException(String) - Constructor for exception Function.FunctionException
Constructs a FunctionException instance with the given message.

A C D F G I M R S T V X