]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Fix the incorrect definition of "minor".
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 12 Feb 2014 06:52:35 +0000 (01:52 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 12 Feb 2014 06:52:35 +0000 (01:52 -0500)
commitcb41ccadccd4305065c3576d63d505a5d35c5279
tree68ee7f9863063947a2166201b6653e932c3a179e
parent2b6f975610bcc83e0c4a2fd26cd20fbcec06248d
Fix the incorrect definition of "minor".
Add a "preminor" function that does what "minor" used to.
Implement cofactors and a matrix inverse in terms of them.
src/Linear/Matrix.hs