sum
(method of tensor)
sum of a list of tensors
Syntax
T = sum(T) sum along the first non singleton dimension
T = sum(T,dim) sum along dimension dim
Input
T | |
dim |
dimension with respect to which the sum is taken |
MTEX 5.2.beta1 |