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_zero.cpp b/doc/snippets/MatrixBase_zero.cpp new file mode 100644 index 0000000..8b4af04 --- /dev/null +++ b/doc/snippets/MatrixBase_zero.cpp
@@ -0,0 +1,2 @@ +cout << Matrix2d::zero() << endl; +cout << RowVector4i::zero() << endl;