Hacker News new | ask | show | jobs
by Thrymr 767 days ago
NumPy can _store_ arrays in either row-major (C-style) or column-major (Fortran-style) order. Row-major is the default. Index order is always row, column.