pub struct RowMatrix { /* private fields */ }
Expand description
A complete optimization problem stored by row
Trait Implementations§
impl StructuralPartialEq for RowMatrix
Auto Trait Implementations§
impl Freeze for RowMatrix
impl RefUnwindSafe for RowMatrix
impl Send for RowMatrix
impl Sync for RowMatrix
impl Unpin for RowMatrix
impl UnwindSafe for RowMatrix
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