Skip to content

dady-mlops/haskell-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some notes about Haskell

Compile the file using the stack utility and include the hmatrix module in the compilation options.:

stack ghc --package hmatrix eigenvalues/Eigenvalues.hs

Run compiled binary file:

./eigenvalues/Eigenvalues

About

Notes on Using Haskell for Numerical Modeling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published