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

Go to the source code of this file.

Namespaces

namespace  igl
 

Macros

#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
 

Functions

template<typename T >
IGL_INLINE void igl::slice_into (const Eigen::SparseMatrix< T > &X, const Eigen::Matrix< int, Eigen::Dynamic, 1 > &R, const Eigen::Matrix< int, Eigen::Dynamic, 1 > &C, Eigen::SparseMatrix< T > &Y)
 
template<typename DerivedX , typename DerivedY >
IGL_INLINE void igl::slice_into (const Eigen::DenseBase< DerivedX > &X, const Eigen::Matrix< int, Eigen::Dynamic, 1 > &R, const Eigen::Matrix< int, Eigen::Dynamic, 1 > &C, Eigen::PlainObjectBase< DerivedY > &Y)
 
template<typename MatX , typename MatY >
IGL_INLINE void igl::slice_into (const MatX &X, const Eigen::Matrix< int, Eigen::Dynamic, 1 > &R, const int dim, MatY &Y)
 
template<typename DerivedX , typename DerivedY >
IGL_INLINE void igl::slice_into (const Eigen::DenseBase< DerivedX > &X, const Eigen::Matrix< int, Eigen::Dynamic, 1 > &R, Eigen::PlainObjectBase< DerivedY > &Y)
 

Macro Definition Documentation

◆ EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET

#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET