module Lacaml:sig
..end
open Lacaml.S
open Lacaml.D
open Lacaml.C
open Lacaml.Z
To use this library, you should be familiar with BLAS and LAPACK. The
following quick reference
guide for the BLAS and
LAPACK quick
reference may be useful to you. For the precise description of
the functions, consult the man pages
online or, if you
installed them on
your machine (if you use Linux, they should be in the packages of
your distribution), read them with Emacs: M-x man
(under Unix)
or M-x woman
(all systems).
module Io: module type of Lacaml_io
module Common: module type of Lacaml_common
module D: module type of Lacaml_D
module S: module type of Lacaml_S
module Z: module type of Lacaml_Z
module C: module type of Lacaml_C
module Utils: module type of Lacaml_utils