I've just started working with the C# IMSL library and am attempting to convert some old compaq Fortran code with IMSL calls (these functions have same/similar names to the current Fortran IMSL library) to use the equivalents in the latest C# IMSL library.
I haven't been able to find any documentation that lists equivalents between the Fortran and C# versions of the current libraries. I was wondering if such a list exists (and is available)? At this stage I only have 3 Fortran functions I need to convert. These are DZREAL, F and DSVRGN.
Any help would be appreciated.