Am 04.08.2012 14:22, schrieb ma...@nimp.co.uk: > Thanks for your feedback and the pointer to PARI/GP. About existing stuff, > it seems there is none written in Java: I asked the question on > stackoverflow a while ago, nobody knows any library for the JVM.
Hehe, even StackOverflow fails occasionally. Try http://krum.rz.uni-mannheim.de/jas/ for a start. Search for "java quadratic sieve" for some more code, although most of the results seems to be more sample code rather than production quality. I vaguely remember there should be up to 12 Java based projects including more or less sophisticated integer factorization stuff, although I'm not current there and most of them could be dead. > About the applications, well, I agree it is not the #1 required > functionality in most applications. Still applications beyond pure maths do > exist: hash tables, pseudo random numbers, cryptography, electronics... Yes, developing and testing hash algorithms, pseudo random number generators, crypto stuff etc. uses factorization, but everyday use generally doesn't. Apparently you are into serious hard core stuff. As fascinating as these problems most likely are, they are not the primary target for commons math, at least until now. J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org