|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--lima.mathematical.factorisation.FactorisationAlgorithm
|
+--lima.mathematical.factorisation.quadraticsieve.QuadraticSieve
A class to implement the Quadratic Sieve factorisation algorithm.
FactorisationAlgorithm| Constructor Summary | |
QuadraticSieve()
|
|
| Method Summary | |
void |
factorise(lima.mathematical.factorisation.Factorisation f)
Attempt to factorise the composite part of the specified factorisation object. |
java.lang.String |
toString()
|
| Methods inherited from class lima.mathematical.factorisation.FactorisationAlgorithm |
factorise |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public QuadraticSieve()
| Method Detail |
public java.lang.String toString()
toString in class java.lang.Objectpublic void factorise(lima.mathematical.factorisation.Factorisation f)
FactorisationAlgorithm
factorise in class FactorisationAlgorithmf - - The factorisation object to examine.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||