mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
Updated automorphism from permuation
This commit is contained in:
@@ -44,7 +44,7 @@ fn main() {
|
||||
p0.0[i] = i as u64
|
||||
}
|
||||
|
||||
r.a_apply_automorphism_into_b::<false>(&p0, 2 * r.n - 1, nth_root, &mut p1);
|
||||
r.a_apply_automorphism_native_into_b::<false>(&p0, 2 * r.n - 1, nth_root, &mut p1);
|
||||
|
||||
println!("{:?}", p1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user