package slap

  1. Overview
  2. No Docs
A linear algebra library with static size checking for matrix operations

Install

Dune Dependency

Authors

Maintainers

Sources

v2.0.1.tar.gz
md5=1cb874673e184ae640be96273a7d5ce6

Description

Sized Linear Algebra Package (SLAP) is a wrapper of Lacaml, a binding of two widely used linear algebra libraries BLAS and LAPACK for FORTRAN. This guarantees statically (i.e, at compile time) consistency (with respect to dimensions) of most high-level matrix (and vector) operations. For example, addition of two- and three-dimensional vectors causes type error at compile time, and dynamic errors like exceptions do not happen.

Published: 10 Jul 2015

Dependencies (7)

  1. ocamlbuild build
  2. cppo
  3. lacaml >= "7.2.3" & < "8.0.0"
  4. ocamlfind >= "1.5.0"
  5. base-bytes
  6. base-bigarray
  7. ocaml <= "4.02.3" & >= "3.12"

Dev Dependencies

None

Used by

None

Conflicts

None