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

How to evaluate the incomplete gamma value with mkl?

Guangye__Yu
Beginner
543 Views

Now i want to evaluate the incomplete gamma value.But i can not find the corresponding  function in mkl. Is this function lacking in mkl?

0 Kudos
1 Solution
Zhang_Z_Intel
Employee
543 Views

MKL has function to compute complete gamma values for vector elements. It doesn't have a function to compute "incomplete" gamma values.

 

 

View solution in original post

0 Kudos
3 Replies
Zhang_Z_Intel
Employee
544 Views

MKL has function to compute complete gamma values for vector elements. It doesn't have a function to compute "incomplete" gamma values.

 

 

0 Kudos
Guangye__Yu
Beginner
543 Views

Zhang Z (Intel) wrote:

MKL has function to compute complete gamma values for vector elements. It doesn't have a function to compute "incomplete" gamma values.

 

 

Thank you for your response.I have found the function in imsl.

0 Kudos
Guangye__Yu
Beginner
543 Views

Hello Zhang Z,Thank you for your response.I have found the function(gami) in imsl

0 Kudos
Reply