Function postorder
pub fn postorder<I>(
post: &mut [I],
etree: EliminationTreeRef<'_, I>,
stack: PodStack<'_>,
)where
I: Index,
Expand description
Computes a postordering of the elimination tree of size n
.
pub fn postorder<I>(
post: &mut [I],
etree: EliminationTreeRef<'_, I>,
stack: PodStack<'_>,
)where
I: Index,
Computes a postordering of the elimination tree of size n
.