aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/Cwise_quotient.cpp
blob: 7cb9f7f2a3758db331135ed8f31fd4786c1e98ea (plain)
1
2
Array3d v(2,3,4), w(4,2,3);
cout << v/w << endl;