aschaap / cas741

Course project
Apache License 2.0
0 stars 0 forks source link

rkf45.ml

Developer Name: Alexander Schaap

This project is a reimplementation of Dr. J. Carette's RKF45 MetaOCaml implementation found at: https://github.com/yallop/gaussian-elimination/blob/master/orig_ge/rkf45.ml, without interpolation but with the RK2 method added.

The folders and files for this project are as follows:

Doc - Documentation for the project src - Implementation LICENSE - project license