From 23ffede3d0d280962bad418a41957cf82e3fadc9 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Thu, 3 Jan 2008 19:36:32 +0000 Subject: more documentation, 12 more code snippets --- doc/snippets/MatrixBase_random_int_int.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/snippets/MatrixBase_random_int_int.cpp (limited to 'doc/snippets/MatrixBase_random_int_int.cpp') diff --git a/doc/snippets/MatrixBase_random_int_int.cpp b/doc/snippets/MatrixBase_random_int_int.cpp new file mode 100644 index 000000000..235dd4721 --- /dev/null +++ b/doc/snippets/MatrixBase_random_int_int.cpp @@ -0,0 +1 @@ +cout << MatrixXi::random(2,3) << endl; -- cgit v1.2.3