Class SumPerformance.ArrayInput
- java.lang.Object
-
- org.apache.commons.numbers.examples.jmh.core.SumPerformance.ArrayInput
-
- Direct Known Subclasses:
SumPerformance_ArrayInput_jmhType_B1
- Enclosing class:
- SumPerformance
public static class SumPerformance.ArrayInput extends Object
Class providing double arrays for benchmarks.
-
-
Constructor Summary
Constructors Constructor Description ArrayInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createArrays()
Create the input arrays for the instance.double[][]
getA()
Get the first set of input arrays.double[][]
getB()
Get the second set of input arrays.
-