package owl

  1. Overview
  2. Docs
OCaml Scientific and Engineering Computing

Install

dune-project
 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_matrixSource

Sourcemodule type PackSig = sig ... end
Sourcemodule Pack_DMS : sig ... end
Sourcemodule Pack_DMD : sig ... end
Sourcemodule Pack_DMC : sig ... end
Sourcemodule Pack_DMZ : sig ... end
Sourcemodule type BasicSig = sig ... end
Sourcemodule Make_Basic (P : PackSig) (M : BasicSig with type mat := P.mat and type elt := P.elt) : sig ... end
Sourcemodule type SD_Sig = sig ... end
Sourcemodule Make_SD (P : PackSig) (M : SD_Sig with type mat := P.mat and type elt := P.elt) : sig ... end
Sourcemodule type CZ_Sig = sig ... end
Sourcemodule 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
Sourcemodule S : sig ... end
Sourcemodule D : sig ... end
Sourcemodule C : sig ... end
Sourcemodule Z : sig ... end