NTLib - Number Theory Library 0.9
Loading...
Searching...
No Matches
ntlib::crt_congruence< T > Struct Template Referenceexport

Represents a single congruence x = a mod m. More...

Collaboration diagram for ntlib::crt_congruence< T >:

Public Attributes

a
 The remainder.
m
 The modulus.

Detailed Description

template<Integer T>
struct ntlib::crt_congruence< T >

Represents a single congruence x = a mod m.

Template Parameters
TAn integer-like type.

The documentation for this struct was generated from the following file: