Searched refs:vectorXZ (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 486 …Allocation vectorXZ = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64_2(mRS), mBLASData… in test_L2_ZGEMV_Correctness() local 489 vectorXZ.copyFrom(mBLASData.L2_zGEMV_x_n1); in test_L2_ZGEMV_Correctness() 493 mBLAS.ZGEMV(trans, alphaZ, matrixAZ, vectorXZ, incX, betaZ, vectorYZ, incY); in test_L2_ZGEMV_Correctness() 503 mBLAS.ZGEMV(trans, alphaZ, matrixAZ, vectorYZ, incY, betaZ, vectorXZ, incX); in test_L2_ZGEMV_Correctness() 506 verifyMatrix(vectorYRef, vectorXZ); in test_L2_ZGEMV_Correctness() 509 vectorXZ.copyFrom(mBLASData.L2_zGEMV_x_n1); in test_L2_ZGEMV_Correctness() 510 mBLAS.ZGEMV(trans, alphaZ, matrixAZ, vectorYZ, incY, betaZ, vectorXZ, incX); in test_L2_ZGEMV_Correctness() 512 verifyMatrix(vectorYRef, vectorXZ); in test_L2_ZGEMV_Correctness() 520 vectorXZ = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64_2(mRS), dimX, 1)); in test_L2_ZGEMV_Correctness() 522 vectorXZ.copyFrom(mBLASData.L2_zGEMV_x_n2); in test_L2_ZGEMV_Correctness() [all …]
|