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/PartialRedux_prod.cpp | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 eigen/doc/snippets/PartialRedux_prod.cpp (limited to 'eigen/doc/snippets/PartialRedux_prod.cpp') diff --git a/eigen/doc/snippets/PartialRedux_prod.cpp b/eigen/doc/snippets/PartialRedux_prod.cpp deleted file mode 100644 index aacf09c..0000000 --- a/eigen/doc/snippets/PartialRedux_prod.cpp +++ /dev/null @@ -1,3 +0,0 @@ -Matrix3d m = Matrix3d::Random(); -cout << "Here is the matrix m:" << endl << m << endl; -cout << "Here is the product of each row:" << endl << m.rowwise().prod() << endl; -- cgit v1.2.3