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 // ============================================================================
7 // <-- JVM NOT MANDATORY -->
13 C = [1+2*%i,2+4*%i;3+6*%i,4+8*%i];
17 assert_checktrue(r == r);
18 assert_checktrue(c == c);
20 assert_checktrue(R == R);
21 assert_checktrue(C == C);
22 assert_checktrue(R3 == R3);
23 assert_checktrue(C3 == C3);