geometric_rep_theory 0.1.3

Algebraic and geometric structures arising in mathematical physics and mirror symmetry.
Documentation
mod a_infinity;
mod dga;
mod dgla;
mod errors;
mod exterior_power;
mod graded_module;
mod l_infinity;
mod operation_tree;
mod tensor_power;

pub use a_infinity::AInfinityAlgebra;
pub use dga::DGA;
pub use dgla::{DGLA, Lie};
pub use errors::InfinityAlgebraError;
pub use exterior_power::ExteriorPower;
pub use graded_module::GradedModule;
pub use l_infinity::LInfinityAlgebra;
pub use operation_tree::OperationTree;
pub use tensor_power::TensorPower;