org.apache.commons.math.special
Class GammaTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.math.special.GammaTest
All Implemented Interfaces:
junit.framework.Test

public class GammaTest
extends junit.framework.TestCase

Version:
$Revision: 778416 $ $Date: 2009-05-25 09:20:07 -0400 (Mon, 25 May 2009) $

Constructor Summary
GammaTest(String name)
           
 
Method Summary
 void testDigammaLargeArgs()
           
 void testDigammaSmallArgs()
           
 void testLogGammaNan()
           
 void testLogGammaNegative()
           
 void testLogGammaPositive()
           
 void testLogGammaZero()
           
 void testRegularizedGammaNanPositive()
           
 void testRegularizedGammaNegativePositive()
           
 void testRegularizedGammaPositiveNan()
           
 void testRegularizedGammaPositiveNegative()
           
 void testRegularizedGammaPositivePositive()
           
 void testRegularizedGammaPositiveZero()
           
 void testRegularizedGammaZeroPositive()
           
 void testTrigamma()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GammaTest

public GammaTest(String name)
Method Detail

testRegularizedGammaNanPositive

public void testRegularizedGammaNanPositive()

testRegularizedGammaPositiveNan

public void testRegularizedGammaPositiveNan()

testRegularizedGammaNegativePositive

public void testRegularizedGammaNegativePositive()

testRegularizedGammaPositiveNegative

public void testRegularizedGammaPositiveNegative()

testRegularizedGammaZeroPositive

public void testRegularizedGammaZeroPositive()

testRegularizedGammaPositiveZero

public void testRegularizedGammaPositiveZero()

testRegularizedGammaPositivePositive

public void testRegularizedGammaPositivePositive()

testLogGammaNan

public void testLogGammaNan()

testLogGammaNegative

public void testLogGammaNegative()

testLogGammaZero

public void testLogGammaZero()

testLogGammaPositive

public void testLogGammaPositive()

testDigammaLargeArgs

public void testDigammaLargeArgs()

testDigammaSmallArgs

public void testDigammaSmallArgs()

testTrigamma

public void testTrigamma()


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.