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

java.lang.Object
  extended by org.apache.commons.math3.analysis.polynomials.PolynomialsUtilsTest

public class PolynomialsUtilsTest
extends Object

Tests the PolynomialsUtils class.

Version:
$Id: PolynomialsUtilsTest.java 1377244 2012-08-25 10:05:13Z luc $

Constructor Summary
PolynomialsUtilsTest()
           
 
Method Summary
 void testChebyshevBounds()
           
 void testChebyshevDifferentials()
           
 void testChebyshevOrthogonality()
           
 void testFirstChebyshevPolynomials()
           
 void testFirstHermitePolynomials()
           
 void testFirstLaguerrePolynomials()
           
 void testFirstLegendrePolynomials()
           
 void testHermiteDifferentials()
           
 void testHermiteOrthogonality()
           
 void testHighDegreeLegendre()
           
 void testJacobiEvaluationAt1()
           
 void testJacobiLegendre()
           
 void testJacobiOrthogonality()
           
 void testLaguerreDifferentials()
           
 void testLaguerreOrthogonality()
           
 void testLegendreDifferentials()
           
 void testLegendreOrthogonality()
           
 void testShift()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolynomialsUtilsTest

public PolynomialsUtilsTest()
Method Detail

testFirstChebyshevPolynomials

public void testFirstChebyshevPolynomials()

testChebyshevBounds

public void testChebyshevBounds()

testChebyshevDifferentials

public void testChebyshevDifferentials()

testChebyshevOrthogonality

public void testChebyshevOrthogonality()

testFirstHermitePolynomials

public void testFirstHermitePolynomials()

testHermiteDifferentials

public void testHermiteDifferentials()

testHermiteOrthogonality

public void testHermiteOrthogonality()

testFirstLaguerrePolynomials

public void testFirstLaguerrePolynomials()

testLaguerreDifferentials

public void testLaguerreDifferentials()

testLaguerreOrthogonality

public void testLaguerreOrthogonality()

testFirstLegendrePolynomials

public void testFirstLegendrePolynomials()

testLegendreDifferentials

public void testLegendreDifferentials()

testLegendreOrthogonality

public void testLegendreOrthogonality()

testHighDegreeLegendre

public void testHighDegreeLegendre()

testJacobiLegendre

public void testJacobiLegendre()

testJacobiEvaluationAt1

public void testJacobiEvaluationAt1()

testJacobiOrthogonality

public void testJacobiOrthogonality()

testShift

public void testShift()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.