Home | History | Annotate | Download | only in renderscript

Lines Matching defs:ZGEMV

372      * ZGEMV performs one of the matrix-vector operations
386 public void ZGEMV(@Transpose int TransA, Double2 alpha, Allocation A, Allocation X, int incX, Double2 beta, Allocation Y, int incY) {