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!