eigen/doc/snippets/Cwise_square.cpp
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
46 B
C++

Array3d v(2,3,4);
cout << v.square() << endl;