aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'doc/snippets')
-rw-r--r--doc/snippets/MatrixBase_minor.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/snippets/MatrixBase_minor.cpp b/doc/snippets/MatrixBase_minor.cpp
deleted file mode 100644
index 2915d7eed..000000000
--- a/doc/snippets/MatrixBase_minor.cpp
+++ /dev/null
@@ -1,3 +0,0 @@
-Matrix3i m = Matrix3i::Random();
-cout << "Here is the matrix m:" << endl << m << endl;
-cout << "Here is m.minor(1,1):" << endl << m.minor(1,1) << endl;