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.core
components.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 void
LinearCombinationPerformance. fourD(LinearCombinationPerformance.Factors factors, org.openjdk.jmh.infra.Blackhole bh, LinearCombinationPerformance.Calculator calc)
Compute the 4D scalar product for all the factors.void
LinearCombinationPerformance. nD(LinearCombinationPerformance.LengthFactors factors, org.openjdk.jmh.infra.Blackhole bh, LinearCombinationPerformance.Calculator calc)
Compute the ND scalar product for all the factors.void
LinearCombinationPerformance. threeD(LinearCombinationPerformance.Factors factors, org.openjdk.jmh.infra.Blackhole bh, LinearCombinationPerformance.Calculator calc)
Compute the 3D scalar product for all the factors.void
LinearCombinationPerformance. 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 class
LinearCombinationPerformance_Calculator_jmhType
class
LinearCombinationPerformance_Calculator_jmhType_B1
class
LinearCombinationPerformance_Calculator_jmhType_B2
class
LinearCombinationPerformance_Calculator_jmhType_B3
-