pub struct SquaredL2;Expand description
Squared Euclidean Bregman generator: (F(x)=\tfrac12|x|_2^2), (\nabla F(x)=x).
Trait Implementations§
Source§impl BregmanGenerator for SquaredL2
impl BregmanGenerator for SquaredL2
impl Copy for SquaredL2
Auto Trait Implementations§
impl Freeze for SquaredL2
impl RefUnwindSafe for SquaredL2
impl Send for SquaredL2
impl Sync for SquaredL2
impl Unpin for SquaredL2
impl UnwindSafe for SquaredL2
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more