matrix icon indicating copy to clipboard operation
matrix copied to clipboard

Should matrices support column-major order?

Open kgryte opened this issue 10 years ago • 0 comments

Currently, matrices are row-major order. Supporting column-major order would require internal modifications to provide efficient access patterns.

  • What are the use cases for supporting column-major order as an option?
  • API implications?
    • Would probably require modifying the API from being variadic to being an object-based interface.
  • How different from creating a Matrix and then just taking the transpose?

kgryte avatar Nov 26 '15 21:11 kgryte