]> gitweb.michael.orlitzky.com - sage.d.git/history - mjo/matrix_vector.py
mjo: replace xrange() with range() for python-3.x compatibility.
[sage.d.git] / mjo / matrix_vector.py
2019-12-07 Michael Orlitzkymjo: replace xrange() with range() for python-3.x compa...
2018-11-04 Michael Orlitzkymatrix_vector.py: use xrange everywhere.
2018-11-01 Michael Orlitzkymjo/matrix_vector.py: make tests work with PYTHONPATH="."
2014-11-13 Michael OrlitzkyAdd the matrix_of_transformation function to matrix_vec...
2014-11-03 Michael OrlitzkyAdd the matrix_vector module with only the isomorphism...