NTLib - Number Theory Library
0.9
Loading...
Searching...
No Matches
ntlib
crt_congruence
Public Attributes
|
List of all members
ntlib::crt_congruence< T > Struct Template Reference
export
module
chinese_remainder
Represents a single congruence
x =
a
mod
m
.
More...
Collaboration diagram for ntlib::crt_congruence< T >:
[
legend
]
Public Attributes
T
a
The remainder.
T
m
The modulus.
Detailed Description
template<Integer T>
struct ntlib::crt_congruence< T >
Represents a single congruence
x =
a
mod
m
.
Template Parameters
T
An integer-like type.
The documentation for this struct was generated from the following file:
modules/chinese_remainder/
chinese_remainder.cpp
Generated by
1.16.1