]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/hurwitz.py
eja: rename operator_inner_product -> operator_trace inner_product.
[sage.d.git] / mjo / hurwitz.py
2022-02-02 Michael Orlitzkyhurwitz.py: speed up conjugate() and conjugate_transpose().
2022-02-02 Michael Orlitzkymjo/hurwitz.py: speed up is_hermitian() and is_skew_sym...
2022-01-27 Michael Orlitzkyhurwitz.py: swap is_sker_hermitian() for is_skew_symmet...
2022-01-26 Michael Orlitzkyhurwitz.py: add conjugate() method for matrices.
2022-01-26 Michael Orlitzkyhurwitz.py: add is_skew_hermitian() method.
2021-11-15 Michael Orlitzkymjo/**/*.py: drop obsolete set_random_seed().
2021-03-09 Michael Orlitzkymatrix_algebra: use "[]" for trivial matrices and fix...
2021-03-09 Michael Orlitzkymatrix_algebra: fix element construction.
2021-03-09 Michael Orlitzkymatrix_algebra: add _entry_algebra_element_to_vector...
2021-03-09 Michael Orlitzkymatrix_algebra: put basis in the usual (row,column...
2021-03-09 Michael Orlitzkyeja: refactor all matrix classes upwards (note: everyth...
2021-03-09 Michael Orlitzkyhurwitz: fix Hurwitz matrix algebra generators.
2021-03-09 Michael Orlitzkyhurwitz: make entry algebras "configurable."
2021-03-09 Michael Orlitzkyhurwitz: add ComplexMatrixAlgebra.
2021-03-08 Michael OrlitzkyReorganize the Hurwitz (matrix) algebra stuff.