]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Linear/System.hs
New function: Linear.Matrix.identity_matrix.
[numerical-analysis.git] / src / Linear / System.hs
2013-07-21 Michael OrlitzkyFix a bunch of hlint warnings.
2013-07-21 Michael OrlitzkyAdd another example for forward_substitute.
2013-02-24 Michael OrlitzkyReplace the whole Matrix implementation with something...
2013-02-24 Michael OrlitzkyAdd the Linear.System module.