On Fri, Nov 21, 2008 at 6:12 PM, Douglas Bates <[EMAIL PROTECTED]> wrote:
> R uses column-major ordering of multidimensional arrays, as in
> Fortran, unlike the row-major ordering of C multidimensional arrays.
> This is because the numerical linear algebra code used in R is from
> the Eispack, Linp
R uses column-major ordering of multidimensional arrays, as in
Fortran, unlike the row-major ordering of C multidimensional arrays.
This is because the numerical linear algebra code used in R is from
the Eispack, Linpack, BLAS, Lapack family of Fortran subroutine
packages. Even when implementation
2 matches
Mail list logo