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

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

Deprecated.

@Deprecated
public class LegendreGaussIntegratorTest
extends Object


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

Constructor Detail

LegendreGaussIntegratorTest

public LegendreGaussIntegratorTest()
Deprecated. 
Method Detail

testSinFunction

public void testSinFunction()
Deprecated. 

testQuinticFunction

public void testQuinticFunction()
Deprecated. 

testExactIntegration

public void testExactIntegration()
Deprecated. 

testIssue464

public void testIssue464()
Deprecated. 


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