From f0238cfb6997c4acfc2bd200de7295f3fa36968f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 3 Mar 2019 21:09:10 +0100 Subject: don't index Eigen --- eigen/doc/snippets/Tutorial_ReshapeMat2Mat.cpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 eigen/doc/snippets/Tutorial_ReshapeMat2Mat.cpp (limited to 'eigen/doc/snippets/Tutorial_ReshapeMat2Mat.cpp') diff --git a/eigen/doc/snippets/Tutorial_ReshapeMat2Mat.cpp b/eigen/doc/snippets/Tutorial_ReshapeMat2Mat.cpp deleted file mode 100644 index f84d6e7..0000000 --- a/eigen/doc/snippets/Tutorial_ReshapeMat2Mat.cpp +++ /dev/null @@ -1,6 +0,0 @@ -MatrixXf M1(2,6); // Column-major storage -M1 << 1, 2, 3, 4, 5, 6, - 7, 8, 9, 10, 11, 12; - -Map M2(M1.data(), 6,2); -cout << "M2:" << endl << M2 << endl; \ No newline at end of file -- cgit v1.2.3