mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-13 01:43:13 +08:00
[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
|
EIGEN_DEVICE_FUNC
|
||||||
const DiagonalWrapper<const Derived> asDiagonal() const;
|
const DiagonalWrapper<const Derived> asDiagonal() const;
|
||||||
const PermutationWrapper<const Derived> asPermutation() const;
|
const PermutationWrapper<const Derived> asPermutation() const;
|
||||||
|
EIGEN_DEVICE_FUNC
|
||||||
const SkewSymmetricWrapper<const Derived> asSkewSymmetric() const;
|
const SkewSymmetricWrapper<const Derived> asSkewSymmetric() const;
|
||||||
|
|
||||||
EIGEN_DEVICE_FUNC
|
EIGEN_DEVICE_FUNC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user