]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Normed.hs
Replace the custom 'Vector' typeclass with 'Normed' everywhere.
[numerical-analysis.git] / src / Normed.hs
2013-02-03 Michael OrlitzkyReplace the custom 'Vector' typeclass with 'Normed...
2013-02-03 Michael OrlitzkyBegin implementation of normed, fixed-length vectors.