Module Eigen_dsmat_d

val rows : Eigen_types.DSMAT_D.c_dsmat_d Ctypes.structure Ctypes_static.ptr -> int
val cols : Eigen_types.DSMAT_D.c_dsmat_d Ctypes.structure Ctypes_static.ptr -> int
val get : Eigen_types.DSMAT_D.c_dsmat_d Ctypes.structure Ctypes_static.ptr -> int -> int -> float Ffi_eigen_generated.return
val set : Eigen_types.DSMAT_D.c_dsmat_d Ctypes.structure Ctypes_static.ptr -> int -> int -> float -> unit Ffi_eigen_generated.return
val data : Eigen_types.DSMAT_D.c_dsmat_d Ctypes.structure Ctypes_static.ptr -> float Ctypes_static.ptr Ffi_eigen_generated.return
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