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