Hi: I am wondering if there are some libraries missing from the IMSL Fortran library.
But first, System: Windows 7, using Ms Visual Studio. Installed the IMSL Fortran library (fnl-2018.0.0-win700in170x64-eval, Student license), validated using Intel Compiler 17.0 Update 8 Intel(R) 64 Visual Studio, followed the quick example on page 8 of this link: https://docs.roguewave.com/imsl/fort..._evalguide.pdf. (This example uses the DENSE_LP function). Builds fine. Running the executable generated by Visual Studio, I got the optimization results shown on the page listed above, which means all is fine.
I however noticed some functions are not listed in the include\dll directory. The subroutines neqnf and dneqnf were for example missing, as I found out when I tried to compile and link a legacy fortran program which contains calls to dneqnf. I only found neqnf_int.mod, and I am wondering if that module has replaced both neqnf and dneqnf. If that's not the case, can you help point me to where I can find any information on this?
Thanks.