package slap

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.2.tar.gz
md5=c94c1ff3e34eaa293d3e2c9f3daacd67

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: 28 Nov 2014

Dependencies (6)

  1. ocamlbuild build
  2. cppo
  3. ocamlfind
  4. lacaml >= "7.0.12" & < "7.2.2"
  5. base-bigarray
  6. ocaml <= "4.02.3" & >= "3.12.1"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.