package eigen

  1. Overview
  2. Docs

Module Types.SPMAT_DSource

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