|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Modular combinatorics utilities. More...
#include <cstdint>#include <ah-errors.H>#include <tpl_array.H>#include <modular_arithmetic.H>#include <primality.H>Go to the source code of this file.
Classes | |
| class | Aleph::ModularCombinatorics |
| Combinatorics operations modulo a prime. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Modular combinatorics utilities.
Provides precomputation of factorials and inverse factorials for O(1) combinations modulo a prime. Also includes Lucas Theorem for large n, k.
Definition in file modular_combinatorics.H.