getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/colcompr_data.ref','rb'); s = poly(0, 's'); p = [s;s * ((s + 1)^2);2 * (s^2) + s^3]; [Y,rk,ac] = colcompr(p * p'); %ans = p * p' * Y; if load_ref('%ans') then pause,end, xdel_run(winsid()); mclose(%U);