Skip to content

[Rcpp-devel] Matrix: column-major storage?

1 message · Ramon Diaz-Uriarte

#
On Thu, 8 Nov 2012 06:35:10 -0700,Christian Gunning <icos.atropa at gmail.com> wrote:
I am sure staying with column-major is possible. Fortran also has
column-major order and a lot of things are (anything is ? ;-) possible
with Fortran. But when writing loops and traversing matrices and structs I
(so this might just be me) am used to thinking about row-major order.
Hummm... interesting. Thanks for the example. I'll play with it for my
stuff.


Best,


R.