Expand description
Contains the trait divisibility::DivisibilityRing
for rings that provide information
about divisibility of their elements.
Modules§
- generic_
tests generic_tests
Structs§
- Prepared
Divisor - Struct for ring elements that are stored with associated data to enable faster divisions.
Traits§
- Divisibility
Ring - Trait for rings that support checking divisibility, i.e.
whether for
x, y
there isk
such thatx = ky
. - Divisibility
Ring Store - Trait for
RingStore
s that storeDivisibilityRing
s. Mainly used to provide a convenient interface to theDivisibilityRing
-functions. - Domain
- Trait for rings that are integral, i.e. have no zero divisors.