Azeem -ul-Hasan wrote:
I started learning Haskell a little while ago. Although I am a novice I am still in love with it. I am physics major and primarily interested in Theoretical Physics and would like to use Haskell in this area. So, I just know to what has been done in this area, are there any libraries for simulating physical process in Haskell etc.
There are a few packages that cover most of the physicist's generic needs: dimensional - statically checked units http://hackage.haskell.org/package/dimensional hmatrix - very pleasant to use LAPACK bindings http://hackage.haskell.org/package/hmatrix Best regards, Heinrich Apfelmus -- http://apfelmus.nfshost.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
