#include "igl_inline.h"
#include <Eigen/Sparse>
#include <Eigen/Dense>
#include "cat.cpp"
Go to the source code of this file.
|
| template<typename Scalar > |
| IGL_INLINE void | igl::cat (const int dim, const Eigen::SparseMatrix< Scalar > &A, const Eigen::SparseMatrix< Scalar > &B, Eigen::SparseMatrix< Scalar > &C) |
| |
| template<typename Derived , class MatC > |
| IGL_INLINE void | igl::cat (const int dim, const Eigen::MatrixBase< Derived > &A, const Eigen::MatrixBase< Derived > &B, MatC &C) |
| |
| template<class Mat > |
| IGL_INLINE Mat | igl::cat (const int dim, const Mat &A, const Mat &B) |
| |
| template<class Mat > |
| IGL_INLINE void | igl::cat (const std::vector< std::vector< Mat > > &A, Mat &C) |
| |
◆ EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET
| #define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET |