#include "../igl_inline.h"
#include <mex.h>
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "prepare_lhs.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedV >  | 
| void  | igl::matlab::prepare_lhs_double (const Eigen::PlainObjectBase< DerivedV > &V, mxArray *plhs[]) | 
|   | Writes out a matrix as a double.  
  | 
|   | 
| template<typename Vtype >  | 
| void  | igl::matlab::prepare_lhs_double (const Eigen::SparseMatrix< Vtype > &V, mxArray *plhs[]) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   | 
| template<typename DerivedV >  | 
| void  | igl::matlab::prepare_lhs_logical (const Eigen::PlainObjectBase< DerivedV > &V, mxArray *plhs[]) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   | 
| template<typename DerivedV >  | 
| void  | igl::matlab::prepare_lhs_index (const Eigen::PlainObjectBase< DerivedV > &V, mxArray *plhs[]) | 
|   | Writes out a matrix and adds 1.  
  | 
|   | 
| template<typename Vtype >  | 
| void  | igl::matlab::prepare_lhs_double (const std::vector< Vtype > &V, mxArray *plhs[]) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   |