Class NormPerformance.VectorArrayInput
- java.lang.Object
-
- org.apache.commons.numbers.examples.jmh.core.NormPerformance.VectorArrayInput
-
- Direct Known Subclasses:
NormPerformance_VectorArrayInput_jmhType_B1
,NormPerformance.VectorArrayInput2D
- Enclosing class:
- NormPerformance
public static class NormPerformance.VectorArrayInput extends Object
Class providing input vectors for benchmarks.
-
-
Constructor Summary
Constructors Constructor Description VectorArrayInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createVectors()
Create the input vectors for the instance.protected int
getLength()
Get the length of the input vectors.double[][]
getVectors()
Get the input vectors.
-