Uses of Class
Function.FunctionException

Packages that use FunctionException
Function   
SFT   
 

Uses of FunctionException in Function
 

Methods in Function that throw FunctionException
 void XMLFourierPolynomial.setG(long[] G)
           
 void DirectProdFunction.setG(long[] G)
          Sets G to a new value.
 void FiniteAbelianFunction.setG(long[][] G)
          Sets G to a new value.
 

Constructors in Function that throw FunctionException
DirectProdFunction(long[] G)
          Constructs a function object over G -> C for the given parameter G.
FiniteAbelianFunction(long[][] G)
          Constructs a Function object over G -> C for the given parameter G.
FourierPolynomial(long[] G, java.lang.String id)
          Default constructor.
Function()
          Constructs a Function object over G -> C for the given parameter G.
XMLFourierPolynomial(java.io.File XMLInputFile, long[] G)
          Constructs a XMLFunction object from an input XML file as described in the class documentation.
 

Uses of FunctionException in SFT
 

Methods in SFT that throw FunctionException
static java.util.Map<long[],Complex> SFT.getSignificantElements(long[] G, double tau, DirectProdFunction func, int numOfIterations, double delta, double fInfNorm, double fEuclideanNorm, float deltaCoeff, float maCoeff, float mbCoeff, float etaCoeff)
          Returns a map of the elements in G and their tau-significant coefficients in the given function with delta-confidence.
static java.util.Map<long[],Complex> SFT.getSignificantElements(long[] G, double tau, DirectProdFunction func, long m_A, long m_B)
          Returns a map of the elements in G and their tau-significant coefficients in the given function with confidence set by the selection of the m_A and m_B values.
static java.util.Map<long[],Complex> SFT.getSignificantElements(long[] G, double tau, DirectProdFunction func, long m_A, long m_B, int numOfIterations)
          Returns a map of the elements in G and their tau-significant coefficients in the given function with confidence set by the selection of the m_A and m_B values.
static SFT.SFTUtils.MatlabTemporaryResultFiniteAbelian SFT.runMatlabSFTPart2Internal(java.lang.Long[][] G, double tau, SFT.SFTUtils.MatlabTemporaryRepositoryFiniteAbelian matlabRep, int numOfIterations)
          For inner use in the Matlab SFT scripts.
static SFT.SFTUtils.MatlabTemporaryResultDirectProd SFT.runMatlabSFTPart2Internal(java.lang.Long[] G, double tau, SFT.SFTUtils.MatlabTemporaryRepositoryDirectProd matlabRep, int numOfIterations)
          For inner use in the Matlab SFT scripts.
 

Constructors in SFT that throw FunctionException
SFTUtils.DiffFunction(long[] G, DirectProdFunction f1, DirectProdFunction f2)
           
SFTUtils.FullMapFunction(long[] G, java.util.Map<java.lang.String,Complex> map)
           
SFTUtils.ResultFunction(long[] G, java.util.Map<long[],Complex> sftRes)