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/examples/make_circulant.cpp.entry | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 eigen/doc/examples/make_circulant.cpp.entry (limited to 'eigen/doc/examples/make_circulant.cpp.entry') diff --git a/eigen/doc/examples/make_circulant.cpp.entry b/eigen/doc/examples/make_circulant.cpp.entry deleted file mode 100644 index f9d2eb8..0000000 --- a/eigen/doc/examples/make_circulant.cpp.entry +++ /dev/null @@ -1,5 +0,0 @@ -template -Circulant makeCirculant(const Eigen::MatrixBase& arg) -{ - return Circulant(arg.derived()); -} -- cgit v1.2.3