1
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-05-03 17:24:11 +08:00
Gael Guennebaud 7d3fe69eff Various documentation updates:
- update the tutorial
- update doc of deprecated cwise function
- update cwise doc snippets
2010-01-06 17:18:38 +01:00

3 lines
58 B
C++

Array3d v(M_PI, M_PI/2, M_PI/3);
cout << v.sin() << endl;