|
||||||||||
| 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.pminusone.PMinusOne
A class to implement Pollard's p-1 factorisation algorithm. ***Not used as slow*** Full java docs T.B.D.
FactorisationAlgorithm| Nested Class Summary | |
class |
PMinusOne.NoFactorFoundException
|
| Constructor Summary | |
PMinusOne()
|
|
| Method Summary | |
void |
factorise(lima.mathematical.factorisation.Factorisation f)
Attempt to factorise the composite part of the specified factorisation object. |
| Methods inherited from class lima.mathematical.factorisation.FactorisationAlgorithm |
factorise |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PMinusOne()
| Method Detail |
public 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 | |||||||||