Skip to content

Commit b86d755

Browse files
committed
Actually correct
1 parent 61abb30 commit b86d755

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/functions-reference/sparse_matrix_operations.Rmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@ entries w, column indices v, and row starting indices u; the vector w
9797
and array v must be the same size (corresponding to the total number of
9898
nonzero entries in the matrix), array v must have index values bounded
9999
by m, array u must have length equal to m + 1 and contain index values
100-
bounded by n (except for the last entry, which should be equal to one plus
101-
the length of w). See section [compressed row storage](#CSR) for more details.
100+
bounded by the number of nonzeros (except for the last entry, which should
101+
be equal to the number of nonzeros plus one). See section
102+
[compressed row storage](#CSR) for more details.
102103

103104
## Sparse Matrix Arithmetic
104105

0 commit comments

Comments
 (0)