Module Eigen_dsmat_dSource

Sourceval rows : Eigen_types.DSMAT_D.c_dsmat_d Ctypes.structure Ctypes_static.ptr -> int
Sourceval cols : Eigen_types.DSMAT_D.c_dsmat_d Ctypes.structure Ctypes_static.ptr -> int
Sourceval get : Eigen_types.DSMAT_D.c_dsmat_d Ctypes.structure Ctypes_static.ptr -> int -> int -> float Ffi_eigen_generated.return
Sourceval set : Eigen_types.DSMAT_D.c_dsmat_d Ctypes.structure Ctypes_static.ptr -> int -> int -> float -> unit Ffi_eigen_generated.return
Sourceval data : Eigen_types.DSMAT_D.c_dsmat_d Ctypes.structure Ctypes_static.ptr -> float Ctypes_static.ptr Ffi_eigen_generated.return
Sourceval gemm : (float, 'a, 'b) Bigarray.Array2.t -> (float, 'c, 'd) Bigarray.Array2.t -> (float, Bigarray.float64_elt, Bigarray.c_layout) Bigarray.Array2.t
Sourceval swap_rows : (float, 'a, 'b) Bigarray.Array2.t -> int -> int -> unit
Sourceval swap_cols : (float, 'a, 'b) Bigarray.Array2.t -> int -> int -> unit
Sourceval rowwise_op : int -> (float, 'a, 'b) Bigarray.Array2.t -> (float, 'c, 'd) Bigarray.Array2.t -> unit
Sourceval colwise_op : int -> (float, 'a, 'b) Bigarray.Array2.t -> (float, 'c, 'd) Bigarray.Array2.t -> unit