#include "../igl_inline.h"
#include <mex.h>
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "parse_rhs.cpp"
Go to the source code of this file.
|
template<typename DerivedV > |
void | igl::matlab::parse_rhs_double (const mxArray *prhs[], Eigen::PlainObjectBase< DerivedV > &V) |
| Reads in a matrix as a double.
|
|
template<typename VType > |
void | igl::matlab::parse_rhs (const mxArray *prhs[], Eigen::SparseMatrix< VType > &M) |
| 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::parse_rhs_index (const mxArray *prhs[], Eigen::PlainObjectBase< DerivedV > &V) |
| Reads in a matrix and subtracts 1.
|
|