oseledets/TT-Toolbox

Implement a tensor-by-tensor product

Opened this issue · 1 comments

Implement an (approximate) tensor by tensor product over some indices;
tentative syntax is

c = tenmul(a,b,ind1,ind2,1e-8);

where ind1,ind2 are the indices over which the summation is done.

Do we still need this?