/home/kcamus/qaas_runs/169-443-9681/intel/AMG/build/AMG/AMG/seq_mv/csr_matvec.c: 248 - 263
--------------------------------------------------------------------------------

248:       hypre_assert(iBegin <= iEnd);
[...]
256:             for (i = iBegin; i < iEnd; i++)
257:             {
258:                tempx = 0.0;
259:                for (jj = A_i[i]; jj < A_i[i+1]; jj++)
260:                {
261:                   tempx += A_data[jj] * x_data[A_j[jj]];
262:                }
263:                y_data[i] = tempx;
