Type Definition sprs::PermOwnedI

source ·
pub type PermOwnedI<I> = Permutation<I, Vec<I>>;

Implementations§

source§

impl<I: SpIndex> PermOwnedI<I>

source

pub fn new(perm: Vec<I>) -> Self