Uses of Class
org.apache.commons.numbers.examples.jmh.core.NormPerformance.VectorArrayInput2D
-
Packages that use NormPerformance.VectorArrayInput2D 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.VectorArrayInput2D in org.apache.commons.numbers.examples.jmh.core
Methods in org.apache.commons.numbers.examples.jmh.core with parameters of type NormPerformance.VectorArrayInput2D Modifier and Type Method Description voidNormPerformance. euclidean2d(NormPerformance.VectorArrayInput2D input, org.openjdk.jmh.infra.Blackhole bh)Compute the performance of theNorm.L22D method.voidNormPerformance. hypot(NormPerformance.VectorArrayInput2D input, org.openjdk.jmh.infra.Blackhole bh)Compute a baseline performance metric usingMath.hypot(double, double). -
Uses of NormPerformance.VectorArrayInput2D in org.apache.commons.numbers.examples.jmh.core.generated
Subclasses of NormPerformance.VectorArrayInput2D in org.apache.commons.numbers.examples.jmh.core.generated Modifier and Type Class Description classNormPerformance_VectorArrayInput2D_jmhTypeclassNormPerformance_VectorArrayInput2D_jmhType_B1classNormPerformance_VectorArrayInput2D_jmhType_B2classNormPerformance_VectorArrayInput2D_jmhType_B3
-