Home | History | Annotate | Download | only in renderscript

Lines Matching defs:STRMV

591      * STRMV performs one of the matrix-vector operations
603 public void STRMV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, Allocation A, Allocation X, int incX) {