]> gitweb.michael.orlitzky.com - dunshire.git/history - src/dunshire/matrices.py
Use syevr instead of syev for eigenvalues.
[dunshire.git] / src / dunshire / matrices.py
2016-10-13 Michael OrlitzkyUse syevr instead of syev for eigenvalues.
2016-10-10 Michael OrlitzkyFinish overhauling the docstrings to numpy format.
2016-10-10 Michael OrlitzkyMore "easy" docs work in matrices.py/options.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.