diff --git a/Eigen/src/Core/products/GeneralMatrixVector.h b/Eigen/src/Core/products/GeneralMatrixVector.h index ba72a8a4f..b974fb6bd 100644 --- a/Eigen/src/Core/products/GeneralMatrixVector.h +++ b/Eigen/src/Core/products/GeneralMatrixVector.h @@ -97,14 +97,13 @@ struct general_matrix_vector_product -EIGEN_DEVICE_FUNC EIGEN_DONT_INLINE void +EIGEN_DEVICE_FUNC inline void general_matrix_vector_product::run(Index rows, Index cols, const LhsMapper& alhs, const RhsMapper& rhs, ResScalar* res, Index resIncr, RhsScalar alpha) { @@ -290,14 +289,13 @@ struct general_matrix_vector_product -EIGEN_DEVICE_FUNC EIGEN_DONT_INLINE void +EIGEN_DEVICE_FUNC inline void general_matrix_vector_product::run(Index rows, Index cols, const LhsMapper& alhs, const RhsMapper& rhs, ResScalar* res, Index resIncr, ResScalar alpha) {