package eigen

  1. Overview
  2. Docs
type c_spmat_z
val elt : Stdlib.Complex.t Ctypes.typ
val ml_eigen_new : (int64 -> int64 -> int64 -> c_spmat_z Ctypes.structure Ctypes_static.ptr F.return) F.result
val ml_eigen_get : (c_spmat_z Ctypes.structure Ctypes_static.ptr -> int64 -> int64 -> Stdlib.Complex.t F.return) F.result
val ml_eigen_set : (c_spmat_z Ctypes.structure Ctypes_static.ptr -> int64 -> int64 -> Stdlib.Complex.t -> unit F.return) F.result
val ml_eigen_insert : (c_spmat_z Ctypes.structure Ctypes_static.ptr -> int64 -> int64 -> Stdlib.Complex.t -> unit F.return) F.result
val ml_eigen_is_compressed : (c_spmat_z Ctypes.structure Ctypes_static.ptr -> int F.return) F.result
val ml_eigen_uncompress : (c_spmat_z Ctypes.structure Ctypes_static.ptr -> unit F.return) F.result
val ml_eigen_reshape : (c_spmat_z Ctypes.structure Ctypes_static.ptr -> int64 -> int64 -> unit F.return) F.result
val ml_eigen_prune : (c_spmat_z Ctypes.structure Ctypes_static.ptr -> Stdlib.Complex.t -> float -> unit F.return) F.result
val ml_eigen_trace : (c_spmat_z Ctypes.structure Ctypes_static.ptr -> Stdlib.Complex.t F.return) F.result
val ml_eigen_is_positive : (c_spmat_z Ctypes.structure Ctypes_static.ptr -> int F.return) F.result
val ml_eigen_is_negative : (c_spmat_z Ctypes.structure Ctypes_static.ptr -> int F.return) F.result
val ml_eigen_is_nonpositive : (c_spmat_z Ctypes.structure Ctypes_static.ptr -> int F.return) F.result
val ml_eigen_is_nonnegative : (c_spmat_z Ctypes.structure Ctypes_static.ptr -> int F.return) F.result
val ml_eigen_sum : (c_spmat_z Ctypes.structure Ctypes_static.ptr -> Stdlib.Complex.t F.return) F.result
OCaml

Innovation. Community. Security.