Files
smart_wasm/third_party/eigen3/doc/snippets/Cwise_quotient.cpp
2026-06-01 16:57:39 +08:00

3 lines
49 B
C++

Array3d v(2,3,4), w(4,2,3);
cout << v/w << endl;