public class FloatToDoubleBenchmarkSample extends Object
| Modifier and Type | Field and Description |
|---|---|
protected double[][] |
matrixD |
protected float[][] |
matrixF |
protected double[] |
vectorInD |
protected float[] |
vectorInF |
protected double[] |
vectorOutD |
protected float[] |
vectorOutF |
| Constructor and Description |
|---|
FloatToDoubleBenchmarkSample() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
testMatrixVectorMultiplicationDouble(int nIterations) |
void |
testMatrixVectorMultiplicationFloat(int nIterations) |
protected double[][] matrixD
protected float[][] matrixF
protected double[] vectorInD
protected float[] vectorInF
protected double[] vectorOutD
protected float[] vectorOutF
public void testMatrixVectorMultiplicationDouble(int nIterations)
public void testMatrixVectorMultiplicationFloat(int nIterations)
public static void main(String[] args)
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.