Type Alias klu_l_common
Source pub type klu_l_common = klu_l_common_struct;
#[repr(C)]
pub struct klu_l_common {Show 24 fields
pub tol: f64,
pub memgrow: f64,
pub initmem_amd: f64,
pub initmem: f64,
pub maxwork: f64,
pub btf: i32,
pub ordering: i32,
pub scale: i32,
pub user_order: Option<unsafe extern "C" fn(i64, *mut i64, *mut i64, *mut i64, *mut klu_l_common_struct) -> i64>,
pub user_data: *mut c_void,
pub halt_if_singular: i32,
pub status: i32,
pub nrealloc: i32,
pub structural_rank: i64,
pub numerical_rank: i64,
pub singular_col: i64,
pub noffdiag: i64,
pub flops: f64,
pub rcond: f64,
pub condest: f64,
pub rgrowth: f64,
pub work: f64,
pub memusage: usize,
pub mempeak: usize,
}