TensorRank
TensorRank(t)
return the rank of the tensor
t
.
Examples
>> TensorRank({{1,2},{3,4},{a,b},{c,d}})2
Implementation status
- ☑ - partially implemented
TensorRank(t)
return the rank of the tensor
t
.
>> TensorRank({{1,2},{3,4},{a,b},{c,d}})2