geometric_rep_theory 0.1.4

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

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