Mode Getter for Tensor
Return the vector of modes from a tensor methods
## S4 method for signature 'Tensor' dim(x)
x
an integer vector of the modes associated with x
dim(x)
tnsr <- rand_tensor() dim(tnsr)
Useful links