commit | 23ffede3d0d280962bad418a41957cf82e3fadc9 | [log] [tgz] |
---|---|---|
author | Benoit Jacob <jacob.benoit.1@gmail.com> | Thu Jan 03 19:36:32 2008 +0000 |
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | Thu Jan 03 19:36:32 2008 +0000 |
tree | a6dacc6b06f39b19d342664d2b73a6de3b0d424b | |
parent | 42f6590bb26d77bfa67f57c64ff9cc6d38e23f58 [diff] [blame] |
more documentation, 12 more code snippets
diff --git a/doc/snippets/MatrixBase_ones.cpp b/doc/snippets/MatrixBase_ones.cpp new file mode 100644 index 0000000..2434f51 --- /dev/null +++ b/doc/snippets/MatrixBase_ones.cpp
@@ -0,0 +1,2 @@ +cout << Matrix2d::ones() << endl; +cout << 6 * RowVector4i::ones() << endl;