Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
6743 Discussions

How to evaluate the incomplete gamma value with mkl?

Guangye__Yu
Beginner
341 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
341 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

3 Replies
Zhang_Z_Intel
Employee
342 Views

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

 

 

Guangye__Yu
Beginner
341 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.

Guangye__Yu
Beginner
341 Views

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

Reply