Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 213 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 213 Bytes

pde-solver

Solves BSM PDE.

How to use

For Ocaml you need Owl library. You can run with "ocamlbuild -use-ocamlfind -pkgs "owl" main.native"

For Python you need numpy and matplolib. Run "python solver.py"