ogdoad 1.0.0

Clifford algebras (with nilpotents) over the field-like subclasses of combinatorial games: nimbers, surreals, surcomplex.
Documentation
1
2
3
4
5
6
7
8
9
//! Crate-private linear algebra kernels shared by the math pillars.
//!
//! These routines are deliberately internal: they encode the row-reduction
//! conventions the public modules rely on, while keeping user-facing APIs in the
//! scalar, Clifford, forms, and games pillars.

pub(crate) mod f2;
pub(crate) mod field;
pub(crate) mod integer;