#ifdef CGAL_EIGEN3_ENABLED #include #include #include typedef CGAL::Eigen_svd Svd; #endif typedef Svd::FT FT; typedef Svd::Vector Eigen_vector; typedef Svd::Matrix Eigen_matrix; int main(void) { std::size_t degree = 3; Eigen_vector B(degree); Eigen_matrix M(degree, degree); // Fill B and M with random numbers for(std::size_t i=0; i