getf SCI/util/testexamples.sci reinit_for_test() %U=mopen('SCI/tests/automatic_tests/conj_data.ref','rb'); x = [1 + %i,-%i;%i,2 * %i]; %ans = conj(x); if load_ref('%ans') then pause,end, %ans = x' - conj(x); if load_ref('%ans') then pause,end, //x' is conjugate transpose xdel_run(winsid()); mclose(%U);