Hacker News new | ask | show | jobs
by snicker7 1620 days ago
Julia matrices are laid out as column-major (like Fortan, unlike C). So, it is better to get into the habit of thinking of a matrix more as a vector of columns than a vector of rows.