|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--lima.mathematical.factorisation.FactorisationAlgorithm
An class to be extended by an algorithm that factorises big integers.
| Constructor Summary | |
FactorisationAlgorithm()
|
|
| Method Summary | |
lima.mathematical.factorisation.Factorisation |
factorise(java.math.BigInteger n)
Attempt to factorise the specified big integer. |
abstract void |
factorise(lima.mathematical.factorisation.Factorisation f)
Attempt to factorise the composite part of the specified factorisation object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FactorisationAlgorithm()
| Method Detail |
public final lima.mathematical.factorisation.Factorisation factorise(java.math.BigInteger n)
n - - The big integer to factorise.
public abstract void factorise(lima.mathematical.factorisation.Factorisation f)
f - - The factorisation object to examine.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||