pub struct ConjugateFunction {
pub original_kind: FunctionKind,
}Expand description
Fenchel conjugate f*(y) = sup_x { <y, x> - f(x) }.
Fields§
§original_kind: FunctionKindThe original function kind (kept for reference).
Trait Implementations§
Source§impl Clone for ConjugateFunction
impl Clone for ConjugateFunction
Source§fn clone(&self) -> ConjugateFunction
fn clone(&self) -> ConjugateFunction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ConjugateFunction
impl RefUnwindSafe for ConjugateFunction
impl Send for ConjugateFunction
impl Sync for ConjugateFunction
impl Unpin for ConjugateFunction
impl UnsafeUnpin for ConjugateFunction
impl UnwindSafe for ConjugateFunction
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