aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/MatrixBase_cwiseQuotient.cpp
blob: 969121208dacd79b7ba7fec645fe9da5316892af (plain)
1
2
Vector3d v(2,3,4), w(4,2,3);
cout << v.cwiseQuotient(w) << endl;