Fix for HIP compilation failure in DenseBase.
Commit 96e537d6 introduced EIGEN_DEVICE_FUNC modifiers to some DenseBase functions.
The corresponding functions in DenseBase.h were missing the modifiers and this caused a compilation failure in HIP.
/cc @cantonios