package eigen

  1. Overview
  2. Docs
type c_spmat_z
val ml_eigen_new : int64 -> int64 -> int64 -> c_spmat_z Ctypes.structure Ctypes_static.ptr
val ml_eigen_delete : c_spmat_z Ctypes.structure Ctypes_static.ptr -> unit
val ml_eigen_eye : int64 -> c_spmat_z Ctypes.structure Ctypes_static.ptr
val ml_eigen_rows : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int64
val ml_eigen_cols : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int64
val ml_eigen_nnz : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int64
val ml_eigen_get : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int64 -> int64 -> Complex.t
val ml_eigen_set : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int64 -> int64 -> Complex.t -> unit
val ml_eigen_insert : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int64 -> int64 -> Complex.t -> unit
val ml_eigen_reset : c_spmat_z Ctypes.structure Ctypes_static.ptr -> unit
val ml_eigen_is_compressed : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int
val ml_eigen_compress : c_spmat_z Ctypes.structure Ctypes_static.ptr -> unit
val ml_eigen_uncompress : c_spmat_z Ctypes.structure Ctypes_static.ptr -> unit
val ml_eigen_reshape : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int64 -> int64 -> unit
val ml_eigen_prune : c_spmat_z Ctypes.structure Ctypes_static.ptr -> Complex.t -> float -> unit
val ml_eigen_innerindexptr : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int64 Ctypes_static.ptr
val ml_eigen_outerindexptr : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int64 Ctypes_static.ptr
val ml_eigen_is_zero : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int
val ml_eigen_is_positive : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int
val ml_eigen_is_negative : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int
val ml_eigen_is_nonpositive : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int
val ml_eigen_is_nonnegative : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int
val ml_eigen_print : c_spmat_z Ctypes.structure Ctypes_static.ptr -> unit