mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-06 22:23:42 +01:00
645 B
645 B
BLAS/Lapack
Install OpenBLAS from your system package manager, for example:
sudo apt-get install libopenblas-dev
LaCAML
LaCAML is the OCaml binding to the LAPACK library.
opam install lacaml
To use MKL with LaCaml:
export LACAML_LIBS="-L${MKLROOT}/lib/intel64 -Wl,--no-as-needed -lmkl_rt -lpthread -lm -ldl"
opam install lacaml
odoc-ltxhtml
This plugin allows to embed equations in the documentation generated by Ocamldoc.
Download the source code here.
git clone https://github.com/scemama/odoc-ltxhtml
cd odoc-ltxhtml
make install