unplugged-vendor/external/eigen/doc/snippets/Cwise_log.cpp

3 lines
43 B
C++
Raw Permalink Normal View History

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