Uses of Class
org.apache.commons.numbers.examples.jmh.core.NormPerformance.VectorArrayInput
-
Packages that use NormPerformance.VectorArrayInput 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 NormPerformance.VectorArrayInput in org.apache.commons.numbers.examples.jmh.core
Subclasses of NormPerformance.VectorArrayInput in org.apache.commons.numbers.examples.jmh.core Modifier and Type Class Description static classNormPerformance.VectorArrayInput2DClass providing 2D input vectors for benchmarks.Methods in org.apache.commons.numbers.examples.jmh.core with parameters of type NormPerformance.VectorArrayInput Modifier and Type Method Description voidNormPerformance. baseline(NormPerformance.VectorArrayInput input, org.openjdk.jmh.infra.Blackhole bh)Compute a baseline performance metric with a method that does nothing.voidNormPerformance. directEuclideanArray(NormPerformance.VectorArrayInput input, org.openjdk.jmh.infra.Blackhole bh)Compute a baseline performance metric using direct computation of the Euclidean norm.voidNormPerformance. euclidean3d(NormPerformance.VectorArrayInput input, org.openjdk.jmh.infra.Blackhole bh)Compute the performance of theNorm.L23D norm computation.voidNormPerformance. euclideanArray(NormPerformance.VectorArrayInput input, org.openjdk.jmh.infra.Blackhole bh)Compute the performance of theNorm.L2array norm method. -
Uses of NormPerformance.VectorArrayInput in org.apache.commons.numbers.examples.jmh.core.generated
Subclasses of NormPerformance.VectorArrayInput in org.apache.commons.numbers.examples.jmh.core.generated Modifier and Type Class Description classNormPerformance_VectorArrayInput_jmhTypeclassNormPerformance_VectorArrayInput_jmhType_B1classNormPerformance_VectorArrayInput_jmhType_B2classNormPerformance_VectorArrayInput_jmhType_B3classNormPerformance_VectorArrayInput2D_jmhTypeclassNormPerformance_VectorArrayInput2D_jmhType_B1classNormPerformance_VectorArrayInput2D_jmhType_B2classNormPerformance_VectorArrayInput2D_jmhType_B3
-