mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 21:26:41 +01:00
wip: change of approach, enables to select columns on which to operate
This commit is contained in:
@@ -193,8 +193,8 @@ impl VecZnx {
|
||||
normalize(log_base2k, self, carry)
|
||||
}
|
||||
|
||||
pub fn switch_degree(&self, a: &mut Self) {
|
||||
switch_degree(a, self)
|
||||
pub fn switch_degree(&self, col: usize, a: &mut Self, col_a: usize) {
|
||||
switch_degree(a, col_a, self, col)
|
||||
}
|
||||
|
||||
// Prints the first `n` coefficients of each limb
|
||||
|
||||
Reference in New Issue
Block a user