package slap

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.0.tar.gz
md5=770c24c1f247fe0c73813acd134ee36f

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: 12 Mar 2015

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" & >= "4.02"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.