pub struct Epigraph {
pub function: String,
}Expand description
The epigraph of a function f: X → ℝ∪{+∞}.
Fields§
§function: StringName or formula of the function.
Implementations§
Source§impl Epigraph
impl Epigraph
Sourcepub fn is_closed_iff_lsc(&self) -> String
pub fn is_closed_iff_lsc(&self) -> String
Epigraph is closed iff the function is lower semicontinuous (lsc).
Sourcepub fn convex_iff_fn_convex(&self) -> String
pub fn convex_iff_fn_convex(&self) -> String
Epigraph is convex iff the function is convex.
Auto Trait Implementations§
impl Freeze for Epigraph
impl RefUnwindSafe for Epigraph
impl Send for Epigraph
impl Sync for Epigraph
impl Unpin for Epigraph
impl UnsafeUnpin for Epigraph
impl UnwindSafe for Epigraph
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