package eigen

  1. Overview
  2. Docs

Module Types.SPMAT_ZSource

Sourcetype c_spmat_z
Sourceval ml_eigen_new : int64 -> int64 -> int64 -> c_spmat_z Ctypes.structure Ctypes_static.ptr
Sourceval ml_eigen_delete : c_spmat_z Ctypes.structure Ctypes_static.ptr -> unit
Sourceval ml_eigen_get : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int64 -> int64 -> Complex.t
Sourceval ml_eigen_set : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int64 -> int64 -> Complex.t -> unit
Sourceval ml_eigen_insert : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int64 -> int64 -> Complex.t -> unit
Sourceval ml_eigen_is_compressed : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int
Sourceval ml_eigen_compress : c_spmat_z Ctypes.structure Ctypes_static.ptr -> unit
Sourceval ml_eigen_uncompress : c_spmat_z Ctypes.structure Ctypes_static.ptr -> unit
Sourceval ml_eigen_reshape : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int64 -> int64 -> unit
Sourceval ml_eigen_prune : c_spmat_z Ctypes.structure Ctypes_static.ptr -> Complex.t -> float -> unit
Sourceval ml_eigen_is_zero : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int
Sourceval ml_eigen_is_positive : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int
Sourceval ml_eigen_is_negative : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int
Sourceval ml_eigen_is_nonpositive : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int
Sourceval ml_eigen_is_nonnegative : c_spmat_z Ctypes.structure Ctypes_static.ptr -> int