#include "igl_inline.h"
#include <Eigen/Core>
#include <string>
#include <vector>
#include "writeDMAT.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedW >  | 
| bool  | igl::writeDMAT (const std::string file_name, const Eigen::MatrixBase< DerivedW > &W, const bool ascii=true) | 
|   | Write a matrix using ascii dmat file type.  
  | 
|   | 
| template<typename Scalar >  | 
| bool  | igl::writeDMAT (const std::string file_name, const std::vector< std::vector< Scalar > > &W, const bool ascii=true) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   | 
| template<typename Scalar >  | 
| bool  | igl::writeDMAT (const std::string file_name, const std::vector< Scalar > &W, const bool ascii=true) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   |