blob: 08d65beda9e2d9e458d8121ad40aaa6b3bd7b69a [file] [log] [blame]
Array3d v(1, 2, 3), w(3, 2, 1);
cout << (v <= w) << endl;