aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/Cwise_inverse.cpp
blob: 7f6eee85d7a78e372c3ce4572eabde1c1eb1f38f (plain)
1
2
Vector3d v(2,3,4);
cout << v.cwise().inverse() << endl;