53 if (nr != nr_a || nc != nc_a || nz != nz_a)
94 if (rb.
rows () > 0 && rb.
cols () > 0)
95 insert (rb, ra_idx(0), ra_idx(1));
118 if (jj <
cidx (i+1) &&
ridx (jj) == j)
148 dim = (nr == 1 && nc != 1) ? 1 : 0;
154 retval.
xcidx (0) = 0;
179 idx_vector (static_cast<octave_idx_type> (0)),
193 dim = (nr == 1 && nc != 1) ? 1 : 0;
208 retval.
xdata (k++) = c;
228 idx_vector (static_cast<octave_idx_type> (0)),
267 os << a.
ridx (i) + 1 <<
" " << j + 1 <<
" " << a.
data (i) <<
"\n";
278 return read_sparse_matrix<elt_type> (is, a, octave_read_value<bool>);
295 bool resize_ok)
const