]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Vector.hs
Rename "norm" to "norm_2" in the Vector class.
[numerical-analysis.git] / src / Vector.hs
2012-10-17 Michael OrlitzkyRename "norm" to "norm_2" in the Vector class.
2012-10-17 Michael OrlitzkyRequire Vector instances to be instances of Num as...
2012-10-14 Michael OrlitzkyAdd a Vector class and make TwoTuple (and several base...