]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/TwoTuple.hs
Replace the custom 'Vector' typeclass with 'Normed' everywhere.
[numerical-analysis.git] / src / TwoTuple.hs
2013-02-03 Michael OrlitzkyReplace the custom 'Vector' typeclass with 'Normed...
2012-10-17 Michael OrlitzkyRename "norm" to "norm_2" in the Vector class.
2012-10-15 Michael OrlitzkyAdd a custom Show instance for TwoTuple.
2012-10-14 Michael OrlitzkyAdd a Vector class and make TwoTuple (and several base...
2012-10-14 Michael OrlitzkyBegin work on a simple 2-tuple type.