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

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

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