Package | Description |
---|---|
org.apache.commons.numbers.examples.jmh.complex |
Benchmarks for the
org.apache.commons.numbers.complex components. |
org.apache.commons.numbers.examples.jmh.complex.generated |
Modifier and Type | Method and Description |
---|---|
double[] |
SinCosPerformance.baselineIdentity(SinCosPerformance.Numbers numbers)
Baseline the creation of the new array of numbers with the same number (an identity).
|
double[] |
SinCosPerformance.fastMathCos(SinCosPerformance.Numbers numbers) |
double[] |
SinCosPerformance.fastMathSin(SinCosPerformance.Numbers numbers) |
double[] |
SinCosPerformance.mathCos(SinCosPerformance.Numbers numbers) |
double[] |
SinCosPerformance.mathSin(SinCosPerformance.Numbers numbers) |
double[] |
SinCosPerformance.mathSin2(SinCosPerformance.Numbers numbers)
Explicit benchmark without using a method reference.
|
Modifier and Type | Class and Description |
---|---|
class |
SinCosPerformance_Numbers_jmhType |
class |
SinCosPerformance_Numbers_jmhType_B1 |
class |
SinCosPerformance_Numbers_jmhType_B2 |
class |
SinCosPerformance_Numbers_jmhType_B3 |
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.