pub fn metis_order(pattern: &CscPattern<'_>) -> Result<Vec<i32>, OrderingError>Expand description
Compute a fill-reducing METIS nested-dissection ordering.
Thin wrapper over metis_order_full that discards the
diagnostic stats. Returns a permutation perm (new-to-old).