pub struct IlukConfig {
pub fill_level: usize,
}Expand description
ILU(k) preconditioner configuration.
Fields§
§fill_level: usizeLevel of fill: 0 = ILU(0), 1 = ILU(1), etc.
Trait Implementations§
Source§impl Default for IlukConfig
impl Default for IlukConfig
Source§fn default() -> IlukConfig
fn default() -> IlukConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IlukConfig
impl RefUnwindSafe for IlukConfig
impl Send for IlukConfig
impl Sync for IlukConfig
impl Unpin for IlukConfig
impl UnsafeUnpin for IlukConfig
impl UnwindSafe for IlukConfig
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