diff --git a/trex.org b/trex.org index b9fdc3d..b9df429 100644 --- a/trex.org +++ b/trex.org @@ -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