1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 10:47:43 +02:00
This commit is contained in:
Anthony Scemama 2024-03-20 14:51:37 +01:00
parent 0d4a0cd353
commit 3d00494a1b

View File

@ -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