Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Using the Interval Solvers from C++?

petercat
Einsteiger
501Aufrufe
How do I find the c++ versions of the interval solver routintes in MKL?
0 Kudos
2 Antworten
Todd_R_Intel
Mitarbeiter
501Aufrufe
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.)

Gennady_F_Intel
Moderator
501Aufrufe

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


Antworten