26 template <
typename DerivedW>
28 const std::string file_name,
29 const Eigen::MatrixBase<DerivedW> & W,
30 const bool ascii=
true);
32 template <
typename Scalar>
34 const std::string file_name,
35 const std::vector<std::vector<Scalar> > & W,
36 const bool ascii=
true);
38 template <
typename Scalar>
40 const std::string file_name,
41 const std::vector<Scalar > &W,
42 const bool ascii=
true);
45#ifndef IGL_STATIC_LIBRARY
46# include "writeDMAT.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
bool writeDMAT(const std::string file_name, const Eigen::MatrixBase< DerivedW > &W, const bool ascii=true)
Write a matrix using ascii dmat file type.