pub struct InequalityLP {
pub c: Vec<f64>,
pub a: Vec<Vec<f64>>,
pub b: Vec<f64>,
}Fields§
§c: Vec<f64>§a: Vec<Vec<f64>>§b: Vec<f64>Implementations§
Trait Implementations§
Source§impl Clone for InequalityLP
impl Clone for InequalityLP
Source§fn clone(&self) -> InequalityLP
fn clone(&self) -> InequalityLP
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 InequalityLP
impl RefUnwindSafe for InequalityLP
impl Send for InequalityLP
impl Sync for InequalityLP
impl Unpin for InequalityLP
impl UnsafeUnpin for InequalityLP
impl UnwindSafe for InequalityLP
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