I am study the format CRS of an sparse matrix. I have a doubt respect to the pointer row_ptr. What happend if the matrix has a row with all entries zero. Could you help to describe the row_ptr vector in the next case
\begin{bmatrix} 2 & 0 & 0\\ 0 & 0 & 0\\ 0 & 0 & 1 \end{bmatrix}