org.apache.commons.math.analysis.polynomials
Class PolynomialsUtilsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.math.analysis.polynomials.PolynomialsUtilsTest
All Implemented Interfaces:
junit.framework.Test

public class PolynomialsUtilsTest
extends junit.framework.TestCase

Tests the PolynomialsUtils class.

Version:
$Revision: 761213 $ $Date: 2009-04-02 05:05:56 -0400 (Thu, 02 Apr 2009) $

Constructor Summary
PolynomialsUtilsTest()
           
 
Method Summary
 void testChebyshevBounds()
           
 void testChebyshevDifferentials()
           
 void testFirstChebyshevPolynomials()
           
 void testFirstHermitePolynomials()
           
 void testFirstLaguerrePolynomials()
           
 void testFirstLegendrePolynomials()
           
 void testHermiteDifferentials()
           
 void testHighDegreeLegendre()
           
 void testLaguerreDifferentials()
           
 void testLegendreDifferentials()
           
 
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

PolynomialsUtilsTest

public PolynomialsUtilsTest()
Method Detail

testFirstChebyshevPolynomials

public void testFirstChebyshevPolynomials()

testChebyshevBounds

public void testChebyshevBounds()

testChebyshevDifferentials

public void testChebyshevDifferentials()

testFirstHermitePolynomials

public void testFirstHermitePolynomials()

testHermiteDifferentials

public void testHermiteDifferentials()

testFirstLaguerrePolynomials

public void testFirstLaguerrePolynomials()

testLaguerreDifferentials

public void testLaguerreDifferentials()

testFirstLegendrePolynomials

public void testFirstLegendrePolynomials()

testLegendreDifferentials

public void testLegendreDifferentials()

testHighDegreeLegendre

public void testHighDegreeLegendre()


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