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