]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Begin implementation of normed, fixed-length vectors.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 3 Feb 2013 17:16:43 +0000 (12:16 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 3 Feb 2013 17:16:43 +0000 (12:16 -0500)
commit74e79199dcfec0639133ae9990dc33a2c5a095f0
treea5ec5908b316430af0b4b303eb3d1a60fce88924
parent6bee43b14215e788215751b468f2d1beeb55134b
Begin implementation of normed, fixed-length vectors.
src/FixedVector.hs [new file with mode: 0644]
src/Normed.hs [new file with mode: 0644]