Home | History | Annotate | Download | only in renderscript

Lines Matching defs:ZHPMV

2630      * ZHPMV performs the matrix-vector operation
2652 public void ZHPMV(@Uplo int Uplo, Double2 alpha, Allocation Ap, Allocation X, int incX, Double2 beta, Allocation Y, int incY) {