Skip to content

Commit 944506f

Browse files
authored
Update 2021-04-16-sparse-matrix-class.Rmd
1 parent 22cac9e commit 944506f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/2021-04-16-sparse-matrix-class.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ str(rsparsematrix(5, 5, 0.5), vec.len = 12)
4141
```
4242

4343
Here we have:
44+
4445
* Slot `i` is an integer vector giving the row indices of the non-zero values of the matrix
4546
* Slot `p` is an integer vector giving the index of the first non-zero value of each column in `i`
4647
* Slot `x` gives the non-zero elements of the matrix corresponding to rows in `i` and columns delineated by `p`

0 commit comments

Comments
 (0)