Searched defs:gemv (Results 1 – 3 of 3) sorted by relevance
4 void gemv(const Mat &A, const Vec &B, Vec &C) in gemv() function
4 void gemv(const Mat &A, Vec &B, const Vec &C) in gemv() function
26 int EIGEN_BLAS_FUNC(gemv)(const char *opa, const int *m, const int *n, const RealScalar *palpha, in EIGEN_BLAS_FUNC() argument