package lacaml
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
sha256=830a83f2e555e8ff8b5ad1226f72e78029a09af075b9d472f0212a24c03cdc3f
    
    
  md5=41ab6e57c71d790e053c15cee02c1ff0
    
    
  doc/lacaml/Lacaml/index.html
Module 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:
open Lacaml.S
open Lacaml.D
open Lacaml.C
open Lacaml.ZTo 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).
Pretty printing
module Io = Lacaml_ioPretty-printing of vector and matrices.
Precision dependent modules
module Common = Lacaml_commonTypes and functions common to all precision dependent sub-modules.
module D = Lacaml_DDouble precision real BLAS and LAPACK functions.
module S = Lacaml_SSingle precision real BLAS and LAPACK functions.
module Z = Lacaml_ZDouble precision complex BLAS and LAPACK functions.
module C = Lacaml_CSingle precision complex BLAS and LAPACK functions.
module Utils = Lacaml_utils