Ax=lambda*Bx
how to find the value of lambda using MKL?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The best function to call depends on the structure and data types of your matrices. Intel provides this guide on function selection for various eigen value solutions .
To set up your inputs, consult the
MKL Notes on calling from c
Here’s a snippet: