March 2020
Intermediate to advanced
406 pages
8h 39m
English
CSR matrices use three one-dimensional arrays to represent a matrix. The CSR format uses these three arrays:
The following image shows an example of a 4 x 4 matrix. This is the matrix that we are going to use in our following code sample:

We can calculate these values as follows:
Read now
Unlock full access