%%VERSION%%
A collection of OCaml Math and Statistics functions. The API is available online.
float capabilities
and these algorithms. The test suite aims to provide bounds as well as a
benchmark for comparing algorithms.make setup will opam install the necessary packages for
Oml_full.make build will compile source.make test for tests.
- We use Kaputt as the testing framework. Tests
are found in *.mlt files and are joined with their respective source
files only when building a test target.
- make TEST={ModuleName} test will run the test in ModuleName,
ex make TEST=Descriptive test
- make setup_test will install packages necessary for testing.make covered_test for Bisect_ppx
instrumented test coverage.Oml_full is a superset of Oml that includes C and/or Fortran dependencies.
It is generally more useful and incorporates Oml in a typed equivalent way.
The goal is to provide a flexible end-user target for those who don't need
C dependent functionality.
For the "full" Oml package make setup will opam install these:
And for testing:
Anything within the problem domain is welcome.
The best place to discuss Oml is within Github's issues (even for questions).
"Favor readers over writers" and Favor users over readers.
OCaml
98.2%
Makefile
1.2%
%%VERSION%%
A collection of OCaml Math and Statistics functions. The API is available online.
float capabilities
and these algorithms. The test suite aims to provide bounds as well as a
benchmark for comparing algorithms.make setup will opam install the necessary packages for
Oml_full.make build will compile source.make test for tests.
- We use Kaputt as the testing framework. Tests
are found in *.mlt files and are joined with their respective source
files only when building a test target.
- make TEST={ModuleName} test will run the test in ModuleName,
ex make TEST=Descriptive test
- make setup_test will install packages necessary for testing.make covered_test for Bisect_ppx
instrumented test coverage.Oml_full is a superset of Oml that includes C and/or Fortran dependencies.
It is generally more useful and incorporates Oml in a typed equivalent way.
The goal is to provide a flexible end-user target for those who don't need
C dependent functionality.
For the "full" Oml package make setup will opam install these:
And for testing:
Anything within the problem domain is welcome.
The best place to discuss Oml is within Github's issues (even for questions).
"Favor readers over writers" and Favor users over readers.
OCaml
98.2%
Makefile
1.2%