Searched refs:num_non0_row (Results 1 – 1 of 1) sorted by relevance
3742 const PetscInt rowx = row[x], num_non0_row = row[x + 1] - rowx; in GetDiagonal_CSR() local3745 for (PetscInt i = 0; i < num_non0_row; i++) { in GetDiagonal_CSR()