|
NTLib - Number Theory Library 0.9
|
| Nntlib | |
| Calgebra_traits | Traits class for algebraic types |
| Calgebra_traits< T > | Specialization of ntlib::algebra_traits for integral types |
| Ccrt_congruence | Represents a single congruence x = a mod m |
| Cprime_power | Represents a single prime power |
| Csieve_235 | |
| Creference | |
| Cmatrix | Represents a matrix with a given number of rows and colums |
| Calgebra_traits< matrix< ROWS, COLUMNS, T > > | Specialization of ntlib::algebra_traits for matrix |
| Cmod_int | Class representing an element of a ring of integers modulo another positive integer. The modulus is provided at compile-time |
| Calgebra_traits< mod_int< T, m > > | Specialization of ntlib::algebra_traits for mod_int |
| Crational | Represents a rational number |
| Calgebra_traits< rational< T > > | Specialization of ntlib::algebra_traits for rational |