]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Implement forward substitute in terms of a fold.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 11 Feb 2014 21:10:53 +0000 (16:10 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 11 Feb 2014 21:10:53 +0000 (16:10 -0500)
commit64e43e504a8716cb1784de5fc33d7f02e915e2ac
treebc3300e448f5f5d80a9b67b388608a4b66d0e8cd
parent3c226d5d5ceb0781b10d86dcb958846f1cc9b075
Implement forward substitute in terms of a fold.
src/Linear/Iteration.hs
src/Linear/System.hs