comodules 0.1.4

A library for calculating Ext for coalgebra and comodules. Also does Finite Field linear algebra.
Documentation
1
2
3
4
5
6
7
8
9
10
- Slow functions are:
    - kTensor Direct Sum (9%) 
    - kTensor Generate (12%)
    - kTensor add_and_restrict (12%)
    - GradedLinear block sum (16%) # probably is the fasted it can go ?
    
- HopfAlgebra parser
- Refactor cokernel's solve commutative diagram
- Refactor more code into smaller compartments
- Github Copilot for comments everywhere ?