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

3 lines
39 B
C++

Array3d v(1,2,3);
cout << v+5 << endl;