Struct superlu_sys::superlu_options_t [] [src]

pub struct superlu_options_t {
    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_t

Trait Implementations

impl Copy for superlu_options_t
[src]

impl Clone for superlu_options_t
[src]

fn clone(&self) -> superlu_options_t

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more