Lines Matching refs:numcols_
110 matrix->numcols_ = numcols;
133 matrix->rows_[i] = &matrix->data_[i * matrix->numcols_];
142 matrix->xend_ = matrix->numcols_;
171 for (j = 0; j < x->numcols_; ++j) {
183 y = jas_matrix_create(x->numrows_, x->numcols_);
185 for (j = 0; j < x->numcols_; ++j) {
221 mat0->numcols_ = c1 - c0 + 1;
230 mat0->xend_ = mat0->xstart_ + mat0->numcols_;
243 if (mat0->numrows_ != mat1->numrows_ || mat0->numcols_ !=
244 mat1->numcols_) {
248 for (j = 0; j < mat0->numcols_; j++) {
268 for (j = matrix->numcols_, data = rowstart; j > 0; --j,
289 for (j = matrix->numcols_, data = rowstart; j > 0; --j,
313 for (j = matrix->numcols_, data = rowstart; j > 0; --j,
331 for (j = matrix->numcols_, data = rowstart; j > 0; --j,
353 matrix->numcols_ = numcols;
373 for (j = matrix->numcols_, data = rowstart; j > 0; --j,