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_cwiseProduct.cpp | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 eigen/doc/snippets/MatrixBase_cwiseProduct.cpp (limited to 'eigen/doc/snippets/MatrixBase_cwiseProduct.cpp') diff --git a/eigen/doc/snippets/MatrixBase_cwiseProduct.cpp b/eigen/doc/snippets/MatrixBase_cwiseProduct.cpp deleted file mode 100644 index 1db3a11..0000000 --- a/eigen/doc/snippets/MatrixBase_cwiseProduct.cpp +++ /dev/null @@ -1,4 +0,0 @@ -Matrix3i a = Matrix3i::Random(), b = Matrix3i::Random(); -Matrix3i c = a.cwiseProduct(b); -cout << "a:\n" << a << "\nb:\n" << b << "\nc:\n" << c << endl; - -- cgit v1.2.3