]> gitweb.michael.orlitzky.com - sage.d.git/commit
mjo/clan: more class hierarchy refactoring
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 22 Feb 2026 17:32:43 +0000 (12:32 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 22 Feb 2026 17:32:43 +0000 (12:32 -0500)
commit3a8ba40e97f1af64badafdd674818ee27975d421
tree76605a130ed1ccad83adf6c5e2829206c8b38fd6
parent4f6c5aa7b1c93bb937873fa5cb2e7c215e46e62e
mjo/clan: more class hierarchy refactoring

Renamed MatrixAlgebra to TAlgebraClan, since in theory the up-hat and
down-hat work for any T-algebra. Separated that out along with the
NormalDecomposition class.
mjo/clan/all.py
mjo/clan/clan.py
mjo/clan/clan_element.py
mjo/clan/clan_operator.py
mjo/clan/normal_decomposition.py [new file with mode: 0644]
mjo/clan/normal_decomposition_element.py
mjo/clan/t_algebra_clan.py [new file with mode: 0644]
mjo/clan/vinberg_clan.py