Class EuclideanNormAlgorithmPerformance.VectorArrayInput
- java.lang.Object
-
- org.apache.commons.numbers.examples.jmh.core.EuclideanNormAlgorithmPerformance.VectorArrayInput
-
- Direct Known Subclasses:
EuclideanNormAlgorithmPerformance_VectorArrayInput_jmhType_B1
- Enclosing class:
- EuclideanNormAlgorithmPerformance
public static class EuclideanNormAlgorithmPerformance.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.double[][]
getVectors()
Get the input vectors.
-