pub unsafe extern "C" fn lucomp_(
jcol: *const c_int,
lastlu: *mut c_int,
lu: *mut c_double,
lurow: *mut c_int,
lcolst: *mut c_int,
ucolst: *mut c_int,
rperm: *const c_int,
cperm: *const c_int,
dense: *mut c_double,
found: *mut c_int,
pattern: *mut c_int,
flops: *mut c_double,
)Expand description
Compute one column of L and U in the dense vector.