pub fn amd_order_with_stats(
pattern: &CscPattern<'_>,
) -> Result<(Vec<i32>, AmdStats), OrderingError>Expand description
Compute an AMD ordering and return the crate-specific diagnostic counters.
See amd_order and AmdStats. Callers that also need the
shared OrderingStats (wall time, fill estimate) should use
amd_order_full instead.