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

3 lines
43 B
C++

Array3d v(1,2,3);
cout << v.log() << endl;