org.apache.commons.math3.analysis.integration
Class IterativeLegendreGaussIntegratorTest

java.lang.Object
  extended by org.apache.commons.math3.analysis.integration.IterativeLegendreGaussIntegratorTest

public class IterativeLegendreGaussIntegratorTest
extends Object


Constructor Summary
IterativeLegendreGaussIntegratorTest()
           
 
Method Summary
 void testExactIntegration()
           
 void testIssue464()
           
 void testQuinticFunction()
           
 void testSinFunction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterativeLegendreGaussIntegratorTest

public IterativeLegendreGaussIntegratorTest()
Method Detail

testSinFunction

public void testSinFunction()

testQuinticFunction

public void testQuinticFunction()

testExactIntegration

public void testExactIntegration()

testIssue464

public void testIssue464()


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