@hackage linear-vect0.1.1.0
A low-dimensional linear algebra library, operating on the Num typeclass
Categories
License
BSD-3-Clause
Maintainer
capsjac <capsjac at gmail dot com>
Links
Versions
Installation
Dependencies (2)
Dependents (2)
@hackage/opengles, @hackage/acme-everything
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.