- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I am trying toport a software from a PC to a workstation. The software is using some IMSL subroutines, like, DCSIEZ (cubic spline interpolation), DLINRG(general matrix inversion) and DSROWR(sort rows of real rectangular matrix using keys in columns). And since there is only mkl-6.0-beta installed in our unix machine, so I am looking for the corresponding subroutines in MKL. It seems that I cannot find corresponding subroutines in MKL for "cubic spline interpolation" or "sort rows of real rectangular matrix using keys in columns". Does anyone have any idea? Any experience to deal with this situation? Thanks!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
MKL has never had any of these functions in it. I won't speculate what we might have in the future, but in general, we look for areas of mathematics that are important from a performance point of view and where we can favorably impact that performance.
You can see that philosophy at work in the selection of functions that are already in the library. We are open to suggestions for functions that are widely used, consume lots of CPU resources and which through algorithmic and coding effort we can improve the performance markedly.
Bruce

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page