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.core
components.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 class
NormPerformance.VectorArrayInput2D
Class 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 void
NormPerformance. baseline(NormPerformance.VectorArrayInput input, org.openjdk.jmh.infra.Blackhole bh)
Compute a baseline performance metric with a method that does nothing.void
NormPerformance. directEuclideanArray(NormPerformance.VectorArrayInput input, org.openjdk.jmh.infra.Blackhole bh)
Compute a baseline performance metric using direct computation of the Euclidean norm.void
NormPerformance. euclidean3d(NormPerformance.VectorArrayInput input, org.openjdk.jmh.infra.Blackhole bh)
Compute the performance of theNorm.L2
3D norm computation.void
NormPerformance. euclideanArray(NormPerformance.VectorArrayInput input, org.openjdk.jmh.infra.Blackhole bh)
Compute the performance of theNorm.L2
array 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 class
NormPerformance_VectorArrayInput_jmhType
class
NormPerformance_VectorArrayInput_jmhType_B1
class
NormPerformance_VectorArrayInput_jmhType_B2
class
NormPerformance_VectorArrayInput_jmhType_B3
class
NormPerformance_VectorArrayInput2D_jmhType
class
NormPerformance_VectorArrayInput2D_jmhType_B1
class
NormPerformance_VectorArrayInput2D_jmhType_B2
class
NormPerformance_VectorArrayInput2D_jmhType_B3
-