| ArithTest |
Basic arithmetic tests with JUnit.
|
| ArithUtil |
Arithmetic utilities.
|
| BigComplex |
BigComplex class based on BigRational implementing the RingElem respectively
the StarRingElem interface.
|
| BigComplexTest |
BigComplex tests with JUnit.
|
| BigDecimal |
BigDecimal class to make java.math.BigDecimal available with RingElem
interface.
|
| BigDecimalComplex |
BigComplex class based on BigDecimal implementing the RingElem respectively
the StarRingElem interface.
|
| BigDecimalComplexTest |
BigComplex tests with JUnit.
|
| BigDecimalTest |
BigDecimal tests with JUnit.
|
| BigInteger |
BigInteger class to make java.math.BigInteger available with RingElem
respectively the GcdRingElem interface.
|
| BigIntegerTest |
BigInteger tests with JUnit.
|
| BigOctonion |
BigOctonion class based on BigRational implementing the RingElem interface
and with the familiar MAS static method names.
|
| BigOctonionTest |
BigOctonion tests with JUnit.
|
| BigQuaternion |
BigQuaternion class based on BigRational implementing the RingElem interface
and with the familiar MAS static method names.
|
| BigQuaternionInteger |
Integer BigQuaternion class based on BigRational implementing the RingElem
interface and with the familiar MAS static method names.
|
| BigQuaternionIntegerTest |
BigQuaternionInteger tests with JUnit.
|
| BigQuaternionRing |
BigQuaternion ring class based on BigRational implementing the RingElem
interface.
|
| BigQuaternionTest |
BigQuaternion tests with JUnit.
|
| BigRational |
Immutable arbitrary-precision rational numbers.
|
| BigRationalTest |
BigRational tests with JUnit.
|
| Combinatoric |
Combinatoric algorithms.
|
| ModInt |
ModInt class with RingElem interface.
|
| ModInteger |
ModInteger class with GcdRingElem interface.
|
| ModIntegerRing |
ModIntegerRing factory with RingFactory interface.
|
| ModIntegerTest |
ModInteger tests with JUnit.
|
| ModIntRing |
ModIntRing factory with RingFactory interface.
|
| ModIntTest |
ModInt tests with JUnit.
|
| ModLong |
ModLong class with RingElem interface.
|
| ModLongRing |
ModLongRing factory with RingFactory interface.
|
| ModLongTest |
ModLong tests with JUnit.
|
| PrimeInteger |
Integer prime factorization.
|
| PrimeList |
List of big primes.
|
| PrimeTest |
PrimeInteger and PrimeList tests with JUnit.
|
| Product<C extends RingElem<C>> |
Direct product element based on RingElem.
|
| ProductRing<C extends RingElem<C>> |
Direct product ring factory based on RingElem and RingFactory module.
|
| ProductTest |
Product test with JUnit.
|
| Roots |
Root computation algorithms.
|