aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/MatrixBase_reshaped_all.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'doc/snippets/MatrixBase_reshaped_all.cpp')
-rw-r--r--doc/snippets/MatrixBase_reshaped_all.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/snippets/MatrixBase_reshaped_all.cpp b/doc/snippets/MatrixBase_reshaped_all.cpp
index 501f6276f..a4841834f 100644
--- a/doc/snippets/MatrixBase_reshaped_all.cpp
+++ b/doc/snippets/MatrixBase_reshaped_all.cpp
@@ -1,4 +1,3 @@
-using Eigen::placeholders::all;
Matrix4i m = Matrix4i::Random();
cout << "Here is the matrix m:" << endl << m << endl;
cout << "Here is m(all).transpose():" << endl << m(all).transpose() << endl;