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_checkfalse(r <> r);
18 assert_checkfalse(c <> c);
20 assert_checkfalse(R <> R);
21 assert_checkfalse(C <> C);
22 assert_checkfalse(R3 <> R3);
23 assert_checkfalse(C3 <> C3);