package owl

  1. Overview
  2. Docs
OCaml Scientific and Engineering Computing

Install

dune-project
 Dependency

Authors

Maintainers

Sources

owl-1.0.1.tbz
sha256=72ca9f6edd302fdfa16c7559cedac7ac2c885466a367e17ea1ea8807b2dd13ef
sha512=72a60fb5b0ee4eea6cd8012aab9a492a32483feb218c1b6b4b913e0af985fba288113164e5af1129c0b5fffdb49d7b9aded6647238626b6561dc7125fdeb4eb5

doc/owl/Owl_ext_dense_ndarray/index.html

Module Owl_ext_dense_ndarray

module type PackSig = sig ... end
module Pack_DAS : sig ... end
module Pack_DAD : sig ... end
module Pack_DAC : sig ... end
module Pack_DAZ : sig ... end
module type BasicSig = sig ... end
module Make_Basic (P : PackSig) (M : BasicSig with type arr := P.arr and type elt := P.elt) : sig ... end
module type SD_Sig = sig ... end
module Make_SD (P : PackSig) (M : SD_Sig with type arr := P.arr and type elt := P.elt) : sig ... end
module type CZ_Sig = sig ... end
module Make_CZ (P : PackSig) (M : CZ_Sig with type arr := P.arr and type elt := P.elt and type cast_arr := P.cast_arr) : sig ... end
module S : sig ... end
module D : sig ... end
module C : sig ... end
module Z : sig ... end