org.apache.commons.math3.analysis
Class FunctionUtilsTest

java.lang.Object
  extended by org.apache.commons.math3.analysis.FunctionUtilsTest

public class FunctionUtilsTest
extends Object

Test for FunctionUtils.


Constructor Summary
FunctionUtilsTest()
           
 
Method Summary
 void testAdd()
           
 void testAddDifferentiable()
           
 void testCollector()
           
 void testCombine()
           
 void testCompose()
           
 void testComposeDifferentiable()
           
 void testFixingArguments()
           
 void testMultiply()
           
 void testMultiplyDifferentiable()
           
 void testSample()
           
 void testSampleNegativeNumberOfPoints()
           
 void testSampleNullNumberOfPoints()
           
 void testSampleWrongBounds()
           
 void testSinc()
           
 void testToDifferentiableMultivariateFunction()
          Deprecated. 
 void testToDifferentiableUnivariateFunction()
          Deprecated. 
 void testToMultivariateDifferentiableFunction()
          Deprecated. 
 void testToUnivariateDifferential()
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionUtilsTest

public FunctionUtilsTest()
Method Detail

testCompose

public void testCompose()

testComposeDifferentiable

public void testComposeDifferentiable()

testAdd

public void testAdd()

testAddDifferentiable

public void testAddDifferentiable()

testMultiply

public void testMultiply()

testMultiplyDifferentiable

public void testMultiplyDifferentiable()

testCombine

public void testCombine()

testCollector

public void testCollector()

testSinc

public void testSinc()

testFixingArguments

public void testFixingArguments()

testSampleWrongBounds

public void testSampleWrongBounds()

testSampleNegativeNumberOfPoints

public void testSampleNegativeNumberOfPoints()

testSampleNullNumberOfPoints

public void testSampleNullNumberOfPoints()

testSample

public void testSample()

testToDifferentiableUnivariateFunction

@Deprecated
public void testToDifferentiableUnivariateFunction()
Deprecated. 


testToUnivariateDifferential

@Deprecated
public void testToUnivariateDifferential()
Deprecated. 


testToDifferentiableMultivariateFunction

@Deprecated
public void testToDifferentiableMultivariateFunction()
Deprecated. 


testToMultivariateDifferentiableFunction

@Deprecated
public void testToMultivariateDifferentiableFunction()
Deprecated. 



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