Class JASConfig
java.lang.Object
edu.jas.kern.JASConfig
Configuration options to truncate long running Kronecker factorization.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intwill throw anArithmeticException, if this parameter is greater than0and the Kronecker substitution degree is greater than this value.static intFactorAbstract.factorsSquarefreeKronecker(edu.jas.poly.GenPolynomial)will throw anArithmeticException, if this parameter is greater than0and the Kronecker iteration counter is greater than this value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_DEGREE_KRONECKER_FACTORIZATION
public static int MAX_DEGREE_KRONECKER_FACTORIZATIONwill throw anArithmeticException, if this parameter is greater than0and the Kronecker substitution degree is greater than this value. -
MAX_ITERATIONS_KRONECKER_FACTORIZATION
public static int MAX_ITERATIONS_KRONECKER_FACTORIZATIONFactorAbstract.factorsSquarefreeKronecker(edu.jas.poly.GenPolynomial)will throw anArithmeticException, if this parameter is greater than0and the Kronecker iteration counter is greater than this value.
-
-
Constructor Details
-
JASConfig
public JASConfig()
-