getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/spanplus_data.ref','rb'); A = rand(6, 2) * rand(2, 5);// rank(A)=2 B = [A(:, 1),rand(6, 2)] * rand(3, 3);//two additional independent vectors [X,dim,dimA] = spanplus(A, B); dimA; if load_ref('dimA') then bugmes();quit;end, dim; if load_ref('dim') then bugmes();quit;end, xdel_run(winsid()); mclose(%U);