It would be very convenient to have a mutable version of a tensor, mostly for doing constructions of new Tensors.
After #17 merged, this is no longer straightforward. So a good option is to create a completely new struct that is mutable as does not implement TensorLike. The only operations that it would support are:
It would be very convenient to have a mutable version of a tensor, mostly for doing constructions of new Tensors.
After #17 merged, this is no longer straightforward. So a good option is to create a completely new
struct
that is mutable as does not implementTensorLike
. The only operations that it would support are: