commit | bcf7b291853eba135c3b63d3484ddd14c750b246 | [log] [tgz] |
---|---|---|
author | Benoit Jacob <jacob.benoit.1@gmail.com> | Fri Jan 11 15:56:21 2008 +0000 |
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | Fri Jan 11 15:56:21 2008 +0000 |
tree | e5471155293c1151053a5a39a3605375bf63df87 | |
parent | e092cbc75cadef1158d43f07b32e4ae0bf9372e2 [diff] [blame] |
rework Identity API: no longer restricted to square matrices
diff --git a/doc/snippets/MatrixBase_identity.cpp b/doc/snippets/MatrixBase_identity.cpp new file mode 100644 index 0000000..cac2a72 --- /dev/null +++ b/doc/snippets/MatrixBase_identity.cpp
@@ -0,0 +1 @@ +cout << Matrix<double, 3, 4>::identity() << endl;