Searched defs:CGEMV (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp227 void ScriptIntrinsicBLAS::CGEMV(RsBlasTranspose TransA, Float2 alpha, sp<Allocation> A, sp<Allocation> X, function in class:ScriptIntrinsicBLAS
/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicBLAS.java350 * CGEMV performs one of the matrix-vector operations
364 public void CGEMV(@Transpose int TransA, Float2 alpha, Allocation A, Allocation X, int incX, Float2 beta, Allocation Y, int incY) { method in class:ScriptIntrinsicBLAS
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicBLAS.java377 * CGEMV performs one of the matrix-vector operations
391 public void CGEMV(@Transpose int TransA, Float2 alpha, Allocation A, Allocation X, int incX, Float2 beta, Allocation Y, int incY) { method in class:ScriptIntrinsicBLAS

Completed in 199 milliseconds