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.2.tar.gz
md5=01fbfa454b08eeeee092c6f5ec43b103

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: 04 Jan 2016

Dependencies (6)

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

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.