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