The main goal of this project is to compute the character of diagonal
harmonic polynomials on
Dependencies: the SageMath open source mathematical system
License: GPL
## Subspace computation facilities
The code for this project includes generic facilities for computing subspaces of general Sage vector spaces like polynomial rings. See utilities.pyx, matrix_of_vectors.py, subspace.py.
This code is being extracted and refactored as a dedicated Sage package, to be eventually integrated into Sage:
https://github.com/darijgr/sage-subspace/
Don't edit the corresponding files in this repo; it will soon go away in favor of using sage-subspace.