Struct sundials_sys::_SUNNonlinearSolverContent_FixedPoint[][src]

#[repr(C)]
pub struct _SUNNonlinearSolverContent_FixedPoint {
Show fields pub Sys: SUNNonlinSolSysFn, pub CTest: SUNNonlinSolConvTestFn, pub m: c_int, pub imap: *mut c_int, pub damping: c_int, pub beta: realtype, pub R: *mut realtype, pub gamma: *mut realtype, pub cvals: *mut realtype, pub df: *mut N_Vector, pub dg: *mut N_Vector, pub q: *mut N_Vector, pub Xvecs: *mut N_Vector, pub yprev: N_Vector, pub gy: N_Vector, pub fold: N_Vector, pub gold: N_Vector, pub delta: N_Vector, pub curiter: c_int, pub maxiters: c_int, pub niters: c_long, pub nconvfails: c_long, pub ctest_data: *mut c_void, pub print_level: c_int, pub info_file: *mut FILE,
}

Fields

Sys: SUNNonlinSolSysFnCTest: SUNNonlinSolConvTestFnm: c_intimap: *mut c_intdamping: c_intbeta: realtypeR: *mut realtypegamma: *mut realtypecvals: *mut realtypedf: *mut N_Vectordg: *mut N_Vectorq: *mut N_VectorXvecs: *mut N_Vectoryprev: N_Vectorgy: N_Vectorfold: N_Vectorgold: N_Vectordelta: N_Vectorcuriter: c_intmaxiters: c_intniters: c_longnconvfails: c_longctest_data: *mut c_voidprint_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.