eigen/doc/snippets/MatrixBase_identity_int.cpp
Benoit Jacob 8ba3055447 Ready for alpha2 release.
- complete documentation
- add TODO
- update copyright years
2008-01-07 09:34:21 +00:00

3 lines
77 B
C++

cout << Matrix2d::identity() << endl;
cout << MatrixXd::identity(3) << endl;