Home | History | Annotate | Download | only in renderscript

Lines Matching defs:SSYMV

1697      * SSYMV performs the matrix-vector operation
1711 public void SSYMV(@Uplo int Uplo, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int incY) {