blob: c78110fc803e66656a6012a550c8defb515790fd [file] [log] [blame]
Vector3d v(2, 3, 4), w(4, 2, 3);
cout << v.cwiseQuotient(w) << endl;