Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
cat.h File Reference
#include "igl_inline.h"
#include <Eigen/Sparse>
#include <Eigen/Dense>
#include "cat.cpp"
+ Include dependency graph for cat.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 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)
 

Macro Definition Documentation

◆ EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET

#define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET