Skip to content
Prev 45019 / 398530 Next

matrix inverse in C

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
F77_CALL() macro mentioned in that manual.

I believe many would say that routines in Numerical Recipes are not really
`industrial strength'...

HTH,
Andy
------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments,...{{dropped}}