Home | History | Annotate | Download | only in renderscript

Lines Matching defs:SSBMV

1727      * SSBMV performs the matrix-vector operation
1749 public void SSBMV(@Uplo int Uplo, int K, float alpha, Allocation A, Allocation X, int incX, float beta, Allocation Y, int incY) {