#[repr(C)]
pub struct _SUNLinearSolverContent_SPGMR {
Show 22 fields pub maxl: c_int, pub pretype: c_int, pub gstype: c_int, pub max_restarts: c_int, pub numiters: c_int, pub resnorm: realtype, pub last_flag: c_long, pub ATimes: ATimesFn, pub ATData: *mut c_void, pub Psetup: PSetupFn, pub Psolve: PSolveFn, pub PData: *mut c_void, pub s1: N_Vector, pub s2: N_Vector, pub V: *mut N_Vector, pub Hes: *mut *mut realtype, pub givens: *mut realtype, pub xcor: N_Vector, pub yg: *mut realtype, pub vtemp: N_Vector, pub cv: *mut realtype, pub Xv: *mut N_Vector,
}

Fields§

§maxl: c_int§pretype: c_int§gstype: c_int§max_restarts: c_int§numiters: c_int§resnorm: realtype§last_flag: c_long§ATimes: ATimesFn§ATData: *mut c_void§Psetup: PSetupFn§Psolve: PSolveFn§PData: *mut c_void§s1: N_Vector§s2: N_Vector§V: *mut N_Vector§Hes: *mut *mut realtype§givens: *mut realtype§xcor: N_Vector§yg: *mut realtype§vtemp: N_Vector§cv: *mut realtype§Xv: *mut N_Vector

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.