From 3d00494a1baf70f1ddcbfdcad06407563d6d563e Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 20 Mar 2024 14:51:37 +0100 Subject: [PATCH] Typo --- trex.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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