Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 281 Bytes

File metadata and controls

12 lines (9 loc) · 281 Bytes

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