Cwise_exp.cpp 45 Bytes
Newer Older
1
2
Array3d v(1, 2, 3);
cout << v.exp() << endl;