pub fn order_sorted<I: Index>( perm: &mut [I], perm_inv: &mut [I], A: SymbolicSparseColMatRef<'_, I>, control: Control, stack: PodStack<'_>, ) -> Result<FlopCount, FaerError>