blob: 1c01c764e307b5cfaecff5d1137cdce95a4d8eff [file] [log] [blame]
Brian Silverman72890c22015-09-19 14:37:37 -04001Array3d v(2,3,4), w(4,2,3);
2cout << v.min(w) << endl;