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 module Lacaml.C contains linear algebra routines for complex numbers (precision: complex32). It is recommended to use this module by writing
Lacaml_DThis module Lacaml.D contains linear algebra routines for real numbers (precision: float64). It is recommended to use this module by writing
Lacaml_SThis module Lacaml.S contains linear algebra routines for real numbers (precision: float32). It is recommended to use this module by writing
Lacaml_ZThis module Lacaml.Z contains linear algebra routines for complex numbers (precision: complex64). It is recommended to use this module by writing
Lacaml_commonLacaml.common contains definitions independent of the precision.