Skip to content

Commit

Permalink
Remove bound that is no longer needed
Browse files Browse the repository at this point in the history
Co-authored-by: bluss <bluss@users.noreply.github.com>
  • Loading branch information
emmatyping and bluss authored Nov 9, 2021
1 parent 6d7dd68 commit a07778e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/linalg/impl_linalg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,6 @@ where
S1: Data<Elem = A>,
S2: Data<Elem = A>,
A: LinalgScalar,
A: std::ops::Mul<&'a ArrayBase<S2, Ix2>, Output = Array<A, Ix2>>,
{
let dimar = a.shape()[0];
let dimac = a.shape()[1];
Expand Down

0 comments on commit a07778e

Please sign in to comment.