Searched refs:ZGBMV (Results 1 - 4 of 4) sorted by relevance
/frameworks/rs/cpp/ |
H A D | rsCppStructs.h | 1995 * ZGBMV performs one of the matrix-vector operations 2018 void ZGBMV(RsBlasTranspose TransA,
|
H A D | ScriptIntrinsicBLAS.cpp | 299 void ScriptIntrinsicBLAS::ZGBMV(RsBlasTranspose TransA, int KL, int KU, Double2 alpha, sp<Allocation> A, function in class:ScriptIntrinsicBLAS
|
/frameworks/base/rs/java/android/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 499 * ZGBMV performs one of the matrix-vector operations 522 public void ZGBMV(@Transpose int TransA, int KL, int KU, Double2 alpha, Allocation A, Allocation X, int incX, Double2 beta, Allocation Y, int incY) { method in class:ScriptIntrinsicBLAS
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
H A D | ScriptIntrinsicBLAS.java | 576 * ZGBMV performs one of the matrix-vector operations 599 public void ZGBMV(@Transpose int TransA, int KL, int KU, Double2 alpha, Allocation A, Allocation X, int incX, Double2 beta, Allocation Y, int incY) { method in class:ScriptIntrinsicBLAS
|
Completed in 91 milliseconds