cblas_dgemv
Copyright (C) 2005 IENT-RWTH Aachen
void cblas_dgemv(CBLAS_ORDER Order, CBLAS_TRANSPOSE TransA, int m, int n, const double a, const double *pA, int lda, const double *pX, int dx, const double b, double *pY, int dy)