Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

IMSL : RONE and RSTEP routines

MAURICE_J_
Novice
410 Views

HI,

I have been hired (I am a freelance) to translate R scripts to FORTRAN.

I found an old fortran library using RONE and RSTEP routines from an old IMSL DLL. My client (customer) is rich but buying IMSL will take more than 3 months and he told me that it doesn't worth the cost : the R script is only used by 5 or 6 persons.

My question is : has someone writen 'open source' routines doing the same work than RON and RSTEP ?

Jean in France

 

0 Kudos
2 Replies
andrew_4619
Honored Contributor III
410 Views

Use MKL  which comes with intel fortran i think RONE would be GELSD but you would needs to study the help manual.

 

0 Kudos
mecej4
Honored Contributor III
410 Views

The routines RONE is quite comprehensive, and returns lots of statistical information. It may be the case that you only use a small subset of those statistics. If so, specify only those and you may be able to find an open source or MKL equivalent.

0 Kudos
Reply