Cwise_cube.cpp
Go to the documentation of this file.
1 Array3d v(2,3,4);
2 cout << v.cube() << endl;
Array3d v(2, 3, 4)
Array< double, 3, 1 > Array3d
Definition: Array.h:346