Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
9 lines
350 B
Text
9 lines
350 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.
|
|
|
|
Author: Markus Mottl <markus.mottl@gmail.com>
|
|
WWW: https://bitbucket.org/mmottl/lacaml
|