package slap

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

Install

Dune Dependency

Authors

Maintainers

Sources

v4.0.0.tar.gz
sha256=8de0d6e7be2e47fe2e1447a1a5f99b42cbbd7e0524f163d1addf9b156337ec27
md5=6e3068a3d425ffaee22f7dacf7d6cece

doc/slap/Slap_misc/index.html

Module Slap_misc

Miscellaneous definitions.

type cnt

The flag for contiguous vectors and matrices.

type dsc

The flag for discrete vectors and matrices.

val identity : 'a -> 'a

The identity function.

val failwithf : ('a, unit, string, unit -> 'b) format4 -> 'a

failwith + printf-style format

val invalid_argf : ('a, unit, string, unit -> 'b) format4 -> 'a

invalid_arg + printf-style format

exception Internal_error of string * int

Internal_error (location, code) is thrown when a BLAS or LAPACK function returns unexpected error. location is the function name (containing its module name) and code is an error code returned by the function.

OCaml

Innovation. Community. Security.