|
Class Summary |
| DirectProdFunction |
An abstract extension to class Function, for describing functions
over ZN1 x ... x ZNk → C. |
| FiniteAbelianFunction |
An abstract extension to class Function, for describing functions
over a finite Abelian group G → C. |
| 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α. |
| 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,... |
| 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. |