#[repr(C)]
pub struct _SUNLinearSolverContent_SPBCGS {
Show 19 fields pub maxl: c_int, pub pretype: 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 r: N_Vector, pub r_star: N_Vector, pub p: N_Vector, pub q: N_Vector, pub u: N_Vector, pub Ap: N_Vector, pub vtemp: N_Vector,
}

Fields§

§maxl: c_int§pretype: 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§r: N_Vector§r_star: N_Vector§p: N_Vector§q: N_Vector§u: N_Vector§Ap: N_Vector§vtemp: 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.