Home | History | Annotate | Download | only in renderscript

Lines Matching defs:DSYMV

1961      * DSYMV performs the matrix-vector operation
1975 public void DSYMV(@Uplo int Uplo, double alpha, Allocation A, Allocation X, int incX, double beta, Allocation Y, int incY) {