package owl

  1. Overview
  2. Docs
OCaml Scientific and Engineering Computing

Install

dune-project
 Dependency

Authors

Maintainers

Sources

owl-1.0.0.tbz
sha256=d91ba09488edd602dad845f68db1f980a601bdbb55d9516e3b59681eca20debe
sha512=9b31c3474a94c3b11d1dedba00639e770737e61f2e724a1288066ed976e4d0f8afe891a430e17ecf525fbca92e433d71d1b66d3ba17d4e299a4f8fdc3b902461

doc/owl/Owl_sparse_matrix/Operator/index.html

Module Owl_sparse_matrix.OperatorSource

include sig ... end
Sourceval (=) : ('a, 'b) Owl_sparse_matrix_generic.t -> ('a, 'b) Owl_sparse_matrix_generic.t -> bool
Sourceval (!=) : ('a, 'b) Owl_sparse_matrix_generic.t -> ('a, 'b) Owl_sparse_matrix_generic.t -> bool
Sourceval (<>) : ('a, 'b) Owl_sparse_matrix_generic.t -> ('a, 'b) Owl_sparse_matrix_generic.t -> bool
Sourceval (>) : ('a, 'b) Owl_sparse_matrix_generic.t -> ('a, 'b) Owl_sparse_matrix_generic.t -> bool
Sourceval (<) : ('a, 'b) Owl_sparse_matrix_generic.t -> ('a, 'b) Owl_sparse_matrix_generic.t -> bool
Sourceval (>=) : ('a, 'b) Owl_sparse_matrix_generic.t -> ('a, 'b) Owl_sparse_matrix_generic.t -> bool
Sourceval (<=) : ('a, 'b) Owl_sparse_matrix_generic.t -> ('a, 'b) Owl_sparse_matrix_generic.t -> bool
include sig ... end
Sourceval (.%{}) : ('a, 'b) Owl_sparse_matrix_generic.t -> (int * int) -> 'a
Sourceval (.%{;..}) : ('a, 'b) Owl_sparse_matrix_generic.t -> int array -> 'a
Sourceval (.%{}<-) : ('a, 'b) Owl_sparse_matrix_generic.t -> (int * int) -> 'a -> unit
Sourceval (.%{;..}<-) : ('a, 'b) Owl_sparse_matrix_generic.t -> int array -> 'a -> unit