Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agudys authored Aug 17, 2021
1 parent abc72db commit 2f38f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ where:
For performance reasons, `all2all` mode produces a lower triangular matrix.
When `-sparse` switch is specified, the table is stored in a sparse form. In particular, zeros are omitted while non-zero elements are represented as pairs (*column_id*, *value*). Thus, rows may have different number of elements:
When `-sparse` switch is specified, the table is stored in a sparse form. In particular, zeros are omitted while non-zero elements are represented as pairs (*column_id*, *value*) with 1-based column indexing. Thus, rows may have different number of elements, e.g.:
| | | | | | |
| :---: | :---: | :---: | :---: | :---: | :---: |
Expand Down

0 comments on commit 2f38f3c

Please sign in to comment.