Cwise_boolean_and.cpp revision c981c48f5bc9aefeffc0bcb0cc3934c2fae179dd
1Array3d v(-1,2,1), w(-3,2,3);
2cout << ((v<w) && (v<0)) << endl;
3