Concept Flow - Creating sparse matrices
Start with data arrays
Choose sparse matrix type
Call constructor with data
Sparse matrix created
Use or convert sparse matrix
We start with data arrays, pick a sparse matrix type, create it using constructor, then use or convert it.