search for: limsl

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

Did you mean: lims
1997 Oct 24
0
R-beta: Problem with dyn.load/IMSL
I would like to enclose my own C routines to R. I'm using some IMSL Fortran Routines in my C code, but I can not load the shared IMSL library direct nor by using -limsl in the ld statement. Has anyone experiences with loading IMSL Fortran routines to R? Many thanks Markus Huerzeler _______________________________________________________________________________ Markus Huerzeler <hurzeler at stat.math.ethz.ch> Seminar fuer Statistik, SOL F7 ETH (Fed...
2010 Feb 12
1
R - Compiling and calling Fortran code that uses IMSL libraries - Help!
Good Afternoon R Help! On of my users is seriously thinking about moving to R from Splus. In his testing, he has already found some benefits to it. He has, however run into one issue, calling his Fortran functions in R. Previously, in Splus, he would do the following: 1. Compile via f90 the *.f program 2. link the object file to the Fortran IMSL libraries via the 'ld' command 3.