eigen/doc/snippets/Tutorial_commainit_01.cpp
Gael Guennebaud 7aba51ce53 * Added .all() and .any() members to PartialRedux
* Bug fixes in euler angle snippet, Assign and MapBase
* Started a "quick start guide" (draft state)
2008-08-20 00:58:25 +00:00

5 lines
64 B
C++

Matrix3f m;
m << 1, 2, 3,
4, 5, 6,
7, 8, 9;
cout << m;