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_checkfalse(r <> r);
22 assert_checkfalse(c <> c);
25 assert_checkfalse(R <> R);
26 assert_checkfalse(C <> C);
27 assert_checkfalse(R3 <> R3);
28 assert_checkfalse(C3 <> C3);