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_transpose.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/snippets/MatrixBase_transpose.cpp') diff --git a/doc/snippets/MatrixBase_transpose.cpp b/doc/snippets/MatrixBase_transpose.cpp index 0a0586d53..342d14a81 100644 --- a/doc/snippets/MatrixBase_transpose.cpp +++ b/doc/snippets/MatrixBase_transpose.cpp @@ -1,4 +1,4 @@ -Matrix2f m = Matrix2f::random(); +Matrix2i m = Matrix2i::random(); cout << "Here is the matrix m:" << endl << m << endl; cout << "Here is the transpose of m:" << endl << m.transpose() << endl; cout << "Here is the coefficient (1,0) in the transpose of m:" << endl -- cgit v1.2.3