예제 #1
0
	uint PermutationMRRR::pi(uint i) const
	{
		return getelemPerm(permutation,i);
	}
예제 #2
0
uint static_permutation_mrrr::pi(uint i) {
  return getelemPerm(permutation,i);
}
예제 #3
0
파일: lztrie.c 프로젝트: peper/pizza
uint rthLZTrie (lztrie T, uint pos)
 {
    return getelemPerm(T->ids,pos);
 }