geometric_rep_theory 0.1.1

Algebraic and geometric structures arising in mathematical physics and mirror symmetry.
Documentation
mod checked_arith;
mod dg_module;
mod dg_path_algebra;
mod dyn_matrix;
mod dynkin;
mod hochschild;
mod homological_degree;
mod path_algebra;
mod quiver;
mod quiver_bimodule;
mod quiver_operations;
mod quiver_rep;
mod quiver_with_mon_rels;
mod quiver_with_rels;

pub use checked_arith::{
    ChainMultiplyable, CheckedAdd, CheckedAddAssign, CheckedArithError, Field, Ring, SemiRing,
};
pub use dg_module::DGModule;
pub use dg_path_algebra::GradedDifferentialQuiver;
pub use dyn_matrix::{DynMatrix, ShapeMismatch};
pub use hochschild::{HochschildError, MonomialQuiverAlgebraHH};
pub use homological_degree::{DegreeLabel, HasHomologicalDegree};
pub use path_algebra::PathAlgebra;
#[cfg(test)]
pub(crate) use quiver::tests::make_a2_quiver;
pub use quiver::{BasisElt, Quiver};
pub use quiver_bimodule::{
    BimoduleAxiomViolation, DiagonalBimodule, DiagonalBimoduleError, QuiverBimodule,
};
pub use quiver_rep::QuiverRep;
pub use quiver_with_mon_rels::{NonMonomialIdeal, QuiverWithMonomialRelations};
pub use quiver_with_rels::QuiverWithRelations;