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