Hacker News new | past | comments | ask | show | jobs | submit login

Copying is usually not necessary. Often times you can swap data and/or shape arguments and get a transposed result out. While it is true that Fortran BLAS only supports col-major, CBLAS supports both row- and col-major. Internally, all the libraries I worked on use col-major, but that is just a convention.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: