63  template <
typename DerivedW>
 
   65    Eigen::PlainObjectBase<DerivedW> & W);
 
   67  template <
typename Scalar>
 
   69    const std::string file_name, 
 
   70    std::vector<std::vector<Scalar> > & W);
 
   73#ifndef IGL_STATIC_LIBRARY 
   74#  include "readDMAT.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
bool readDMAT(const std::string file_name, Eigen::PlainObjectBase< DerivedW > &W)
Read a matrix from an .dmat file.