Using Red-Black method, we arrange the solution matrix as a 2D array of (n*n) elements, and alternatively perform R & B computations.
In the case of sparse matrices, should we also consider the zero entries or just the non-zero entries alone as we do for Jacobi or normal Siedel?
Sorry if the question was too basic. I am new to iterative solvers.