Make NoAlias and JacobiRotation compatible with CUDA.

This commit is contained in:
Gael Guennebaud
2017-08-17 11:51:22 +02:00
parent 1f4b24d2df
commit 687bedfcad
3 changed files with 19 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ class NoAlias
public:
typedef typename ExpressionType::Scalar Scalar;
EIGEN_DEVICE_FUNC
explicit NoAlias(ExpressionType& expression) : m_expression(expression) {}
template<typename OtherDerived>