--TEST-- Test for methods `setReal()` and `setImag()`. --SKIPIF-- --FILE-- setImag($dmat); $cx_dmat->rawPrint(); $cx_dmat->setReal($dmat); $cx_dmat->rawPrint(); ?> --EXPECT-- (1,3) (3,5) (5,7) (7,9) (3,3) (5,5) (7,7) (9,9)