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