Closed Pomax closed 8 years ago
removes a need for v[i][d] = weights[i] binding -- only really worth landing once #8 is in, so that it can be verified that these code changes do not alter the library's behaviour =)
v[i][d] = weights[i]
removes a need for
v[i][d] = weights[i]
binding -- only really worth landing once #8 is in, so that it can be verified that these code changes do not alter the library's behaviour =)