package owl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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
OCaml

Innovation. Community. Security.