package owl

  1. Overview
  2. Docs
OCaml Scientific and Engineering Computing

Install

Dune Dependency

Authors

Maintainers

Sources

owl-0.7.0.tbz
sha256=cb9b596d7a2166630e385381f5dcb7cc6c2a4afebd32b2811db3e4b4fe008f3c
sha512=940c0953ee3fce453787e0820df42f4f3852413ba0a1af9d18af128d90a76bf9c93aaa3af42bd80be938b0b53ed0f546a1972ecc5fad7dd35247cea5e699b78f

doc/owl/Owl_ext_dense_matrix/index.html

Module Owl_ext_dense_matrix

module type PackSig = sig ... end
module Pack_DMS : sig ... end
module Pack_DMD : sig ... end
module Pack_DMC : sig ... end
module Pack_DMZ : sig ... end
module type BasicSig = sig ... end
module Make_Basic (P : PackSig) (M : BasicSig with type mat := P.mat and type elt := P.elt) : sig ... end
module type SD_Sig = sig ... end
module Make_SD (P : PackSig) (M : SD_Sig with type mat := P.mat and type elt := P.elt) : sig ... end
module type CZ_Sig = sig ... end
module Make_CZ (P : PackSig) (M : CZ_Sig with type mat := P.mat and type elt := P.elt and type cast_mat := P.cast_mat) : sig ... end
module S : sig ... end
module D : sig ... end
module C : sig ... end
module Z : sig ... end
OCaml

Innovation. Community. Security.