diff --git a/src/base/matrix.rs b/src/base/matrix.rs index 2a87d697..01105524 100644 --- a/src/base/matrix.rs +++ b/src/base/matrix.rs @@ -1347,9 +1347,9 @@ where impl PartialEq> for Matrix where N: Scalar + PartialEq, - C: Dim + PartialEq, + C: Dim, C2: Dim, - R: Dim + PartialEq, + R: Dim, R2: Dim, S: Storage, S2: Storage