Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
7234 Discussions

How to evaluate the incomplete gamma value with mkl?

Guangye__Yu
Beginner
1,136 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
1,136 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
1,137 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
1,136 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
1,136 Views

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

0 Kudos
Reply