Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
prepare_lhs.h File Reference
#include <igl/igl_inline.h>
#include <mex.h>
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "prepare_lhs.cpp"
+ Include dependency graph for prepare_lhs.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::matlab
 

Functions

template<typename DerivedV >
IGL_INLINE void igl::matlab::prepare_lhs_double (const Eigen::PlainObjectBase< DerivedV > &V, mxArray *plhs[])
 
template<typename DerivedV >
IGL_INLINE void igl::matlab::prepare_lhs_logical (const Eigen::PlainObjectBase< DerivedV > &V, mxArray *plhs[])
 
template<typename DerivedV >
IGL_INLINE void igl::matlab::prepare_lhs_index (const Eigen::PlainObjectBase< DerivedV > &V, mxArray *plhs[])
 
template<typename Vtype >
IGL_INLINE void igl::matlab::prepare_lhs_double (const Eigen::SparseMatrix< Vtype > &V, mxArray *plhs[])