diff --git a/src/base/matrix.rs b/src/base/matrix.rs index 73fb886d..887ed047 100644 --- a/src/base/matrix.rs +++ b/src/base/matrix.rs @@ -830,7 +830,7 @@ impl> SquareMatrix { } } -impl + IsNotStaticOne, S: Storage> Matrix { +impl + IsNotStaticOne, S: Storage> Matrix { /// Yields the homogeneous matrix for this matrix, i.e., appending an additional dimension and /// and setting the diagonal element to `1`.