Scientific computing: Difference between revisions
No edit summary |
m (→Applications) |
||
Line 8: | Line 8: | ||
* http://www.haskell.org/haskellwiki/Applications_and_libraries/Mathematics | * http://www.haskell.org/haskellwiki/Applications_and_libraries/Mathematics | ||
== Applications == | == Applications and projects == | ||
* [https://github.com/dorchard/pde-specs Partial differential equation (PDE) specifications and automated verifications tools] (early prototype) | |||
== People interested in scientific computing in Haskell == | == People interested in scientific computing in Haskell == | ||
[http://dorchard.co.uk Dominic Orchard] | [http://dorchard.co.uk Dominic Orchard] |
Revision as of 21:17, 9 April 2014
Scientific computing (sometimes also called computational science) is the approach of using computers to do science, whether it be in collecting and analysis data or programming computer models and simulations. This page collects resources for scientific computing in Haskell, including uses of Haskell in science.
Libraries
There are a number of libraries that are useful libraries for scientific computing details elsewhere on the Haskell Wiki:
- http://www.haskell.org/haskellwiki/Applications_and_libraries/Bioinformatics
- http://www.haskell.org/haskellwiki/Applications_and_libraries/Mathematics
Applications and projects
- Partial differential equation (PDE) specifications and automated verifications tools (early prototype)