Uses of Class
org.apache.commons.numbers.examples.jmh.core.LinearCombinationPerformance.Calculator
-
Packages that use LinearCombinationPerformance.Calculator 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 LinearCombinationPerformance.Calculator in org.apache.commons.numbers.examples.jmh.core
Methods in org.apache.commons.numbers.examples.jmh.core with parameters of type LinearCombinationPerformance.Calculator Modifier and Type Method Description voidLinearCombinationPerformance. fourD(LinearCombinationPerformance.Factors factors, org.openjdk.jmh.infra.Blackhole bh, LinearCombinationPerformance.Calculator calc)Compute the 4D scalar product for all the factors.voidLinearCombinationPerformance. nD(LinearCombinationPerformance.LengthFactors factors, org.openjdk.jmh.infra.Blackhole bh, LinearCombinationPerformance.Calculator calc)Compute the ND scalar product for all the factors.voidLinearCombinationPerformance. threeD(LinearCombinationPerformance.Factors factors, org.openjdk.jmh.infra.Blackhole bh, LinearCombinationPerformance.Calculator calc)Compute the 3D scalar product for all the factors.voidLinearCombinationPerformance. twoD(LinearCombinationPerformance.Factors factors, org.openjdk.jmh.infra.Blackhole bh, LinearCombinationPerformance.Calculator calc)Compute the 2D scalar product for all the factors. -
Uses of LinearCombinationPerformance.Calculator in org.apache.commons.numbers.examples.jmh.core.generated
Subclasses of LinearCombinationPerformance.Calculator in org.apache.commons.numbers.examples.jmh.core.generated Modifier and Type Class Description classLinearCombinationPerformance_Calculator_jmhTypeclassLinearCombinationPerformance_Calculator_jmhType_B1classLinearCombinationPerformance_Calculator_jmhType_B2classLinearCombinationPerformance_Calculator_jmhType_B3
-