blob: 2efd32d84ec3f9f40a878f4df8ff0897e5b38bef [file] [log] [blame]
Brian Silverman72890c22015-09-19 14:37:37 -04001Array3d v(3,2,4), w(5,4,2);
2v /= w;
3cout << v << endl;