Lines Matching refs:nrow
1439 PetscInt i, shift, row_in_slice, row, nrow, *cp, lastcol, j, k; in MatAssemblyEnd_SeqSELL() local
1459 nrow = a->rlen[row]; /* number of nonzeros in row */ in MatAssemblyEnd_SeqSELL()
1465 if (nrow > 0) { /* nonempty row */ in MatAssemblyEnd_SeqSELL()
1467 …lastcol = cp[a->sliceheight * (nrow - 1) + row_in_slice]; /* use the index from the last nonzero a… in MatAssemblyEnd_SeqSELL()
1479 for (k = nrow; k < (a->sliidx[i + 1] - shift) / a->sliceheight; ++k) { in MatAssemblyEnd_SeqSELL()
1536 PetscInt shift, i, k, l, low, high, t, ii, row, col, nrow; in MatSetValues_SeqSELL() local
1552 nrow = a->rlen[row]; in MatSetValues_SeqSELL()
1554 high = nrow; in MatSetValues_SeqSELL()
1569 else high = nrow; in MatSetValues_SeqSELL()
1592 …MatSeqXSELLReallocateSELL(A, A->rmap->n, 1, nrow, a->sliidx, a->sliceheight, row / a->sliceheight,… in MatSetValues_SeqSELL()
1595 …MatSeqXSELLReallocateSELL(A, A->rmap->n, 1, nrow, a->sliidx, a->sliceheight, row / a->sliceheight,… in MatSetValues_SeqSELL()
1598 for (ii = nrow - 1; ii >= i; ii--) { in MatSetValues_SeqSELL()
1611 nrow++; in MatSetValues_SeqSELL()
1614 a->rlen[row] = nrow; in MatSetValues_SeqSELL()