]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Generalize the signature of zipwith2.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 19 Feb 2014 01:25:05 +0000 (20:25 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 19 Feb 2014 01:25:05 +0000 (20:25 -0500)
commit6892f38cf4dab275a91fbe06bfb8efe229518336
treef15712c78506b7a1adb1db631b04344f9e57b57b
parent762a87a1bd7bc628ebf12263fb21566ab3aeb86f
Generalize the signature of zipwith2.
Implement the dot product using zipwith2.
Implement matrix multiplication using the dot product.
Implement the frobenius_norm with zipwith2.
src/Linear/Matrix.hs