getMultiples method
- int col
Retrieve the multiples of the multiplicand at current bit position
Implementation
Logic getMultiples(int col) => [
for (var i = 0; i < multiples.elements.length; i++)
multiples.elements[i][col]
].swizzle().reversed;