package lacaml
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCaml-bindings to BLAS and LAPACK
Install
dune-project
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.5.tar.gz
sha256=5a1ca56f0744fabdd39d8c6d6b3b33199c5f1ffcd123702d72e6c8c7b1297dcf
md5=6cfdf2a74d5e0191fa185ebccf349f60
doc/index.html
lacaml
API
Library lacaml
LacamlBinding 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_CThis moduleLacaml.Ccontains linear algebra routines for complex numbers (precision: complex32). It is recommended to use this module by writingLacaml_DThis moduleLacaml.Dcontains linear algebra routines for real numbers (precision: float64). It is recommended to use this module by writingLacaml_SThis moduleLacaml.Scontains linear algebra routines for real numbers (precision: float32). It is recommended to use this module by writingLacaml_ZThis moduleLacaml.Zcontains linear algebra routines for complex numbers (precision: complex64). It is recommended to use this module by writingLacaml_commonLacaml.commoncontains definitions independent of the precision.Lacaml_complex32Lacaml_complex64Lacaml_float32Lacaml_float64Lacaml_ioLacaml.Io: generic matrix printing functions.Lacaml_utilsGeneral auxiliary functions
Library lacaml.top
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page