Skip to main content

scotch_order

Function scotch_order 

Source
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).