Edwards
thanks,
Edwards
thanks,
Edwards
For example, when I want to use a lapack routine, I mex with:
mex filename.f -llapack
making sure the library location is on the path, etc. Just replace
lapack with your IMSL library name.
Then you should be able to put "USE numerical_libraries" in your
computational routine without a problem.