#include "igl_inline.h"
#include <Eigen/Dense>
#include <Eigen/Sparse>
#include "slice_into.cpp"
Go to the source code of this file.
|
| 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) |
| |
◆ EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
| #define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET |