package eigen

  1. Overview
  2. Docs

Module Eigen_dsmat_z

val rows : Eigen_types.DSMAT_Z.c_dsmat_z Ctypes.structure Ctypes_static.ptr -> int
val cols : Eigen_types.DSMAT_Z.c_dsmat_z Ctypes.structure Ctypes_static.ptr -> int
val set : Eigen_types.DSMAT_Z.c_dsmat_z Ctypes.structure Ctypes_static.ptr -> int -> int -> Complex.t -> unit Ffi_eigen_generated.return
val swap_rows : (Complex.t, 'a, 'b) Bigarray.Array2.t -> int -> int -> unit
val swap_cols : (Complex.t, 'a, 'b) Bigarray.Array2.t -> int -> int -> unit
val rowwise_op : int -> (Complex.t, 'a, 'b) Bigarray.Array2.t -> (Complex.t, 'c, 'd) Bigarray.Array2.t -> unit
val colwise_op : int -> (Complex.t, 'a, 'b) Bigarray.Array2.t -> (Complex.t, 'c, 'd) Bigarray.Array2.t -> unit
OCaml

Innovation. Community. Security.