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

which mkl subroutine is for transcendental equation

Yan_Sun
Beginner
929 Views
I have a question about mkl usage. I am solving a Hermitian matrix, 
and when the boundary condition is used a transcendental equation comes out.
I want to call a subroutine in mkl to solve this problem, but I have not find any one
related to transcendental equation. Can some one tell me which subtoutine in mkl is for transcendental equation?

Thanks a lot!
0 Kudos
3 Replies
Chao_Y_Intel
Moderator
929 Views

Hello,

Can you list the equation you want to solve here? That may help the users to see if they have any suggestion.

For the transcendental functions, the MKL VML domain provides the transcendental computation for the vectors. If the code can write with some vector computation format, such functions can be used to improve the code performance.

Thanks,
Chao

0 Kudos
Yan_Sun
Beginner
929 Views
Hi Chao
Thanks a lot for your help. I add my equatine to attached file, Please check.
Best wishes
Sun Yan
0 Kudos
Yan_Sun
Beginner
929 Views
Dose some one kown the mkl subroutine for ''Finding the zeros of a univariate complex function using
Mllers method" just as "ZANLY" subroutine inIMSL, which can be used for sovling transcendental equations.
Thanks a lot
0 Kudos
Reply