mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
5d08008337
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: http://www.ocaml.info/home/ocaml_sources.html PR: ports/102115 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
10 lines
360 B
Plaintext
10 lines
360 B
Plaintext
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: http://www.ocaml.info/home/ocaml_sources.html
|