org.apache.commons.math3.analysis.polynomials
Class PolynomialsUtilsTest
java.lang.Object
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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolynomialsUtilsTest
public PolynomialsUtilsTest()
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.