8 lines
301 B
Text
8 lines
301 B
Text
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.
|
|
|
|
WWW: https://mmottl.github.io/lacaml/
|