Pointer to gaussian.c algorithm literature? #20
-
|
I am a big fan of your gaussian.c -- I use it for determining unique sum of two squares for primes ≡1 (mod 4). Do you have any literature pointers for algorithm used for gaussian.c? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hermann, Thanks for using my program. You can see the methods I used at: https://www.alpertron.com.ar/4SQUARES.HTM There are more optimizations in the calculator but I had no time to add them to the documentation. Best regards, |
Beta Was this translation helpful? Give feedback.
Hermann,
Thanks for using my program.
You can see the methods I used at: https://www.alpertron.com.ar/4SQUARES.HTM
There are more optimizations in the calculator but I had no time to add them to the documentation.
Best regards,
Darío Alpern