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.main | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 eigen/doc/examples/make_circulant.cpp.main (limited to 'eigen/doc/examples/make_circulant.cpp.main') diff --git a/eigen/doc/examples/make_circulant.cpp.main b/eigen/doc/examples/make_circulant.cpp.main deleted file mode 100644 index 877f97f..0000000 --- a/eigen/doc/examples/make_circulant.cpp.main +++ /dev/null @@ -1,8 +0,0 @@ -int main() -{ - Eigen::VectorXd vec(4); - vec << 1, 2, 4, 8; - Eigen::MatrixXd mat; - mat = makeCirculant(vec); - std::cout << mat << std::endl; -} -- cgit v1.2.3