Home | History | Annotate | Download | only in renderscript

Lines Matching defs:ZTPMV

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