Uses of Class
Function.FiniteAbelianFunction

Packages that use FiniteAbelianFunction
SFT   
 

Uses of FiniteAbelianFunction in SFT
 

Methods in SFT with parameters of type FiniteAbelianFunction
static java.util.Map<java.lang.Long,Complex> SFT.getSignificantElements(long[][] G, double tau, FiniteAbelianFunction 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<java.lang.Long,Complex> SFT.getSignificantElements(long[][] G, double tau, FiniteAbelianFunction func, int numOfIterations, 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<java.lang.Long,Complex> SFT.getSignificantElements(long[][] G, double tau, FiniteAbelianFunction 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.