#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 , typename DerivedR , typename DerivedC > |
void | igl::slice_into (const Eigen::SparseMatrix< T > &X, const Eigen::MatrixBase< DerivedR > &R, const Eigen::MatrixBase< DerivedC > &C, Eigen::SparseMatrix< T > &Y) |
| Act like the matlab Y(row_indices,col_indices) = X.
|
|
template<typename MatX , typename MatY , typename DerivedR > |
void | igl::slice_into (const MatX &X, const Eigen::MatrixBase< DerivedR > &R, const int dim, MatY &Y) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
template<typename DerivedX , typename DerivedY , typename DerivedR , typename DerivedC > |
void | igl::slice_into (const Eigen::MatrixBase< DerivedX > &X, const Eigen::MatrixBase< DerivedR > &R, const Eigen::MatrixBase< DerivedC > &C, Eigen::PlainObjectBase< DerivedY > &Y) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
template<typename DerivedX , typename DerivedR , typename DerivedY > |
void | igl::slice_into (const Eigen::MatrixBase< DerivedX > &X, const Eigen::MatrixBase< DerivedR > &R, Eigen::PlainObjectBase< DerivedY > &Y) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
◆ EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET |