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_random.cpp b/doc/snippets/MatrixBase_random.cpp new file mode 100644 index 0000000..09b5fb2 --- /dev/null +++ b/doc/snippets/MatrixBase_random.cpp
@@ -0,0 +1 @@ +cout << 100 * Matrix2i::random() << endl;