package prbnmcn-linalg

  1. Overview
  2. Docs

Module LinalgSource

linalg: metaprogramming-friendly linear algebra

Sourcemodule Intf : sig ... end
Sourcemodule Vec : sig ... end

Linalg: vectors

Sourcemodule Mat : sig ... end

Linalg: matrices

Sourcemodule Tensor : sig ... end
Sourcetype ('s, 'i, 'e) vec = ('s, 'i, 'e) Intf.vec =
  1. | Vec of 's * 'i -> 'e
Sourcetype ('s, 'i, 'e, 'w) ovec = ('s, 'i, 'e, 'w) Intf.ovec =
  1. | OVec of 's * 'i -> 'e -> 'w
OCaml

Innovation. Community. Security.