Type Definition librsb_sys::rsb_nnz_idx_t

source · []
pub type rsb_nnz_idx_t = c_int;
Expand description

The nnz counter index type.

Should not overflow when indexing matrix elements. On most common archs sizeof(long)>=sizeof(int). Legal values when specifying a matrix size should be within #RSB_MIN_MATRIX_NNZ and #RSB_MAX_MATRIX_NNZ