blob: ce9344e5aeb0263aa1b11ce6f1523e262ad1bbe8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
This OCaml-library interfaces the BLAS-library (Basic Linear Algebra
Subroutines) and LAPACK-library (Linear Algebra routines), which are
written in FORTRAN.
This allows people to write high-performance numerical code for
applications that need linear algebra.
Author: Markus Mottl <markus.mottl@gmail.com>
WWW: https://bitbucket.org/mmottl/lacaml
|