libigl v2.5.0
Loading...
Searching...
No Matches
parse_rhs.h File Reference
#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.

Namespaces

namespace  igl
 
namespace  igl::matlab
 

Functions

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.