Expand description
A library for the manipulation and investigation of Markoff numbers and Markoff graphs modulo primes, specifically with a focus on the Bourgain, Gamburd, and Sarnak algorithm.
Modules
- Markoff numbers and structures for manipulating, organizing, and investigating them.
- Types and utilities for manipulating numbers in various types of finite fields.
- Tools for creating streams of objects constructed in this library.
- Extra generally useful methods.
Macros
- When called with phantom type marker
Ph
and a list of integers, each integerP
is turned into an implementation ofFactor<Ph> for FpNum<P>
andFactor<Ph> for QuadNum<P>
.