package lacaml
OCaml-bindings to BLAS and LAPACK
Install
Dune Dependency
Authors
-
EEgbert Ammicht <eammicht@lucent.com>
-
PPatrick Cousot <Patrick.Cousot@ens.fr>
-
SSam Ehrlichman <sehrlichman@janestreet.com>
-
FFlorent Hoareau <h.florent@gmail.com>
-
MMarkus Mottl <markus.mottl@gmail.com>
-
LLiam Stewart <liam@cs.toronto.edu>
-
CChristophe Troestler <Christophe.Troestler@umons.ac.be>
-
OOleg Trott <ot14@columbia.edu>
-
MMartin Willensdorfer <ma.wi@gmx.at>
Maintainers
Sources
lacaml-8.0.6.tar.gz
sha256=80cbfa20815167588e91ddd8fb32d277a07c3bc7a03334838afdd7ff15fdd59c
md5=8678b0f0b4d9f6e0e75b61cbde1bb261
doc/index.html
lacaml
API
Library lacaml
Lacaml
Binding to the BLAS and LAPACK libraries. You can make use of this library by referring to the corresponding module you need for your precision and number type:Lacaml_C
This moduleLacaml.C
contains linear algebra routines for complex numbers (precision: complex32). It is recommended to use this module by writingLacaml_D
This moduleLacaml.D
contains linear algebra routines for real numbers (precision: float64). It is recommended to use this module by writingLacaml_S
This moduleLacaml.S
contains linear algebra routines for real numbers (precision: float32). It is recommended to use this module by writingLacaml_Z
This moduleLacaml.Z
contains linear algebra routines for complex numbers (precision: complex64). It is recommended to use this module by writingLacaml_common
Lacaml.common
contains definitions independent of the precision.Lacaml_complex32
Lacaml_complex64
Lacaml_float32
Lacaml_float64
Lacaml_io
Lacaml.Io
: generic matrix printing functions.Lacaml_utils
General auxiliary functions
Library lacaml.top
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page