module Sparse_complex:sig
..end
typeint_array =
int array
typeelt_array =
(Complex.t, Bigarray.complex64_elt, Bigarray.c_layout) Bigarray.Array1.t
type
spmat_record = {
|
mutable m : |
|
mutable n : |
|
mutable i : |
|
mutable d : |
|
mutable p : |
|
mutable nz : |
|
mutable typ : |
|
mutable h : |