Skip to content

Commit

Permalink
updating inline documents
Browse files Browse the repository at this point in the history
  • Loading branch information
jzstark committed Jul 28, 2024
1 parent 6b6637f commit 25d4428
Show file tree
Hide file tree
Showing 8 changed files with 2,638 additions and 982 deletions.
1,936 changes: 1,377 additions & 559 deletions src/base/compute/owl_computation_operator_sig.ml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/base/dense/owl_base_dense_ndarray_generic.mli
Original file line number Diff line number Diff line change
Expand Up @@ -956,10 +956,10 @@ val of_rows : ('a, 'b) t array -> ('a, 'b) t
(** Refer to :doc:`owl_dense_matrix_generic` *)

val to_cols : ('a, 'b) t -> ('a, 'b) t array
(** TODO *)
(** Refer to :doc:`owl_dense_matrix_generic` *)

val of_cols : ('a, 'b) t array -> ('a, 'b) t
(** TODO *)
(** Refer to :doc:`owl_dense_matrix_generic` *)

val of_arrays : ('a, 'b) kind -> 'a array array -> ('a, 'b) t
(** Refer to :doc:`owl_dense_matrix_generic` *)
Expand Down
Loading

0 comments on commit 25d4428

Please sign in to comment.