Home | History | Annotate | Download | only in renderscript

Lines Matching defs:CGBMV

531      * CGBMV performs one of the matrix-vector operations
554 public void CGBMV(@Transpose int TransA, int KL, int KU, Float2 alpha, Allocation A, Allocation X, int incX, Float2 beta, Allocation Y, int incY) {