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

Solving non-linear Equations

Aaron_M_
Beginner
316 Views

Hi!

I've recently discovered how great and optimal everything in the mkl library is but my knowledge of it is limited. I want to solve a set of 12 non-linear equations in c++ and was wondering how to do that with any function in mkl. I currently am using MATLAB and they have a function "fsolve" that does it quite easily. I was hoping there is some sort of analogue to this?

Much appreciated

Aaron!

0 Kudos
1 Reply
VipinKumar_E_Intel
316 Views

You may refer the nonlinear solvers available in MKL, which are based on Trust Region methods.

http://software.intel.com/sites/products/documentation/hpc/mkl/mklman/GUID-89615F59-43D8-4A95-B752-C7DAE32CE252.htm

 

0 Kudos
Reply