Implement standalone replace()
Building on the implementation of .replace()
that was already available for Cube
, I extended the kernel to support subview arguments and cube subview arguments and implemented a standalone replace()
as well as a member .replace()
for matrices.
This solves #46.