[Rd] Linking to lapack

2010-10-22 Thread Nick Sabbe
Hello all. I'm developing a package for R holding a Gibbs sampler, which tends to have better performance when written in C than in R. During each iteration in the Gibbs sampler, I need the inverse of a symmetric matrix. For this, I wish to use lapack, as is concisely suggested in Writing R

Re: [Rd] Linking to lapack

2010-10-22 Thread Douglas Bates
On Fri, Oct 22, 2010 at 4:30 AM, Nick Sabbe nick.sa...@ugent.be wrote: Hello all. I'm developing a package for R holding a Gibbs sampler, which tends to have better performance when written in C than in R. During each iteration in the Gibbs sampler, I need the inverse of a symmetric matrix.

Re: [Rd] Linking to lapack

2010-10-22 Thread Matt Shotwell
On Fri, 2010-10-22 at 05:30 -0400, Nick Sabbe wrote: Hello all. I'm developing a package for R holding a Gibbs sampler, which tends to have better performance when written in C than in R. During each iteration in the Gibbs sampler, I need the inverse of a symmetric matrix. For this, I wish