Home | History | Annotate | Download | only in renderscript

Lines Matching defs:STPMV

791      * STPMV performs one of the matrix-vector operations
811 public void STPMV(@Uplo int Uplo, @Transpose int TransA, @Diag int Diag, Allocation Ap, Allocation X, int incX) {