mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-03 10:06:01 +01:00
Typo
This commit is contained in:
parent
0d4a0cd353
commit
3d00494a1b
2
trex.org
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user