Type Definition sprs::PermOwnedI[][src]

type PermOwnedI<I> = Permutation<I, Vec<I>>;

Implementations

impl<I: SpIndex> PermOwnedI<I>[src]

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