Uses of Class
org.apache.commons.numbers.examples.jmh.core.SumPerformance.ArrayInput
-
Packages that use SumPerformance.ArrayInput Package Description org.apache.commons.numbers.examples.jmh.core Benchmarks for theorg.apache.commons.numbers.corecomponents.org.apache.commons.numbers.examples.jmh.core.generated -
-
Uses of SumPerformance.ArrayInput in org.apache.commons.numbers.examples.jmh.core
Methods in org.apache.commons.numbers.examples.jmh.core with parameters of type SumPerformance.ArrayInput Modifier and Type Method Description voidSumPerformance. baselineDouble(SumPerformance.ArrayInput input, org.openjdk.jmh.infra.Blackhole bh)Benchmark baseline for functions that use two input arrays.voidSumPerformance. baselineSingle(SumPerformance.ArrayInput input, org.openjdk.jmh.infra.Blackhole bh)Benchmark baseline for functions that use a single input array.voidSumPerformance. sum(SumPerformance.ArrayInput input, org.openjdk.jmh.infra.Blackhole bh)Benchmark testingSumaddition performance.voidSumPerformance. sumOfProducts(SumPerformance.ArrayInput input, org.openjdk.jmh.infra.Blackhole bh)Benchmark testingSumlinear combination performance. -
Uses of SumPerformance.ArrayInput in org.apache.commons.numbers.examples.jmh.core.generated
Subclasses of SumPerformance.ArrayInput in org.apache.commons.numbers.examples.jmh.core.generated Modifier and Type Class Description classSumPerformance_ArrayInput_jmhTypeclassSumPerformance_ArrayInput_jmhType_B1classSumPerformance_ArrayInput_jmhType_B2classSumPerformance_ArrayInput_jmhType_B3
-