Searched refs:rowx (Results 1 – 1 of 1) sorted by relevance
3742 const PetscInt rowx = row[x], num_non0_row = row[x + 1] - rowx; in GetDiagonal_CSR() local3746 if (col[i + rowx] == x) { in GetDiagonal_CSR()3747 d = val[i + rowx]; in GetDiagonal_CSR()