#[repr(C)]pub struct ScsResiduals {
pub last_iter: scs_int,
pub res_dual: f64,
pub res_pri: f64,
pub res_infeas: f64,
pub res_unbdd: f64,
pub rel_gap: f64,
pub ct_x_by_tau: f64,
pub bt_y_by_tau: f64,
pub tau: f64,
pub kap: f64,
}Fields§
§last_iter: scs_int§res_dual: f64§res_pri: f64§res_infeas: f64§res_unbdd: f64§rel_gap: f64§ct_x_by_tau: f64§bt_y_by_tau: f64§tau: f64§kap: f64Trait Implementations§
Source§impl Clone for ScsResiduals
impl Clone for ScsResiduals
Source§fn clone(&self) -> ScsResiduals
fn clone(&self) -> ScsResiduals
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 moreSource§impl Debug for ScsResiduals
impl Debug for ScsResiduals
impl Copy for ScsResiduals
Auto Trait Implementations§
impl Freeze for ScsResiduals
impl RefUnwindSafe for ScsResiduals
impl Send for ScsResiduals
impl Sync for ScsResiduals
impl Unpin for ScsResiduals
impl UnwindSafe for ScsResiduals
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