![]() |
Prusa Slicer 2.6.0
|
Include dependency graph for repdiag.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::repdiag (const Eigen::SparseMatrix< T > &A, const int d, Eigen::SparseMatrix< T > &B) |
| template<typename T > | |
| IGL_INLINE void | igl::repdiag (const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &A, const int d, Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &B) |
| template<class Mat > | |
| IGL_INLINE Mat | igl::repdiag (const Mat &A, const int d) |
| #define EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET |