Home | History | Annotate | Download | only in renderscript

Lines Matching defs:STBMV

786      * STBMV performs one of the matrix-vector operations
806 public void STBMV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, int K, Allocation A, Allocation X, int incX) {