[Rd] R + C + Lapack toy regression example

Vinh Nguyen vqnguyen at uci.edu
Thu Sep 24 21:09:01 CEST 2009


On Thu, Sep 24, 2009 at 11:49 AM, Simon Urbanek
<simon.urbanek at r-project.org> wrote:
> As Doug pointed out you don't want to be using .C(). As for matrix
> manipulations - they are usually done directly on the objects which are
> vectors stored in column-major order.

i meant .Call().   also, sorry for the poor word choice, i meant
matrix computations, not matrix manipulations.  i guess i just want
some recommendations for future references on what C library to use if
i were doing something like re-implement linear regression
(hypothetically speaking).  i assumed it would be lapack.  is this the
recommended approach?

vinh



More information about the R-devel mailing list