Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Mar 20, 2024
1 parent 0d4a0cd commit 3d00494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trex.org
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#+end_src

Dimensions are given both in row-major ~[]~ and column-major ~()~
formats. Pick the one adapted the the programming language in which
formats. Pick the one adapted to the programming language in which
you use TREXIO (Numpy is by default row-major, and Fortran is column-major).
In the column-major representation, ~A(i,j)~ and ~A(i+1,j)~ are
contiguous in memory. In the row-major representation, ~A[i,j]~ and
Expand Down

0 comments on commit 3d00494

Please sign in to comment.