Hi,
In the latest documentation for CSR format here
https://software.intel.com/content/www/us/en/develop/documentation/mkl-d...
I found that definition for pointerE array
"pointerE
An integer array that contains row indices, such that pointerE[j]-indexing is the index of the element
in the values array that is last non-zero element in a row j of A."
I failed to apply this definition to the examples in the same link so I think this definition is wrong or I'm missing something trivial.
Can any one clarify that please.
Thanks