package slap

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

Install

Dune Dependency

Authors

Maintainers

Sources

v4.1.1.tar.gz
md5=a982b3ef7e0a137d8f583a30065d8443

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 2020

Dependencies (6)

  1. cppo build & >= "1.1.0"
  2. lacaml >= "8.0.0" & < "10.0.0"
  3. ocamlfind build & >= "1.5.0"
  4. base-bytes
  5. base-bigarray
  6. ocaml >= "3.12" & < "4.12"

Dev Dependencies

None

Used by

None

Conflicts

None