pub fn order<I: Index>( perm: &mut [I], perm_inv: &mut [I], A: SymbolicSparseColMatRef<'_, I>, control: Control, stack: PodStack<'_>, ) -> Result<(), FaerError>
Allows unsorted matrices.