]> gitweb.michael.orlitzky.com - dunshire.git/history - dunshire/matrices.py
A bunch more doc fixes.
[dunshire.git] / dunshire / matrices.py
2016-11-16 Michael OrlitzkyA bunch more doc fixes.
2016-11-13 Michael OrlitzkyAdd the specnorm() function to the matrices module.
2016-11-13 Michael OrlitzkyFigure out the base field automatically in condition_nu...
2016-11-01 Michael OrlitzkyUse "..." for floating point output in doctests.
2016-11-01 Michael OrlitzkyEnable doctest ELLIPSIS in a few modules.
2016-11-01 Michael OrlitzkyClean up and document some of the new test code.
2016-11-01 Michael OrlitzkyAdd a new unit test suite for the dunshire.matrices...
2016-11-01 Michael OrlitzkyFix a pylint warning in the matrices module.
2016-10-30 Michael OrlitzkyAdd the condition_number() function to the matrices...
2016-10-30 Michael OrlitzkyAdd a "typecode" parameter to the identity() matrix...
2016-10-26 Michael OrlitzkyAdd setup.py and reorganize everything to make its...