Cwise_cube.cpp 44 B

12
  1. Array3d v(2,3,4);
  2. cout << v.cube() << endl;