]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Rename "norm" to "norm_2" in the Vector class.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 17 Oct 2012 21:25:31 +0000 (17:25 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 17 Oct 2012 21:25:31 +0000 (17:25 -0400)
commit1832912058bfe274e1f049dae80ea05daa94a1a1
treed56ae2bb660f7765ed438c2f1376b2b5614c9a25
parentc5da1efa77844ae6159dfc781ed886fdffbbf4d1
Rename "norm" to "norm_2" in the Vector class.
Add "norm_infty" to the Vector class.
src/TwoTuple.hs
src/Vector.hs