]> gitweb.michael.orlitzky.com - dunshire.git/history - src/dunshire/matrices.py
Begin overhauling docs to numpy format.
[dunshire.git] / src / dunshire / matrices.py
2016-10-10 Michael OrlitzkyBegin overhauling docs to numpy format.
2016-10-10 Michael OrlitzkyFix pylint warnings in matrices.py.
2016-10-10 Michael OrlitzkyAdd an inner_product() for matrices.
2016-10-06 Michael OrlitzkyTest that vec() is a no-op on vectors.
2016-10-06 Michael OrlitzkyFix SymmetricPSD documentation and add the column-major...
2016-10-06 Michael OrlitzkyRename a variable to make pylint happy.
2016-10-06 Michael OrlitzkyAdd an eigenvalues() method to matrices.py.
2016-10-06 Michael OrlitzkyReorganize the source under src/dunshire.