| 
    libigl v2.5.0
    
   | 
 
#include "igl/igl_inline.h"#include <Eigen/Core>#include <string>#include <vector>#include "readCSV.cpp"Go to the source code of this file.
Namespaces | |
| namespace | igl | 
Functions | |
| template<typename Scalar > | |
| bool | igl::readCSV (const std::string str, Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > &M) | 
| read a matrix from a csv file into a Eigen matrix   | |