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/Cwise_tanh.cpp | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 eigen/doc/snippets/Cwise_tanh.cpp (limited to 'eigen/doc/snippets/Cwise_tanh.cpp') diff --git a/eigen/doc/snippets/Cwise_tanh.cpp b/eigen/doc/snippets/Cwise_tanh.cpp deleted file mode 100644 index 30cd045..0000000 --- a/eigen/doc/snippets/Cwise_tanh.cpp +++ /dev/null @@ -1,2 +0,0 @@ -ArrayXd v = ArrayXd::LinSpaced(5,0,1); -cout << tanh(v) << endl; -- cgit v1.2.3