Class NormPerformance.VectorArrayInput2D
- java.lang.Object
-
- org.apache.commons.numbers.examples.jmh.core.NormPerformance.VectorArrayInput
-
- org.apache.commons.numbers.examples.jmh.core.NormPerformance.VectorArrayInput2D
-
- Direct Known Subclasses:
NormPerformance_VectorArrayInput2D_jmhType_B1
- Enclosing class:
- NormPerformance
public static class NormPerformance.VectorArrayInput2D extends NormPerformance.VectorArrayInput
Class providing 2D input vectors for benchmarks.
-
-
Constructor Summary
Constructors Constructor Description VectorArrayInput2D()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getLength()
Get the length of the input vectors.-
Methods inherited from class org.apache.commons.numbers.examples.jmh.core.NormPerformance.VectorArrayInput
createVectors, getVectors
-
-
-
-
Method Detail
-
getLength
protected int getLength()
Get the length of the input vectors.- Overrides:
getLength
in classNormPerformance.VectorArrayInput
- Returns:
- input vector length
-
-