Eigen_spmat_dval create :
?reserve:float ->
int ->
int ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval delete :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
unit Ffi_eigen_generated.returnval eye :
int ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval rows :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
intval cols :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
intval nnz :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
intval get :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
int ->
int ->
float Ffi_eigen_generated.returnval set :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
int ->
int ->
float ->
unit Ffi_eigen_generated.returnval insert :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
int ->
int ->
float ->
unit Ffi_eigen_generated.returnval reset :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
unit Ffi_eigen_generated.returnval is_compressed :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
boolval compress :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
unit Ffi_eigen_generated.returnval uncompress :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
unit Ffi_eigen_generated.returnval reshape :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
int ->
int ->
unit Ffi_eigen_generated.returnval prune :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
float ->
float ->
unit Ffi_eigen_generated.returnval valueptr :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
(float, Bigarray.float64_elt, Bigarray.c_layout) Bigarray.Array1.tval innerindexptr :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
(int64, Bigarray.int64_elt, Bigarray.c_layout) Bigarray.Array1.tval outerindexptr :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
(int64, Bigarray.int64_elt, Bigarray.c_layout) Bigarray.Array1.tval clone :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval row :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
int ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval col :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
int ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval transpose :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval adjoint :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval diagonal :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval trace :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
float Ffi_eigen_generated.returnval is_zero :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
boolval is_positive :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
boolval is_negative :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
boolval is_nonpositive :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
boolval is_nonnegative :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
boolval is_equal :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
boolval is_unequal :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
boolval is_greater :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
boolval is_smaller :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
boolval equal_or_greater :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
boolval equal_or_smaller :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
boolval add :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval sub :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval mul :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval div :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval gemm :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval add_scalar :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
float ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval sub_scalar :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
float ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval mul_scalar :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
float ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval div_scalar :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
float ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval min2 :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval max2 :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval sum :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
float Ffi_eigen_generated.returnval min :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
float Ffi_eigen_generated.returnval max :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
float Ffi_eigen_generated.returnval abs :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval neg :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval sqrt :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr
Ffi_eigen_generated.returnval print :
Eigen_types.SPMAT_D.c_spmat_d Ctypes.structure Ctypes_static.ptr ->
unit Ffi_eigen_generated.return