divide_votes_matrix: Calculate raw seat matrix
Description
Apply row and column divisors to matrix to get non-rounded seat values.
Usage
divide_votes_matrix(M, col_divisors, row_divisors)
Value
matrix with the same dimension as M
containing non-rounded seat values
Arguments
- M
matrix
- col_divisors
divisors to apply to columns
- row_divisors
divisors to apply to rows