Skip to content

Implement `size()` and add `SizeMat` support

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

This MR adds the size() function and adds support for using SizeMats in different functions, like randu(), resize(), reshape(), and other member functions.

The MR will need to be merged after !49 (merged) since it depends on the reshape() support from that MR.

Merge request reports