diff --git a/src/matrix.rs b/src/matrix.rs index 148ab50..a859e31 100644 --- a/src/matrix.rs +++ b/src/matrix.rs @@ -325,7 +325,7 @@ pub trait SquareMatrix where Row = ::ColumnRow, Transpose = Self, >, - Self: Mul<::Column, Output = ::Column>, + Self: Mul<::ColumnRow, Output = ::ColumnRow>, Self: Mul, { // FIXME: Will not be needed once equality constraints in where clauses are implemented