summaryrefslogtreecommitdiffhomepage
path: root/eigen/doc/snippets/PartialRedux_norm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eigen/doc/snippets/PartialRedux_norm.cpp')
-rw-r--r--eigen/doc/snippets/PartialRedux_norm.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/eigen/doc/snippets/PartialRedux_norm.cpp b/eigen/doc/snippets/PartialRedux_norm.cpp
deleted file mode 100644
index dbcf290..0000000
--- a/eigen/doc/snippets/PartialRedux_norm.cpp
+++ /dev/null
@@ -1,3 +0,0 @@
-Matrix3d m = Matrix3d::Random();
-cout << "Here is the matrix m:" << endl << m << endl;
-cout << "Here is the norm of each column:" << endl << m.colwise().norm() << endl;