Skip to content
Prev 17975 / 63424 Next

Using matprod from array.c

You need to link against -lRblas as well, since that is where the BLAS 
library entry points are.

See `Writing R Extensions' for a platform-independent way to do this via 
variables in Makevars (you need ${BLAS_LIBS) $(FLIBS)).
On Wed, 12 Oct 2005, Heather Turner wrote: