Struct sundials_sys::_SUNLinearSolverContent_SPTFQMR[][src]

#[repr(C)]
pub struct _SUNLinearSolverContent_SPTFQMR {
Show fields pub maxl: c_int, pub pretype: c_int, pub numiters: c_int, pub resnorm: realtype, pub last_flag: c_int, 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_star: N_Vector, pub q: N_Vector, pub d: N_Vector, pub v: N_Vector, pub p: N_Vector, pub r: *mut N_Vector, pub u: N_Vector, pub vtemp1: N_Vector, pub vtemp2: N_Vector, pub vtemp3: N_Vector, pub print_level: c_int, pub info_file: *mut FILE,
}

Fields

maxl: c_intpretype: c_intnumiters: c_intresnorm: realtypelast_flag: c_intATimes: ATimesFnATData: *mut c_voidPsetup: PSetupFnPsolve: PSolveFnPData: *mut c_voids1: N_Vectors2: N_Vectorr_star: N_Vectorq: N_Vectord: N_Vectorv: N_Vectorp: N_Vectorr: *mut N_Vectoru: N_Vectorvtemp1: N_Vectorvtemp2: N_Vectorvtemp3: N_Vectorprint_level: c_intinfo_file: *mut FILE

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.