Home | History | Annotate | Download | only in renderscript

Lines Matching defs:DGEMV

328      * DGEMV performs one of the matrix-vector operations
342 public void DGEMV(@Transpose int TransA, double alpha, Allocation A, Allocation X, int incX, double beta, Allocation Y, int incY) {