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