mesytec-mnode/external/taskflow-3.8.0/3rd-party/eigen-3.3.7/doc/snippets/MatrixBase_cwiseQuotient.cpp

3 lines
65 B
C++
Raw Normal View History

2025-01-04 01:25:05 +01:00
Vector3d v(2,3,4), w(4,2,3);
cout << v.cwiseQuotient(w) << endl;