geometric_rep_theory 0.1.3

Algebraic and geometric structures arising in mathematical physics and mirror symmetry.
Documentation
1
2
3
4
5
6
7
8
9
10
mod checked_arith;
mod dyn_matrix;
mod integer_arith;

pub use checked_arith::{
    ChainMultiplyable, CheckedAdd, CheckedAddAssign, CheckedArithError, Field, Ring, SemiRing, rank,
};
pub use dyn_matrix::{DynMatrix, ShapeMismatch};
pub use integer_arith::{binom, kronecker_symbol, multi_index_le, sigma_3, sigma_5};
pub(crate) use integer_arith::{kernel_from_snf, mobius, primitive_vector};