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 array -> 'a
Sourceval (.%{;..}<-) : ('a, 'b) Owl_sparse_matrix_generic.t -> int array -> 'a -> unit