#[repr(C)]pub struct pwork {Show 59 fields
pub n: idxint,
pub m: idxint,
pub p: idxint,
pub D: idxint,
pub x: *mut pfloat,
pub y: *mut pfloat,
pub z: *mut pfloat,
pub s: *mut pfloat,
pub lambda: *mut pfloat,
pub kap: pfloat,
pub tau: pfloat,
pub best_x: *mut pfloat,
pub best_y: *mut pfloat,
pub best_z: *mut pfloat,
pub best_s: *mut pfloat,
pub best_kap: pfloat,
pub best_tau: pfloat,
pub best_cx: pfloat,
pub best_by: pfloat,
pub best_hz: pfloat,
pub best_info: *mut stats,
pub dsaff: *mut pfloat,
pub dzaff: *mut pfloat,
pub W_times_dzaff: *mut pfloat,
pub dsaff_by_W: *mut pfloat,
pub saff: *mut pfloat,
pub zaff: *mut pfloat,
pub C: *mut cone,
pub A: *mut spmat,
pub G: *mut spmat,
pub c: *mut pfloat,
pub b: *mut pfloat,
pub h: *mut pfloat,
pub AtoK: *mut idxint,
pub GtoK: *mut idxint,
pub xequil: *mut pfloat,
pub Aequil: *mut pfloat,
pub Gequil: *mut pfloat,
pub resx0: pfloat,
pub resy0: pfloat,
pub resz0: pfloat,
pub rx: *mut pfloat,
pub ry: *mut pfloat,
pub rz: *mut pfloat,
pub rt: pfloat,
pub hresx: pfloat,
pub hresy: pfloat,
pub hresz: pfloat,
pub nx: pfloat,
pub ny: pfloat,
pub nz: pfloat,
pub ns: pfloat,
pub cx: pfloat,
pub by: pfloat,
pub hz: pfloat,
pub sz: pfloat,
pub KKT: *mut kkt,
pub info: *mut stats,
pub stgs: *mut settings,
}
Fields§
§n: idxint
§m: idxint
§p: idxint
§D: idxint
§x: *mut pfloat
§y: *mut pfloat
§z: *mut pfloat
§s: *mut pfloat
§lambda: *mut pfloat
§kap: pfloat
§tau: pfloat
§best_x: *mut pfloat
§best_y: *mut pfloat
§best_z: *mut pfloat
§best_s: *mut pfloat
§best_kap: pfloat
§best_tau: pfloat
§best_cx: pfloat
§best_by: pfloat
§best_hz: pfloat
§best_info: *mut stats
§dsaff: *mut pfloat
§dzaff: *mut pfloat
§W_times_dzaff: *mut pfloat
§dsaff_by_W: *mut pfloat
§saff: *mut pfloat
§zaff: *mut pfloat
§C: *mut cone
§A: *mut spmat
§G: *mut spmat
§c: *mut pfloat
§b: *mut pfloat
§h: *mut pfloat
§AtoK: *mut idxint
§GtoK: *mut idxint
§xequil: *mut pfloat
§Aequil: *mut pfloat
§Gequil: *mut pfloat
§resx0: pfloat
§resy0: pfloat
§resz0: pfloat
§rx: *mut pfloat
§ry: *mut pfloat
§rz: *mut pfloat
§rt: pfloat
§hresx: pfloat
§hresy: pfloat
§hresz: pfloat
§nx: pfloat
§ny: pfloat
§nz: pfloat
§ns: pfloat
§cx: pfloat
§by: pfloat
§hz: pfloat
§sz: pfloat
§KKT: *mut kkt
§info: *mut stats
§stgs: *mut settings
Trait Implementations§
Auto Trait Implementations§
impl Freeze for pwork
impl RefUnwindSafe for pwork
impl !Send for pwork
impl !Sync for pwork
impl Unpin for pwork
impl UnwindSafe for pwork
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