-
Notifications
You must be signed in to change notification settings - Fork 0
CIFL math library
Esa Pulkkinen edited this page Jan 10, 2018
·
8 revisions
This repository contains the "cifl-math-library", a Haskell library containing basic mathematical functions, e.g. Matrix, Graph, Reals, Streams, Vector spaces, derivates and integrals, generating functions, units of measurement.
The total amount of code included is ~16kLOC, with around 150 files.
After downloading the code, 'make' builds it. Documentation is produced into dist/doc/html/cifl-math-library/index.html by 'make'. 'make install' installs the libraries (basically performs 'cabal install').
See https://esapulkkinen.github.io/cifl-math-library/ for documentation.