Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Using the Interval Solvers from C++?

petercat
Beginner
578 Views
How do I find the c++ versions of the interval solver routintes in MKL?
0 Kudos
2 Replies
Todd_R_Intel
Employee
578 Views
The interval solvers only have a Fortran interface. A full list of the interfaces available for each part of Intel MKL can be found inAppendix A of the Intel MKL User's Guide. (Those looking for the interval solvers should note that Intel MKL 10.0 Update 5 was the last version to include this functionality.)

0 Kudos
Gennady_F_Intel
Moderator
578 Views

hi,
1.Intel MKL provides support for Fortran and C API only.
2. The interval linear solver functions have been removed from MKL version 10.1
--Gennady


0 Kudos
Reply