rework Identity API: no longer restricted to square matrices

This commit is contained in:
Benoit Jacob
2008-01-11 15:56:21 +00:00
parent e092cbc75c
commit bcf7b29185
14 changed files with 67 additions and 41 deletions

View File

@@ -0,0 +1 @@
cout << MatrixXd::identity(4, 3) << endl;