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/MatrixBase_rightCols_int.cpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 eigen/doc/snippets/MatrixBase_rightCols_int.cpp (limited to 'eigen/doc/snippets/MatrixBase_rightCols_int.cpp') diff --git a/eigen/doc/snippets/MatrixBase_rightCols_int.cpp b/eigen/doc/snippets/MatrixBase_rightCols_int.cpp deleted file mode 100644 index cb51340..0000000 --- a/eigen/doc/snippets/MatrixBase_rightCols_int.cpp +++ /dev/null @@ -1,6 +0,0 @@ -Array44i a = Array44i::Random(); -cout << "Here is the array a:" << endl << a << endl; -cout << "Here is a.rightCols(2):" << endl; -cout << a.rightCols(2) << endl; -a.rightCols(2).setZero(); -cout << "Now the array a is:" << endl << a << endl; -- cgit v1.2.3