1 // ============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2012 - DIGITEO - Antoine ELIAS
5 // This file is distributed under the same license as the Scilab package.
6 // ============================================================================
8 // <-- JVM NOT MANDATORY -->
16 C = [1+2*%i,2+4*%i;3+6*%i,4+8*%i];
21 assert_checktrue(r == r);
22 assert_checktrue(c == c);
25 assert_checktrue(R == R);
26 assert_checktrue(C == C);
27 assert_checktrue(R3 == R3);
28 assert_checktrue(C3 == C3);