diff --git a/src/linalg/exp.rs b/src/linalg/exp.rs index df375ac9..c11fd757 100644 --- a/src/linalg/exp.rs +++ b/src/linalg/exp.rs @@ -42,8 +42,7 @@ impl ExpmPadeHelper where N: RealField, D: DimMin, - DefaultAllocator: - Allocator + Allocator + Allocator<(usize, usize), DimMinimum>, + DefaultAllocator: Allocator + Allocator<(usize, usize), DimMinimum>, { fn new(a: MatrixN, use_exact_norm: bool) -> Self { let (nrows, ncols) = a.data.shape();