Function Dune::XT::Common::Cblas::dgemv¶
-
void Dune::XT::Common::Cblas::dgemv(const int layout, const int trans, const int m, const int n, const double alpha, const double *a, const int lda, const double *x, const int incx, const double beta, double *y, const int incy)¶
Wrapper around cblas_dgemv
See also:
cblas_dgemv