Skip to main content

amf_order_opts

Function amf_order_opts 

Source
pub fn amf_order_opts(
    pattern: &CscPattern<'_>,
    opts: &AmfOptions,
) -> Result<(Vec<i32>, AmfStats), OrderingError>
Expand description

Compute an AMF ordering with explicit options.

Returns (perm, amf_stats). See amf_order_full for the contract-conforming three-tuple return.