Uses of Class
Function.Function

Packages that use Function
Function   
SFT   
 

Uses of Function in Function
 

Subclasses of Function in Function
 class DirectProdFunction
          An abstract extension to class Function, for describing functions over ZN1 x ... x ZNk → C.
 class FiniteAbelianFunction
          An abstract extension to class Function, for describing functions over a finite Abelian group G → C.
 class FourierPolynomial
          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α.
 class XMLFourierPolynomial
          An implementation of the abstract class Function used by class SFT, which defines a Function object by a given XML file that contains description of functions over G -> C , where G is the Cartesian product of Z_Ni.
 

Uses of Function in SFT
 

Subclasses of Function in SFT
static class SFTUtils.DiffFunction
          Class for calculating a difference function for two given functions f1, f2 s.t.
static class SFTUtils.FullMapFunction
          class for creating a function from a given mapping of elements to their function values
static class SFTUtils.ResultFunction
          class for creating a function from the results of the SFT algorithm.