<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic incomplete gamma function in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/incomplete-gamma-function/m-p/794290#M2528</link>
    <description>i have found the gamma function but NOT the incomplete gamma function. Is this function lacking in the intel fortran?it seems so strange!thanks gabriella&lt;BR /&gt;</description>
    <pubDate>Thu, 08 Mar 2012 17:25:17 GMT</pubDate>
    <dc:creator>Gabriella_Petaccia</dc:creator>
    <dc:date>2012-03-08T17:25:17Z</dc:date>
    <item>
      <title>incomplete gamma function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/incomplete-gamma-function/m-p/794290#M2528</link>
      <description>i have found the gamma function but NOT the incomplete gamma function. Is this function lacking in the intel fortran?it seems so strange!thanks gabriella&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Mar 2012 17:25:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/incomplete-gamma-function/m-p/794290#M2528</guid>
      <dc:creator>Gabriella_Petaccia</dc:creator>
      <dc:date>2012-03-08T17:25:17Z</dc:date>
    </item>
    <item>
      <title>incomplete gamma function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/incomplete-gamma-function/m-p/794291#M2529</link>
      <description>It is not strange to find that an infrequently used special function is not part of the standard library. &lt;BR /&gt;&lt;BR /&gt;There are scores of special functions that are not provided as standard intrinsic functions in Fortran or other programming languages. 

It is up to you to find a library such as IMSL, or source code from places such as &lt;A href="http://www.netlib.org/fn/index.html"&gt;the Netlib collection&lt;/A&gt; (the function you want is probably DGAMI).&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Mar 2012 17:52:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/incomplete-gamma-function/m-p/794291#M2529</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-03-08T17:52:55Z</dc:date>
    </item>
    <item>
      <title>incomplete gamma function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/incomplete-gamma-function/m-p/794292#M2530</link>
      <description>Here is code written in java for IncGamma.This code uses my gamma stirling method if are you interested i can post the code.&lt;BR /&gt;&lt;BR /&gt;[bash]public double IncGammaLow(double x,double a){
		double sum = 0;
		double result = 0;
		
		if(x &amp;lt; 0.0f){
			throw new IllegalArgumentException("arg x must be greater than 0 t" + x);
			
		}else if( a &amp;lt; 0.0f || a == 0.0f || a &amp;lt; 1.0f){
			throw new IllegalArgumentException("arg a must be not less than 1.0 t" +  a);
			
		}else{
			  
			double exp,gamma_arg,gamma,nom,denom,power,gamma2;
			long k;
			int i,j;
			double[]array = new double[32];
			double run_value;
			
			k = -1;
			run_value = 0;
			
			for(i = 0;i&lt;ARRAY.LENGTH&gt; = run_value;
			}
			 
			for(j = 0;j&lt;ARRAY.LENGTH&gt;;
			}
			
			exp = Math.exp(-x);
			power = Math.pow(x, a);
			gamma2 = this.GammaStirlingApprox(a);
			result = power*gamma2*exp*sum;
		}
		
		return result;
	}[/bash]&lt;BR /&gt;&lt;BR /&gt;&lt;/ARRAY.LENGTH&gt;&lt;/ARRAY.LENGTH&gt;</description>
      <pubDate>Thu, 31 May 2012 17:28:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/incomplete-gamma-function/m-p/794292#M2530</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2012-05-31T17:28:23Z</dc:date>
    </item>
    <item>
      <title>incomplete gamma function</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/incomplete-gamma-function/m-p/794293#M2531</link>
      <description>Gabriella, here you'll find a code for the incomplete gamma function for complex arguments:&lt;BR /&gt;&lt;A href="http://www.cmis.csiro.au/Alan_Miller/index.html" target="_blank"&gt;http://www.cmis.csiro.au/Alan_Miller/index.html&lt;/A&gt;&lt;BR /&gt;Just look up for the &lt;A href="http://www.cmis.csiro.au/Alan_Miller/cincgam.f90"&gt;cincgam.f90&lt;/A&gt; code.&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jun 2012 16:37:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/incomplete-gamma-function/m-p/794293#M2531</guid>
      <dc:creator>rudi-gaelzer</dc:creator>
      <dc:date>2012-06-01T16:37:13Z</dc:date>
    </item>
  </channel>
</rss>

