aboutsummaryrefslogtreecommitdiff
path: root/doc/snippets/Tutorial_ReshapeMat2Mat.cpp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-26 04:02:52 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-26 04:02:52 +0000
commit40b1855214b5107a3790557852c7f344cd2c08cc (patch)
treefb979fb4cf4f8052c8cc66b1ec9516d91fcd859b /doc/snippets/Tutorial_ReshapeMat2Mat.cpp
parent6a4ddfae17962d82781f1e619c6a54804aa96383 (diff)
parentbc0f5df265caa21a2120c22453655a7fcc941991 (diff)
downloadeigen-android13-platform-release.tar.gz
Change-Id: I1b06028e1401ae4be027f2b173c4284e01d9ca1c
Diffstat (limited to 'doc/snippets/Tutorial_ReshapeMat2Mat.cpp')
-rw-r--r--doc/snippets/Tutorial_ReshapeMat2Mat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snippets/Tutorial_ReshapeMat2Mat.cpp b/doc/snippets/Tutorial_ReshapeMat2Mat.cpp
index f84d6e76d..737afecb8 100644
--- a/doc/snippets/Tutorial_ReshapeMat2Mat.cpp
+++ b/doc/snippets/Tutorial_ReshapeMat2Mat.cpp
@@ -3,4 +3,4 @@ M1 << 1, 2, 3, 4, 5, 6,
7, 8, 9, 10, 11, 12;
Map<MatrixXf> M2(M1.data(), 6,2);
-cout << "M2:" << endl << M2 << endl; \ No newline at end of file
+cout << "M2:" << endl << M2 << endl;