Skip to content

Implement `vectorise()`

Ryan Curtin requested to merge rcurtin/bandicoot-code:vectorise into unstable

This MR implements vectorise(), but I wrote it all not realizing that we still haven't implemented op_htrans (transpose). So, this can't be merged yet. But, I wanted to put it up in an MR on its own branch, if only for organizational purposes.

This also required some slight changes to SizeProxy (the object we use to propagate sizes of delayed operations without actually doing them), and unwrap (the object we use to actually perform a delayed operation).

Merge request reports