org.apache.commons.math3.util
Class FastMathTestPerformance

java.lang.Object
  extended by org.apache.commons.math3.util.FastMathTestPerformance

public class FastMathTestPerformance
extends Object

Performance tests for FastMath. Not enabled by default, as the class does not end in Test. Invoke by running
mvn test -Dtest=FastMathTestPerformance
or by running
mvn test -Dtest=FastMathTestPerformance -DargLine="-DtestRuns=1234 -server"


Constructor Summary
FastMathTestPerformance()
           
 
Method Summary
static void header()
           
 void testAbs()
           
 void testAcos()
           
 void testAsin()
           
 void testAtan()
           
 void testAtan2()
           
 void testCbrt()
           
 void testCos()
           
 void testCosh()
           
 void testExp()
           
 void testExpm1()
           
 void testHypot()
           
 void testLog()
           
 void testLog10()
           
 void testLog1p()
           
 void testPow()
           
 void testSimpleBenchmark()
           
 void testSin()
           
 void testSinh()
           
 void testSqrt()
           
 void testTan()
           
 void testTanh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastMathTestPerformance

public FastMathTestPerformance()
Method Detail

header

public static void header()

testLog

public void testLog()

testLog10

public void testLog10()

testLog1p

public void testLog1p()

testPow

public void testPow()

testExp

public void testExp()

testSin

public void testSin()

testAsin

public void testAsin()

testCos

public void testCos()

testAcos

public void testAcos()

testTan

public void testTan()

testAtan

public void testAtan()

testAtan2

public void testAtan2()

testHypot

public void testHypot()

testCbrt

public void testCbrt()

testSqrt

public void testSqrt()

testCosh

public void testCosh()

testSinh

public void testSinh()

testTanh

public void testTanh()

testExpm1

public void testExpm1()

testAbs

public void testAbs()

testSimpleBenchmark

public void testSimpleBenchmark()


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