Compressed Row Storage function name

Why are the sparse-dense matrix conversion functions called csr_extract and csr_to_dense_matrix rather than crs_extract and crs_to_dense_matrix? Is there something other than “Compressed Row Storage” in Stan or Bayesian modeling in general that claims the “CRS” acronym?

I suppose it stands for “compressed sparse row”. See Sparse matrix - Wikipedia

2 Likes