RE: [R] matrix inverse in C

2004-02-29 Thread FMGCFMGC
/linpack/ LAPACK: http://www.netlib.org/lapack/ Good luck! Francisco - Mensaje Original - De Liaw, Andy [EMAIL PROTECTED] Fecha Sat, 28 Feb 2004 08:40:41 -0500 A 'Kosuke Imai' [EMAIL PROTECTED], [EMAIL PROTECTED] Asunto RE: [R] matrix inverse in C In section 5.7 of the `Writing R

RE: [R] matrix inverse in C

2004-02-28 Thread Liaw, Andy
In section 5.7 of the `Writing R Extensions' manual, it mentions the interface to numerical linear algebra routines (LINPACK, etc.). You will need to figure out which are the ones you need and how to call them. As these are expressed as Fortran routines, you can call them from C using the