diff -r cebedc4a8331 -r d63e40672dd6 src/loc.rs --- a/src/loc.rs Sat Dec 21 14:27:14 2024 -0500 +++ b/src/loc.rs Fri Dec 20 16:14:17 2024 -0500 @@ -709,9 +709,12 @@ } } -impl Linear> for Loc { } +impl Linear> for Loc { + type LinCodomain = F; +} -impl AXPY> for Loc { +impl AXPY for Loc { + type Field = F; #[inline] fn axpy>>(&mut self, α : F, x : I, β : F) { x.eval(|x̃| {