[ROCm] Fix for sparse matrix related breakage on ROCm.
This commit is contained in:
parent
fb212c745d
commit
07d0759951
@ -264,6 +264,7 @@ template<typename Derived> class MatrixBase
|
||||
EIGEN_DEVICE_FUNC
|
||||
const DiagonalWrapper<const Derived> asDiagonal() const;
|
||||
const PermutationWrapper<const Derived> asPermutation() const;
|
||||
EIGEN_DEVICE_FUNC
|
||||
const SkewSymmetricWrapper<const Derived> asSkewSymmetric() const;
|
||||
|
||||
EIGEN_DEVICE_FUNC
|
||||
|
||||
Loading…
Reference in New Issue
Block a user