search for: package_libs

Displaying 2 results from an estimated 2 matches for "package_libs".

2009 Jan 13
2
Using fortran code which call LAPACK subroutines
...he test for the FORTRAN linker flags. Also, recent versions of R can detect external BLAS and LAPACK libraries./ but nevertheless I have to include something more? or modify the script? -should I compile from SHLIB with other options or include it directly into a package and cretae a makevars or PACKAGE_LIBS...? I'm lost... The subroutine I try to use is delcols.f (http://www.maths.manchester.ac.uk/~clucas/updating/addcols.f) which calls * .. External Subroutines .. EXTERNAL DGEQRF, DLASR, DROT, DROTG, XERBLA Thank you very much!!
2004 May 13
1
question about dyn.load()
Hello, everybody, I met a big problem. What I want is to use c code in R. I have load a test code "conv.c" in R and run it successfully. However, in my real code, I use matlab c library (Matrix Inverse function). After I use command "R CMD SHLIB" to share library, I can not use "dyn.load" to load the object in R. "undefined symbol: