]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/eja/eja_utils.py
eja: ensure that we get a polynomial over the right ring in _charpoly_coeff().
[sage.d.git] / mjo / eja / eja_utils.py
2019-08-29 Michael Orlitzkyeja: add a WIP gram-schmidt for EJA elements.
2019-08-23 Michael Orlitzkyeja: remove some unused imports from eja_utils.
2019-08-23 Michael Orlitzkyeja: delete unused vec2mat() function.
2019-07-30 Michael Orlitzkyeja: factor out the EJA element class into its own...