链接已复制
5 回复数
Quoting - kaw1964
Where could I find the statistical and linear algrebra libraries for fortran 90?
Thanks,
Kathy
Thanks,
Kathy
Intel Fortran Compiler Professional 11.0 comes with the Intel Math Kernel Library, aka "MKL", which contains mathematical and statistical routines including linear algebra (and statistical routines).
See the documentation in /opt/intel/Compiler/11.0/0xx/Documentation/mkl
As always, start with the ReleaseNotes before moving on to mkl_documentation.htm
There is a separate User Forum for MKL here: http://software.intel.com/en-us/forums/intel-math-kernel-library/
Quoting - Ronald Green (Intel)
Intel Fortran Compiler Professional 11.0 comes with the Intel Math Kernel Library, aka "MKL", which contains mathematical and statistical routines including linear algebra (and statistical routines).
See the documentation in /opt/intel/Compiler/11.0/0xx/Documentation/mkl
As always, start with the ReleaseNotes before moving on to mkl_documentation.htm
There is a separate User Forum for MKL here: http://software.intel.com/en-us/forums/intel-math-kernel-library/
Will upgrade to 11.0... make that much difference?
Thanks,
Kathy
Linux is fine.
There might be some confusion about version numbers. The 11.0 Ron mentioned is the version of the Intel Fortran Compiler Professional package which contains the latest MKL 10.1 update 1. You can also purchase MKL separately.
Quoting - Kevin Davis (Intel)
Linux is fine.
There might be some confusion about version numbers. The 11.0 Ron mentioned is the version of the Intel Fortran Compiler Professional package which contains the latest MKL 10.1 update 1. You can also purchase MKL separately.
I expect so, but you should inquire about specific MKL Features and specific routines of interest in the MKL Forum that Ron mentioned earlier here: http://software.intel.com/en-us/forums/intel-math-kernel-library/
You can also see the specific new features in MKL 10.1 (here); the complete MKL product description starts (here).
