pub struct Subdifferential {
pub function_name: String,
pub point: Vec<f64>,
}Expand description
Subdifferential of a convex function.
Fields§
§function_name: String§point: Vec<f64>Implementations§
Trait Implementations§
Source§impl Clone for Subdifferential
impl Clone for Subdifferential
Source§fn clone(&self) -> Subdifferential
fn clone(&self) -> Subdifferential
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 Subdifferential
impl RefUnwindSafe for Subdifferential
impl Send for Subdifferential
impl Sync for Subdifferential
impl Unpin for Subdifferential
impl UnsafeUnpin for Subdifferential
impl UnwindSafe for Subdifferential
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