package eigen

  1. Overview
  2. Docs
val gemm : (float, 'a, 'b) Bigarray.Array2.t -> (float, 'c, 'd) Bigarray.Array2.t -> (float, Bigarray.float64_elt, Bigarray.c_layout) Bigarray.Array2.t
val transpose : (float, 'a, 'b) Bigarray.Array2.t -> (float, Bigarray.float64_elt, Bigarray.c_layout) Bigarray.Array2.t
val swap_rows : (float, 'a, 'b) Bigarray.Array2.t -> int -> int -> unit
val swap_cols : (float, 'a, 'b) Bigarray.Array2.t -> int -> int -> unit
val rowwise_op : int -> (float, 'a, 'b) Bigarray.Array2.t -> (float, 'c, 'd) Bigarray.Array2.t -> unit
val colwise_op : int -> (float, 'a, 'b) Bigarray.Array2.t -> (float, 'c, 'd) Bigarray.Array2.t -> unit
OCaml

Innovation. Community. Security.