#include "matrix_to_list.h" #include template IGL_INLINE void igl::matrix_to_list( const Mat & M, std::vector > & V) { using namespace std; V.resize(M.rows(),vector(M.cols())); // loop over rows for(int i = 0;i >, int>(Eigen::PlainObjectBase > const&, std::vector >, std::allocator > > >&); template void igl::matrix_to_list >, double>(Eigen::PlainObjectBase > const&, std::vector >, std::allocator > > >&); #endif