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