#[repr(C)]pub struct superlu_options_t {Show 27 fields
pub Fact: fact_t,
pub Equil: yes_no_t,
pub ColPerm: colperm_t,
pub Trans: trans_t,
pub IterRefine: IterRefine_t,
pub DiagPivotThresh: c_double,
pub SymmetricMode: yes_no_t,
pub PivotGrowth: yes_no_t,
pub ConditionNumber: yes_no_t,
pub RowPerm: rowperm_t,
pub ILU_DropRule: c_int,
pub ILU_DropTol: c_double,
pub ILU_FillFactor: c_double,
pub ILU_Norm: norm_t,
pub ILU_FillTol: c_double,
pub ILU_MILU: milu_t,
pub ILU_MILU_Dim: c_double,
pub ParSymbFact: yes_no_t,
pub ReplaceTinyPivot: yes_no_t,
pub SolveInitialized: yes_no_t,
pub RefineInitialized: yes_no_t,
pub PrintStat: yes_no_t,
pub nnzL: c_int,
pub nnzU: c_int,
pub num_lookaheads: c_int,
pub lookahead_etree: yes_no_t,
pub SymPattern: yes_no_t,
}Fields§
§Fact: fact_t§Equil: yes_no_t§ColPerm: colperm_t§Trans: trans_t§IterRefine: IterRefine_t§DiagPivotThresh: c_double§SymmetricMode: yes_no_t§PivotGrowth: yes_no_t§ConditionNumber: yes_no_t§RowPerm: rowperm_t§ILU_DropRule: c_int§ILU_DropTol: c_double§ILU_FillFactor: c_double§ILU_Norm: norm_t§ILU_FillTol: c_double§ILU_MILU: milu_t§ILU_MILU_Dim: c_double§ParSymbFact: yes_no_t§ReplaceTinyPivot: yes_no_t§SolveInitialized: yes_no_t§RefineInitialized: yes_no_t§PrintStat: yes_no_t§nnzL: c_int§nnzU: c_int§num_lookaheads: c_int§lookahead_etree: yes_no_t§SymPattern: yes_no_tTrait Implementations§
Source§impl Clone for superlu_options_t
impl Clone for superlu_options_t
Source§fn clone(&self) -> superlu_options_t
fn clone(&self) -> superlu_options_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for superlu_options_t
Auto Trait Implementations§
impl Freeze for superlu_options_t
impl RefUnwindSafe for superlu_options_t
impl Send for superlu_options_t
impl Sync for superlu_options_t
impl Unpin for superlu_options_t
impl UnwindSafe for superlu_options_t
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