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.core
components.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 void
NormPerformance. euclidean2d(NormPerformance.VectorArrayInput2D input, org.openjdk.jmh.infra.Blackhole bh)
Compute the performance of theNorm.L2
2D method.void
NormPerformance. 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 class
NormPerformance_VectorArrayInput2D_jmhType
class
NormPerformance_VectorArrayInput2D_jmhType_B1
class
NormPerformance_VectorArrayInput2D_jmhType_B2
class
NormPerformance_VectorArrayInput2D_jmhType_B3
-