diff -r 495448cca603 -r 6aa955ad8122 src/discrete_gradient.rs --- a/src/discrete_gradient.rs Thu May 01 08:40:33 2025 -0500 +++ b/src/discrete_gradient.rs Thu May 01 13:06:58 2025 -0500 @@ -392,7 +392,7 @@ where B: Discretisation, F: Float + nalgebra::RealField, - DVector: Norm, + DVector: Norm, { fn opnorm_bound(&self, _: L2, _: L2) -> DynResult { // Fuck nalgebra. @@ -405,7 +405,7 @@ where B: Discretisation, F: Float + nalgebra::RealField, - DVector: Norm, + DVector: Norm, { fn opnorm_bound(&self, _: L2, _: L2) -> DynResult { // Fuck nalgebra.