eigen/doc/snippets/Cwise_quotient.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
49 B
C++

Array3d v(2,3,4), w(4,2,3);
cout << v/w << endl;