@hackage linear-vect0.1.1.0

A low-dimensional linear algebra library, operating on the Num typeclass

A low-dimensional (2, 3, 4 and Quaternions) linear algebra library, with lots of useful functions. Forked from vect library at http://hackage.haskell.org/package/vect by Balazs Komuves in order to use Num typeclass instead of Float, Double, Floating. Many thanks to Balazs Komuves and Charles Durham.