Boyuan Shi

Results 4 issues of Boyuan Shi

rz changed from 2 to 1 for 'als' search

Line 296 in greedy2_cross.m `rz=2` would display shape mismatch. Changed to `rz=1`. And then it works normally. Not sure if that attempted correction is correct or not.

I use your vectorize handle ``` function val = vectorized(ind, fun) %Trivial vectorized computation of the elements of a tensor % [VAL]=MY_VEC_FUN(IND,FUN) Given a function handle FUN, compute all %...

I tried to use interpolate.dmrg_cross() from a numpy array. Generate a random array: `import numpy as np` `import torch as tn` `import torchtt as tntt` `test = np.random.rand(10, 10, 10)`...