lacaml icon indicating copy to clipboard operation
lacaml copied to clipboard

OCaml bindings for BLAS/LAPACK (high-performance linear algebra Fortran libraries)

Results 5 lacaml issues
Sort by recently updated
recently updated
newest added

I can easily work around this by setting `LACAML_CFLAGS` before compiling, but it would be nice if it worked out of the box on Power: ``` + LACAML_LIBS=-lflexiblas + dune...

Hi Markus, I noticed the following problem using ocaml 4.13.1 and lacaml 11.0.8: ```ocaml # #require "lacaml";; /home/pveber/.opam/4.13.1/lib/ocaml/bigarray.cma: loaded /home/pveber/.opam/4.13.1/lib/lacaml: added to search path /home/pveber/.opam/4.13.1/lib/lacaml/lacaml.cma: loaded # Lacaml.D.syevr @@ Lacaml.D.Mat.of_array...

Hello, I tried via opam using the public repositories. It can't find gcc & lapack: opam install lacaml The following actions will be performed: - install conf-lapack 1 [required by...

Hi Markus, Do you have any plans for adding GGLSE? I see there is a mention in impl_SDCZ_c.c PS. Thanks for Lacaml, it's really great. I've been using it extensively.

enhancement

This would should resolve the issue with ppc by adding the march=native flag more restrictively (since we don't know what string is appearing in the CI that tests ppc)