Home | History | Annotate | Download | only in renderscript

Lines Matching defs:CGEMV

350      * 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) {