Home
last modified time | relevance | path

Searched refs:rowx (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu3742 const PetscInt rowx = row[x], num_non0_row = row[x + 1] - rowx; in GetDiagonal_CSR() local
3746 if (col[i + rowx] == x) { in GetDiagonal_CSR()
3747 d = val[i + rowx]; in GetDiagonal_CSR()