Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

IMSL Libraries/Matlab

trankle
Beginner
823 Views
Where do I find basic information about the IMSL libraries in Compaq (HP?) Visual fortran? I want to know the names of routines and the argument lists. And how do I link the IMSL functions to my own code.
Is this documentation on the web somewhere? Or am I supposed to get at it from "Help" under my Compa Visual fortran installation?
Has anyone tried to call IMSL libraries from Matlab using Matlab "mex" functions?
0 Kudos
2 Replies
ArturGuzik
Valued Contributor I
823 Views
After installing (CVF Pro) you should have all docs for IMSL stored in /DF98/IMSL/Help folder. There is a pdf file with all required details on how to use, argument list etc. In the code you simply insert USE Numerical_Libraries.

A.

Message Edited by ArturGuzik on 03-20-2004 01:17 AM

0 Kudos
jpnolan
Beginner
823 Views
Yes, you can use IMSL routines in a matlab mex file. I remember tinkering with options on the VF build, but it can be made to work.
0 Kudos
Reply