Package com.vecmath.performancetest
Class VecmathMatrixBenchmark
java.lang.Object
com.vecmath.performancetest.VecmathMatrixBenchmark
- All Implemented Interfaces:
MatrixBenchmark
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoInverse3Test(int count, int maxCount, long timeOutMS) doInverseTest(int count, int maxCount, long timeOutMS) doMultTest(int count, int maxCount, long timeOutMS) doRotateTest1(int count, int maxCount, long timeOutMS) doRotateTest2(int count, int maxCount, long timeOutMS) doScaleTest(int count, int maxCount, long timeOutMS) doTransformMultTest(int count, int maxCount, long timeOutMS) doTransformPointTest(int count, int maxCount, long timeOutMS) doTransformVectorTest(int count, int maxCount, long timeOutMS) doTranslateTest(int count, int maxCount, long timeOutMS) doTransposeTest(int count, int maxCount, long timeOutMS) voidresetRandom(long seed)
-
Constructor Details
-
VecmathMatrixBenchmark
public VecmathMatrixBenchmark()
-
-
Method Details
-
resetRandom
public void resetRandom(long seed) - Specified by:
resetRandomin interfaceMatrixBenchmark
-
doMultTest
- Specified by:
doMultTestin interfaceMatrixBenchmark
-
doTranslateTest
- Specified by:
doTranslateTestin interfaceMatrixBenchmark
-
doScaleTest
- Specified by:
doScaleTestin interfaceMatrixBenchmark
-
doRotateTest1
- Specified by:
doRotateTest1in interfaceMatrixBenchmark
-
doRotateTest2
- Specified by:
doRotateTest2in interfaceMatrixBenchmark
-
doTransposeTest
- Specified by:
doTransposeTestin interfaceMatrixBenchmark
-
doInverseTest
- Specified by:
doInverseTestin interfaceMatrixBenchmark
-
doInverse3Test
- Specified by:
doInverse3Testin interfaceMatrixBenchmark
-
doTransformPointTest
- Specified by:
doTransformPointTestin interfaceMatrixBenchmark
-
doTransformVectorTest
- Specified by:
doTransformVectorTestin interfaceMatrixBenchmark
-
doTransformMultTest
- Specified by:
doTransformMultTestin interfaceMatrixBenchmark
-
getPlatformName
- Specified by:
getPlatformNamein interfaceMatrixBenchmark
-