| Interface | Description |
|---|---|
| Ring<E> |
Ring of elements.
|
| Class | Description |
|---|---|
| ARing<E> |
Abstract ring which holds perfect power decomposition of its cardinality.
|
| ChineseRemainders | |
| ChineseRemainders.ChineseRemaindersMagic<E> |
Magic data to make CRT faster via precomputing Bezout coefficients
|
| ChineseRemainders.ChineseRemaindersMagicZp64 | |
| FactorDecomposition<E> |
Factor decomposition of element.
|
| ImageRing<F,I> |
A ring obtained via isomorphism specified by
ImageRing.image(Object) and ImageRing.inverse(Object) functions. |
| Integers |
The ring of integers (Z).
|
| IntegersZp |
Ring of integers modulo some
modulus. |
| IntegersZp64 |
Zp ring over machine numbers which provides fast modular arithmetic.
|
| Rational<E> | |
| RationalReconstruction | |
| Rationals<E> |
The ring of rationals (Q).
|
| Rings |
Common rings.
|
Copyright © 2022. All rights reserved.