Uses of Class
SFT.SFTException

Packages that use SFTException
SFT   
 

Uses of SFTException in SFT
 

Methods in SFT that throw SFTException
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.
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.MatlabTemporaryRepositoryFiniteAbelian SFT.runMatlabSFTPart1Internal(java.lang.Boolean isLogged, java.lang.Long[][] G, double tau, double delta_t, double fInfNorm, double fEuclideanNorm, float deltaCoeff, float maCoeff, float mbCoeff, float etaCoeff)
          For inner use in the Matlab SFT scripts.
static SFT.SFTUtils.MatlabTemporaryRepositoryFiniteAbelian SFT.runMatlabSFTPart1Internal(java.lang.Boolean isLogged, java.lang.Long[][] G, double tau, long m_A, long m_B)
          For inner use in the Matlab SFT scripts.
static SFT.SFTUtils.MatlabTemporaryRepositoryDirectProd SFT.runMatlabSFTPart1Internal(java.lang.Boolean isLogged, java.lang.Long[] G, double tau, double delta_t, double fInfNorm, double fEuclideanNorm, float deltaCoeff, float maCoeff, float mbCoeff, float etaCoeff)
          For inner use in the Matlab SFT scripts.
static SFT.SFTUtils.MatlabTemporaryRepositoryDirectProd SFT.runMatlabSFTPart1Internal(java.lang.Boolean isLogged, java.lang.Long[] G, double tau, long m_A, long m_B)
          For inner use in the Matlab SFT scripts.
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.