# NOT RUN {
as.ktensor(1+diag(5)) + zerotensor(5)
as.kform(matrix(1:6,2,3)) + zeroform(3)
## Following idiom is plausible but fails because as.ktensor(coeffs=0)
## and as.kform(coeffs=0) do not retain arity:
# }
# NOT RUN {
as.ktensor(1+diag(5)) + as.ktensor(rep(1,5),0) # fails
as.kform(matrix(1:6,2,3)) + as.kform(1:3,0) # also fails
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab