Uses of Class
de.tilman_neumann.jml.factor.base.matrixSolver.MatrixSolver
-
-
Uses of MatrixSolver in de.tilman_neumann.jml.factor.base.congruence
Methods in de.tilman_neumann.jml.factor.base.congruence with parameters of type MatrixSolver Modifier and Type Method Description void
CongruenceCollectorParallel. initialize(BigInteger N, int requiredSmoothCongruenceCount, MatrixSolver matrixSolver, FactorTest factorTest)
Initialize congruence collector for a new N. -
Uses of MatrixSolver in de.tilman_neumann.jml.factor.base.matrixSolver
Subclasses of MatrixSolver in de.tilman_neumann.jml.factor.base.matrixSolver Modifier and Type Class Description class
MatrixSolver01_Gauss
A simple congruence equation system solver, doing Gaussian elimination.class
MatrixSolver02_BlockLanczos
An adapter for Dario Alpern's Block-Lanczos solver. -
Uses of MatrixSolver in de.tilman_neumann.jml.factor.cfrac
Constructors in de.tilman_neumann.jml.factor.cfrac with parameters of type MatrixSolver Constructor Description CFrac(boolean use_all_i, int stopRoot, float stopMult, float C, float maxQRestExponent, TDiv_CF auxFactorizer, int extraCongruences, MatrixSolver matrixSolver, int ks_adjust)
Standard constructor.CFrac63(boolean use_all_i, int stopRoot, float stopMult, float C, float maxQRestExponent, TDiv_CF63 auxFactorizer, int extraCongruences, MatrixSolver matrixSolver, int ks_adjust)
Standard constructor. -
Uses of MatrixSolver in de.tilman_neumann.jml.factor.hart
Constructors in de.tilman_neumann.jml.factor.hart with parameters of type MatrixSolver Constructor Description HartLA63(float C, float maxQRestExponent, TDiv_CF63 auxFactorizer, int extraCongruences, MatrixSolver matrixSolver)
Standard constructor. -
Uses of MatrixSolver in de.tilman_neumann.jml.factor.psiqs
Fields in de.tilman_neumann.jml.factor.psiqs declared as MatrixSolver Modifier and Type Field Description protected MatrixSolver
PSIQSBase. matrixSolver
The solver used for smooth congruence equation systems.Constructors in de.tilman_neumann.jml.factor.psiqs with parameters of type MatrixSolver Constructor Description PSIQS(float Cmult, float Mmult, Integer wantedQCount, Float maxQRestExponent, int numberOfThreads, PowerFinder powerFinder, MatrixSolver matrixSolver)
Standard constructor.PSIQS_SBH_U(float Cmult, float Mmult, Integer wantedQCount, Float maxQRestExponent, int blockSize, int numberOfThreads, PowerFinder powerFinder, MatrixSolver matrixSolver)
Standard constructor.PSIQS_U(float Cmult, float Mmult, Integer wantedQCount, Float maxQRestExponent, int numberOfThreads, PowerFinder powerFinder, MatrixSolver matrixSolver)
Standard constructor.PSIQSBase(float Cmult, float Mmult, Float maxQRestExponent, int numberOfThreads, Integer d, PowerFinder powerFinder, MatrixSolver matrixSolver, AParamGenerator apg)
Standard constructor. -
Uses of MatrixSolver in de.tilman_neumann.jml.factor.siqs
Constructors in de.tilman_neumann.jml.factor.siqs with parameters of type MatrixSolver Constructor Description SIQS(float Cmult, float Mmult, Integer wantedQCount, Float maxQRestExponent, PowerFinder powerFinder, SIQSPolyGenerator polyGenerator, Sieve sieve, TDiv_QS auxFactorizer, int extraCongruences, MatrixSolver matrixSolver)
Standard constructor.
-