Skip to content

Commit 99206e9

Browse files
Update index.bs
1 parent f04e675 commit 99206e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/latest/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Column-Major Dense Matrix format
138138
:: Array of size `number_of_elements` containing stored values.
139139

140140
The element of the vector located at index `i, j` has scalar value
141-
`values[j * number_of_rows + i]`.
141+
`values[i + j * number_of_rows]`.
142142

143143
#### DMAT #### {#DMAT_format}
144144

0 commit comments

Comments
 (0)