image_framework_ymj/include/eigen3/doc/snippets/MatrixBase_cwiseQuotient.cpp
2024-12-06 16:25:16 +08:00

3 lines
65 B
C++
Executable File

Vector3d v(2,3,4), w(4,2,3);
cout << v.cwiseQuotient(w) << endl;