We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cac9e commit 944506fCopy full SHA for 944506f
src/2021-04-16-sparse-matrix-class.Rmd
@@ -41,6 +41,7 @@ str(rsparsematrix(5, 5, 0.5), vec.len = 12)
41
```
42
43
Here we have:
44
+
45
* Slot `i` is an integer vector giving the row indices of the non-zero values of the matrix
46
* Slot `p` is an integer vector giving the index of the first non-zero value of each column in `i`
47
* Slot `x` gives the non-zero elements of the matrix corresponding to rows in `i` and columns delineated by `p`
0 commit comments